Best Solution Guaranteed
Sunday, June 19, 2005 at 2:19 pm Windows XP Annoyances Discussion Forum
Posted by Shaps
(2 messages posted)
http://www.dougknox.com/xp/scripts_desc/xp_folder_open.htm
Download that file and run it. I was a little worried at first but here is the complete
code. Hope that eases your worries about downloading it.
Works first shot on any Windows version.
__________________________________
'folder_open.vbs - Fixes problem where Search opens on a double click
'© Doug Knox - 03/13/2002
'Downloaded from www.dougknox.com
Set WshShell = WScript.CreateObject("WScript.Shell")
p1 = "HKEY_CLASSES_ROOT\Directory\shell\"
p2 = "none"
WshShell.RegWrite p1, p2
p1 = "HKEY_CLASSES_ROOT\Drive\shell\"
WshShell.RegWrite p1, p2
X = WshShell.Run("REGSVR32 /I /S SHELL32.DLL",4,True)
Set WshShell = Nothing
MyBox = MsgBox("Folders will now Open when double clicked", 4096, "Finished!")
|
All messages in this thread [show all]
 |  | Best Solution Guaranteed (Shaps: Sun, Jun 19, 2005, 2:19 pm) |
| |
| |
Return to the Windows XP Discussion Forum
|
|