View Single Post
Old 13-08-2004, 06:01   #364
spyretto spyretto is offline
My Waking Hour
 
spyretto's Avatar
 
Join Date: Feb 2003
Location: in oblivion
Gender: Male
Posts: 5,486

Quote:
Originally Posted by forre
Probably because it's been turned off.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Open With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.
Thanks

There was no HKEY_CLASSES_ROOT\*\Shell but HKEY_CLASSES_ROOT\*\Shellex...I'm not sure it's the same. I put the command there but nothing changed...
I run WinME ( "why"?? )

I found this on microsoft's website:

Quote:
Use Registry Editor to examine the file association key for unknown file types:
HKEY_CLASSES_ROOT\Unknown\shell\openas\command

The "default" value for this key should read:
C:\%windir%\rundll32.exe shell32.dll,OpenAs_RunDLL %1

If necessary, modify the value to match the value shown here.
The only thing is that key "unknown" doesn't exist. Should I add one and see what happens?
  Reply With Quote