Social Icons

Friday 6 July 2012

Remove Internet Explorer Branding ?

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("rundll32.exe iedkcs32.dll,Clear")

MsgBox "IE Branding has been removed.", 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