Help - Search - Members - Calendar
Full Version: Disable/Enable Menu Bar
MSFN Forums > Customizing Windows and Graphics > Windows Tips 'n' Tweaks

   
Google Internet Forums Unattended CD/DVD Guide
King-Of-Hearts
Hi friends, Using this tweak, we can Remove MENU BAR.

How to remove?
* Open notepad and save the quoted text as.. filename.reg
QUOTE
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}]


* Merge this registry and restart your PC. biggrin.gif

How to restore ?

* Open notepad and save the quoted text as.. filename.vbs

QUOTE
Dim myShell

Set myShell = CreateObject("WScript.Shell")
myShell.Run("regsvr32 /i shell32")

Set myShell = Nothing

MsgBox "Menu Bar has been restored.", 4096,"Finished"


Just Run this script by double clicking.. (No need to restart)

neo
smile.gif Nice Tweak ! no need to use 3rd party software.
and Restoring to default using VBScript is superub !dea.

Less of members use VBscript for customization...You are one of them..Keep it up

Thanx !
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.