King-Of-Hearts Posted March 23, 2008 Posted March 23, 2008 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. How to restore ?* Open notepad and save the quoted text as.. filename.vbsDim myShellSet myShell = CreateObject("WScript.Shell")myShell.Run("regsvr32 /i shell32")Set myShell = NothingMsgBox "Menu Bar has been restored.", 4096,"Finished"Just Run this script by double clicking.. (No need to restart)DisableEnableMenuBar.rar
neo Posted March 23, 2008 Posted March 23, 2008 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 upThanx !
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now