Technology, Data Recovery, Cell Phones, Latest Gadgets, Game Reviews

Computer Tricks, Internet Tips, Latest Gadgets, Latest Software, Tips and Tricks,Latest Reviews, Cell Phones Review, Data Recovery, Game Reviews.......


There are two solutions of it. I will just discuss the easier one now.

Open Notepad and type in the following:

Windows Registry Editor Version 5.1.00
[ - HKEY_CLASSES_ROOT\CLSID\{ 5b4dae26-b807-11d0-9815-00c04fd91972} ]

Save the file as menubarsdisable.reg
Double click on the file and press Yes when prompted. Restart your computer, and you will see that the menu bar in the windows explorer has dissapared.
Making the Menu Bar reappear is not as simple as reversing the changes you made to make it disapear. Here is what you need to do, open Notepad and type in the following:

Windows Registry Editor Version 5.1.00
[ - HKEY_CLASSES_ROOT\CLSID\{ 5b4dae26-b807-11d0-9815-00c04fd91972} ]
@=”Menu Band”
[ - HKEY_CLASSES_ROOT\CLSID\{ 5b4dae26-b807-11d0-9815-00c04fd91972} \ InProcServer32]
@=hex (2) :25, 00, 53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6d, 00, 52, 00, 6f, 00, 6f, 00, 74, 00, 25,\
00, 5c, 00, 73, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6d, 00, 33, 00, 32, 00, 5c, 00, 53, 00, 48, 00,\
45, 00, 4c, 00, 4c, 00, 33, 00, 32, 00, 2e, 00, 64, 00, 6c, 00, 6c, 00, 00, 00
“ThreadingModel”=”Apartment”

Save the file as menubarsenable.reg Double click on it and press Yes when prompted.
Again, open Notepad and type in:

Dim myshell
Set myshell =
CreateObject(”WScript.Shell”)
myshell.run(”regsvr32 /i shell32″)
Set myshell = Nothing
MsgBox “Menu Bars have been restored.”, 4096,”Finished”

Save the file as menubandrestore.vbs and double click on it. Click OK twice when prompted.
Done!!
I will discuss the longer, but stable process using ResHac later.

0 comments

Post a Comment

Subscribe to: Post Comments (Atom)