Registry Tip #303: Explorer Toolbar Registry Setting

Hits: Failed to execute CGI : Win32 Error Code = 3


You can access the Explorer toolbar options by either

If you want to lockdown the Explorer toolbars to prevent users from chosing which toolbars to display, apply the following registry hack:

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Name: NoBandCustomize
Type: REG_DWORD
Value: 1 restrict

To remove the customize option only, apply the following registry hack:

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Name: NoToolbarCustomize
Type: REG_DWORD
Value: 1 restrict