re: Best Solution Guaranteed - WORKED!!!
Friday, October 7, 2005 at 2:07 am Windows XP Annoyances Discussion Forum
Posted by Cheryl
(1 messages posted)
Thanks so much^^
I've been spending a whole hour trying to fix my problem. I came across so many problems
= = And this VBscript fixed everything!
On Sunday, June 19, 2005 at 2:19 pm, Shaps wrote:
>
>
>
>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]
 |  |  | re: Best Solution Guaranteed - WORKED!!! (Cheryl: Fri, Oct 7, 2005, 2:07 am) |
| |
| |
Return to the Windows XP Discussion Forum
|
|