Social Icons

Friday 6 July 2012

Remove File/Edit/View & Restore ?

Remove File/Edit/View

Steps

1) remove check form "tools>>folder option>>view>>Hide extension from known file type"
2)create a file "right click >> new text document"
2)rename it what ever name u want but the extension should be .reg
3)right click on the registry file and select Edit option
4)insert below lines in the registry file

Quote
Windows Registry Editor Version 5.00

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

5)save the file by "CTR+S"
6)Run the file by double click
7)you have all done

================================================================================

restore File/Edit/View

Steps

1) remove check form "tools>>folder option>>view>>Hide extension from known file type"
2)create a file "right click >> new text document"
2)rename it what ever name u want but the extension should be .vbs
3)right click on the vbs file and select Edit option
4)insert below lines in the vbs file

Quote
Dim myShell

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

Set myShell = Nothing

MsgBox "Toolbar Menu's have been restored.", 4096,"Finished"



5)save the file by "CTR+S"
6)Run the file by double click
7)you have all done

enjoy

No comments:

Post a Comment