NoAddressBar

R

Rick

I am trying to setup a noaddressbar funciton on my W2K with Xp Destop
network throug GP. I first did a custom adm to use the
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet
Explorer\Toolbars\Restrictions] key to turn off the bar, but found out
I needed to do the reghack myself as the custom adm will not create
it. also the user key will only work for the current user logged in
when created(administrator). I was looking at the
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet
Explorer\Toolbars\Restrictions] key to use for covering all users on
that machine. Am I correct in that the custom adm will NOT create a
regkey that is needed? if I use the machine key, how can I put that in
the WS via GP? and are there any negatives using this function?

thanks



[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet
Explorer\Toolbars\Restrictions]
"NoToolbarOptions"=dword:00000001
"NoAddressBar"=dword:00000001
"NoToolBar"=dword:00000001
"NoLinksBar"=dword:00000001
"NoToolbarCustomize"=dword:00000001

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

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

Top