rw1204
06-03-2005, 06:51 AM
Ok, we have some users who are bypassing our proxy settings by going thought the privacy report option via View on the IE6 menu bar, where in the registry can I disable this option. We have done it with XP but i cannot find it for the life of me in the NT registry. Heeellllpppp
<P ID="edit"><FONT class="small">Edited by rw1204 on 06/03/05 00:52.</FONT></P>
neomatrix
07-09-2005, 10:07 AM
How did you disable this feature in XP and were you able to disable Manage Add-ns feature in the Tools Menu
rw1204
07-27-2005, 07:53 AM
all our users pull logon scripts, this entry disables the options in XP
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","Advanced","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","AdvancedTab","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","ConnectionsTab","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","ContentTab","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","GeneralTab","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","PrivacyTab","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","ProgramsTab","1","REG_DWORD")
$Hideoutput = WriteValue("HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel","SecurityTab","1","REG_DWORD")
motoflop
07-27-2005, 01:41 PM
If same policy settings doesn't work, there is no way to do it unelss you start hacking windows code.
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.