address bar

  • Thread starter Thread starter John
  • Start date Start date
J

John

How do you disable or gray out the address bar so that no
users will be able to access it?
 
Hi John,

Here is some information that should work for you:

1. Open IE, set the address bar to hidden-- and then export the following
key to a
..REG file called NoBar.reg
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser

2. Add the following keys to the registry:
a. HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
Add New DWord value
NoToolBarCustomize = 1
b. HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
Add New DWord value
NoBandCustomize = 1

Or Set the policies:
In Group Policy, go to User Configuration, Administrative Templates, Windows
Components, Internet Explorer, Toolbars:
a. Enable - Disable customizing browser toolbars
b. Enable - Disable customizing browser toolbar buttons

3. Add the .reg file to a login script with the /s (silent switch)
Q161993 SET: How to Suppress Registry Editor Dialog Window

Regards,

Ken Simmons

Microsoft Technical Support for Platforms and Business Applications
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top