03-21-2009, 12:49 AM
|
|
Retired Staff
Offline
Threadstarter
|
|
Join Date: Aug 2008
Posts: 6,519
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: |.March 1st, 2009.| |.MightyROM 4 . 6.| |.20765 - UC - 24MB PP.|
Quote:
Originally Posted by TREmp77
I noticed after looking at the post people are using as my suggestion for fixing the RSS hub...it is in Class_Root. I put hkcu, which it should be HKCR which I made a one letter boo-boo that steers you down the wrong path. Anyway here it is fixed, for future reference.
I changed the registry to have RSS open up with Opera, and now links go to correct page instead of Google.
HKCR>http>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>http>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"
HKCR>https>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>https>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"
HKCR>htmlfile>DefaultIcon Value Data is \Windows\OperaL.exe,-131
HKCR>htmlfile>Shell>Open>Command Value data is "\Windows\OperaL.exe" "%1"
Also renamed htmlfile to htmlfile_Opera
Edit: Dont forget the quotes
|
To make life easier:
[HKEY_CLASSES_ROOT\htmlfile]
@="HTML Document"
"EditFlags"=dword:00010000
[HKEY_CLASSES_ROOT\htmlfile\DefaultIcon]
@="\\Windows\\OperaL.exe,-131"
[HKEY_CLASSES_ROOT\htmlfile\Shell]
[HKEY_CLASSES_ROOT\htmlfile\Shell\Open]
[HKEY_CLASSES_ROOT\htmlfile\Shell\Open\Command]
@="\"\\Windows\\OperaL.exe\" \"%1\""
[HKEY_CLASSES_ROOT\http]
@="HyperText Transfer Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\http\DefaultIcon]
@="\\Windows\\OperaL.exe,-131"
[HKEY_CLASSES_ROOT\http\Shell]
[HKEY_CLASSES_ROOT\http\Shell\Open]
[HKEY_CLASSES_ROOT\http\Shell\Open\Command]
@="\"\\Windows\\OperaL.exe\" \"%1\""
[HKEY_CLASSES_ROOT\http\Extensions]
".3gp"="{C85643AD-97B6-486c-9BC0-C61B4DF6C58E}"
".mp4"="{C85643AD-97B6-486c-9BC0-C61B4DF6C58E}"
[HKEY_CLASSES_ROOT\https]
@="Secure HyperText Transfer"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\https\Shell]
[HKEY_CLASSES_ROOT\https\Shell\Open]
[HKEY_CLASSES_ROOT\https\Shell\Open\Command]
@="\"\\Windows\\OperaL.exe\" \"%1\""
[HKEY_CLASSES_ROOT\https\DefaultIcon]
@="\\Windows\\OperaL.exe,-131"
|