How we wet IE Toolbar Restrictions
how To create restriction on the ability to edit the toolbar and how much time need in itesey and solid salotion ?
Regards,
Jawad
how To create restriction on the ability to edit the toolbar and how much time need in itesey and solid salotion ?
Regards,
Jawad
Creating restrictions on the ability to edit the toolbar in Internet Explorer is done by following the next procedure:
Start Regedit (start->run->type regedit->enter).
Look for HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer .
Create DWORD key of SpecifyDefaultButtons and give the value  1.
Removing buttons from the toolbar is done by creating additional DWORD keys with the values from the next table.
key |
value |
effect |
Btn_Back |
2 |
Back button |
Btn_Forward |
2 |
Forward button |
Btn_Stop |
2 |
Stop button |
Btn_Refresh |
2 |
Refresh button |
Btn_Home |
2 |
Home button |
Btn_Search |
2 |
Search button |
Btn_History |
2 |
History button |
Btn_Favorites |
2 |
Favorites button |
Btn_Media |
2 |
Media button |
NoBandCustomize |
1 |
No adding or removing menu or toolbars |
NoToolbarCustomize |
1 |
Customizing the toolbar |
Â