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}]
[-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.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"
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)