Disable address bar on Internet Explorer
4:51 PM Post Name | How to Disable on address Bar on the windows internet Explorer |
Applicable on | Internet Explorer |
Product | Internet Explorer |
Type | GPO-ADM template |
OS | Windows flavors |
Description: Disable the address bar on the Internet Explorer
How to use it: Copy the statement below and copy in the text file and save in .ADM or ADMX
What does it do? Restricts the user to use the Internet Explorer and few of Tool bars
Post
**************************************************************
class user
category IESettings
policy "disable command bar"
keyname "software\policies\microsoft\internet explorer\toolbars\restrictions"
valuename "NoCommandBar"
valueon numeric 1
end policy
policy "disable IE nav bar"
keyname "Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions"
valuename "NoNavBar"
valueon numeric 1
end policy
policy "disable Address bar"
keyname "software\policies\microsoft\internet explorer\toolbars\restrictions"
valuename "NoAddressBar"
valueon numeric 1
end policy
end category
**************************************************************
0 comments