English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I was messing around trying to make one of my folders look diffrent than the others and while i did succeed I also somehow Made it that when you double click on a folder it opens it up as a search. So every time I open a file now I have to Right click and select open and that gets very tiresome. Any ways I tried reseting my folder options to default and that doesn't seem to work (or I'm doing it wrong) and trouble shooting is getting me no where. Please someone help!!!

2007-02-25 19:50:04 · 3 answers · asked by weredig 2 in Computers & Internet Other - Computers

3 answers

If i was you i would do a system restore. System Restore is my best friend when it comes to computer uh-oh's.

2007-02-25 20:16:10 · answer #1 · answered by Jamel 2 · 0 0

Copy and paste this into a blank.txt

rename it .vbs

double click it.

done!


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!")

2007-02-27 14:28:05 · answer #2 · answered by Jeff 1 · 0 0

Do such

2007-02-26 03:56:10 · answer #3 · answered by annu2375 2 · 0 1

fedest.com, questions and answers