Remove address bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have users who we only want to have access to a specific intranet site. Is there an active directory policy setting that I can make to kill the address bar? Thanks for your help.
 
Mike,
You can create a registry entry for that .......

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet
Explorer\Toolbars\Restrictions]
"NoAddressBar"=dword:00000001
--
The above affects the "Current_User", the below affects *all* users.
--

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet
Explorer\Toolbars\Restrictions]
"NoAddressBar"=dword:00000001

Value Data: (0 = disable restriction, 1 = enable restriction)
Note: always Export before editing. Close Regedit and reboot.

____________________________________________________________
Mike Burgess [MVP Windows Shell\User] http://www.mvps.org/winhelp2002/
Blocking Spyware, Adware, Parasites, Hijackers, Trojans, with a HOSTS file
http://www.mvps.org/winhelp2002/hosts.htm [updated 10-25-03]
Please post replies to this Newsgroup, email address is invalid
--

Mike Burns said:
I have users who we only want to have access to a specific intranet site.
Is there an active directory policy setting that I can make to kill the
address bar? Thanks for your help.
 
Back
Top