|
|
Remove the check from the Open With...dialog: (win98 only)
Remove the check from the Open With...dialog: (win98 only)
Go to
HKEY_CLASSES_ROOT\Unknown\shell\openas\command
double-click (Default) and add a space and a %2 after the existing line
Before: C:\WINDOWS\rundll32.exe shell32.dll,OpenAs_RunDLL %1
After: C:\WINDOWS\rundll32.exe shell32.dll,OpenAs_RunDLL %1 %2
Back to Windows Notes
|