Mar 31, 2009 #1 MrNick0483 IS-IT--Management Joined May 12, 2008 Messages 151 Location US Is anyone familar with a method to use that will allow you to force out the Proxy settings upon user login with a login script.
Is anyone familar with a method to use that will allow you to force out the Proxy settings upon user login with a login script.
Mar 31, 2009 #2 Provogeek MIS Joined Sep 4, 2002 Messages 1,412 Location US Write a batch file that runs the reg.exe command line utility to enter in the registry key that retains that information. http://support.microsoft.com/kb/819961 Then run the BAT file from the login script. It's quick and dirty, but it works. A cleaner method would be to use VBS script, or my preference, an AutoIT script. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ Brent Schmidt Senior Network Engineer Keep IT Simple[/color red] http://www.kiscc.comNovell Platinum Partner Microsoft Gold Partner VMWare Enterprise Partner Citrix Gold Partner Upvote 0 Downvote
Write a batch file that runs the reg.exe command line utility to enter in the registry key that retains that information. http://support.microsoft.com/kb/819961 Then run the BAT file from the login script. It's quick and dirty, but it works. A cleaner method would be to use VBS script, or my preference, an AutoIT script. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ Brent Schmidt Senior Network Engineer Keep IT Simple[/color red] http://www.kiscc.comNovell Platinum Partner Microsoft Gold Partner VMWare Enterprise Partner Citrix Gold Partner