How do I configure proxy settings for LOCAL SYSTEM?
Posted
by
Rasmus Faber
on Server Fault
See other posts from Server Fault
or by Rasmus Faber
Published on 2009-07-02T10:42:07Z
Indexed on
2014/06/04
15:29 UTC
Read the original article
Hit count: 337
If I edit Proxy Settings through the Control Panel, the settings are stored in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable
and ...\ProxyServer
. These settings are of course not used when running as a service under LOCAL SYSTEM
.
So I tried setting ProxyEnable
and ProxyServer
under HKEY_USERS\S-1-5-18\...
(as well as HKEY_USERS\.DEFAULT\...
and all the other users on the system), but that does not work.
How do I set the proxy settings for the LOCAL SYSTEM
user?
© Server Fault or respective owner