View Single Post
  #15 (permalink)  
Old 04-15-2009, 01:44 PM
clo821's Avatar
clo821
PPCGeeks Regular
Offline
Location: New York City (The Bx)
 
Join Date: Apr 2008
Posts: 125
Reputation: 95
clo821 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Sprint diamond opera is not the default browser anymore

Quote:
Originally Posted by wog13 View Post
Take a look at HKCR\_htmlfile_Opera and note the defaultIcon and shell\run\command values
Code:
\Windows\OperaL.exe,-131
"\Windows\OperaL.exe" "%1"
Now take a look at the HKCR\http and HKCR\https keys. You'll probably find IExplore entries in those locations; replace with the opera values as above. HKCR\urlfile might be worth changing, too, but just the two above will fix most apps (rss hub, for example).
I'm looking at my HKCR\urlfile key. The value set to shell\open\command is
"iexplore.exe -u%1". Can I simply replace iexplore.exe with OperaL.exe? Is the -u needed?

Also the value for DefaultIcon is browsres.dll,-6702. Should that be updated to something else. Thanks
Reply With Quote