Jump to content

Disable/Enable Menu Bar


Recommended Posts

Hi friends, Using this tweak, we can Remove MENU BAR.

How to remove?

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

Windows Registry Editor Version 5.00

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

* Merge this registry and restart your PC. :D

How to restore ?

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

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)

DisableEnableMenuBar.rar

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...