Quote:
Originally Posted by wog13
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