Difference between revisions of "Check and Set the System Account Proxy settings"
From Tech-Wiki
(Created page with "Category:Microsoft '''Back to Misc''' asdf") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
− | '''[[Microsoft# | + | '''[[Microsoft#Windows Server 2003/2008/20012|Back to Windows Server 2003/2008/20012]]''' |
+ | The proxy setting on the browser, only controls the behavior of the browser itself. Some applications can read this setting and share the same configuration, for instance, Chrome and Java. If you need to set the proxy for the local machine account (even without any user logged in), you must change the system account proxy using the commands below. | ||
− | + | To check the status of System Account proxy settings use: | |
+ | netsh winhttp show proxy | ||
+ | |||
+ | To make a service to follow the Proxy settings according to IE settings use: | ||
+ | netsh winhttp import proxy source=ie |
Latest revision as of 17:57, 29 August 2018
Back to Windows Server 2003/2008/20012
The proxy setting on the browser, only controls the behavior of the browser itself. Some applications can read this setting and share the same configuration, for instance, Chrome and Java. If you need to set the proxy for the local machine account (even without any user logged in), you must change the system account proxy using the commands below.
To check the status of System Account proxy settings use:
netsh winhttp show proxy
To make a service to follow the Proxy settings according to IE settings use:
netsh winhttp import proxy source=ie