Thanks for the reply
I'm trying to do it using Group policy. So i think this option doesn't help
me.
Hello Rajeev,
Didn't know you were trying to set a Group Policy. One way, although a
bit clumsy, would be to remove the toolbar altogether, and prevent the
user from putting it back, like this:
Go to View => Toolbars => Standard buttons and uncheck it, so that the
toolbar is removed.
Run or Deploy the Registry script below.
Log off/on ore Restart for the change to take effect.
The option to add toolbars in the View menu is removed. Most other
functions that were on the toolbar are available with a right-click or
in the drop-down menus.
======== Registry Script ==========
Copy the text below between the dotted lines, but not the dotted lines
themselves. Open Notepad and paste it in. Save the result in a
suitable location as toobar.reg - making sure that the default .txt
extension doesn't appear in the file name.
Double-click on the saved .reg file to merge the contents.
--------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies
\Explorer]
"NoBandCustomize"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
\Explorer]
"NoBandCustomize"=dword:00000001
---------------------------------------------------------------------