I need to change the proxy settings for all clients on a W2K domain. Is there an easy way to do this? Possibly using login script or GPO. I don't have time to go to each workstation.
Thank you, browolf. That is very helpful. How is the best way to incorporate that into a logon script? I have been looking at kixtart. Would you mind giving an example? I have written batch files to add to logon.bat, but am unsure how change the registry key this way. The server is W2K. The clients are W9x, WME, W2K. Any additional help is greatly appreciated.
i use windows scripting host myself. With scripts written in vbscript.
e.g.
Set WshShell = WScript.CreateObject("WScript.Shell"
' fixing internet explorer startpage
WshShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", "
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.