OKay, if you want to manually delete them, then go into "regedit" and delete the following keys.Capn Trips wrote:I know this is not a RM problem, but a Win 7 issue, but can anybody help me solve it? I cannot find a way to simply "delete" a file association. I can only CHANGE it to a different executable program, and the RM and RMIR shortcuts are not available options!
- HKEY_CLASSES_ROOT\.rmdu
- HKEY_CLASSES_ROOT\.rmir
- HKEY_CLASSES_ROOT\RemoteMaster 1.98.rmdu
- HKEY_CLASSES_ROOT\RemoteMaster 1.98.rmir
- HKEY_CLASSES_ROOT\RMDeviceUpgrade
- HKEY_CLASSES_ROOT\RMRemoteConfig
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\RMDeviceUpgrade\Shell\Open\Command]
@=""C:\\Program Files (x86)\\Java\\jre6\\bin\\javaw.exe" -jar "C:\\Program Files (x86)\\RM\\RemoteMaster.jar" -h "C:\\Program Files (x86)\\RM" -rm "%1""
[HKEY_CLASSES_ROOT\RMDeviceConfig\Shell\Open\Command]
@=""C:\\Program Files (x86)\\Java\\jre6\\bin\\javaw.exe" -jar "C:\\Program Files (x86)\\RM\\RemoteMaster.jar" -h "C:\\Program Files (x86)\\RM" "%1""
[HKEY_CLASSES_ROOT\.rmir]
@="RMDeviceConfig"
[HKEY_CLASSES_ROOT\.rmdu]
@="RMDeviceUpgrade"- "C:\Program Files (x86)\Java\jre6\bin\javaw.exe"
- "C:\Program Files (x86)\RM\RemoteMaster.jar"
- "C:\Program Files (x86)\RM"
The results:

Uploaded with ImageShack.us
BTW, Greg, when I deleted the associations and reran the newest setup.vbs the file associations were not created.