Steam opens HTTPS links to Chrome because Opera is not in "Set Default Programs"
-
deld1ablo last edited by
Windows 7
Opera 16.13 USB install (ran with admin to see if it would register properly, but it didn't)Examples of problem:
- http://imagebin.org/316614 (Opera is not registered here, for some reason)
- http://imagebin.org/316613 (from chromes page, I can't find any way to change this from the file manager either)
-
deld1ablo last edited by
I found, http://ciantic.blogspot.no/2010/01/add-your-program-to-default-programs-in.html
And changed it. Just replace \App\Opera\wherevere with \Program Files (x86)\Opera or similar.
Windows Registry Editor Version 5.00
; Infamous capabilities:[HKEY_LOCAL_MACHINE\SOFTWARE\Opera\Capabilities]
"ApplicationDescription"="Opera, Internet Browser"
"ApplicationIcon"="C:\App\Opera\opera.exe.exe,0"
"ApplicationName"="Opera"[HKEY_LOCAL_MACHINE\SOFTWARE\Opera\Capabilities\FileAssociations]
".htm"="OperaURL"
".html"="OperaURL"
".shtml"="OperaURL"
".xht"="OperaURL"
".xhtml"="OperaURL"[HKEY_LOCAL_MACHINE\SOFTWARE\Opera\Capabilities\URLAssociations]
"ftp"="OperaURL"
"http"="OperaURL"
"https"="OperaURL"; Register to Default Programs
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"Opera"="Software\Opera\Capabilities"; OperaURL HANDLER:
[HKEY_LOCAL_MACHINE\Software\Classes\OperaURL]
@="Opera Document"
"FriendlyTypeName"="Opera Document"[HKEY_LOCAL_MACHINE\Software\Classes\OperaURL\shell]
[HKEY_LOCAL_MACHINE\Software\Classes\OperaURL\shell\open]
[HKEY_LOCAL_MACHINE\Software\Classes\OperaURL\shell\open\command]
@=""C:\App\Opera\opera.exe" -- "%1""