Set up the proxy for a system account
- ExecutePsExec.exe -i -s cmd.exe
to run the command prompt under a system account.
Note: Check whether you have the proper login set up by executing the “whoami” command. The response should be “nt authority\network service” - Execute%PROGRAMFILES%\Internet Explorer\iexplore.exe
to run Internet explorer in system context. - Open the Control Panel, and go to Internet Options > Connections > LAN settings.
- Click Use a proxy server, and define your proxy settings.
Set up the proxy for a network service account
- ExecutePsExec.exe -i -u “NT Authority\Network Service” cmd.exe
to run the command prompt under a system account.
Note: Check whether you have the proper login set up by executing the “whoami” command. The response should be “nt authority\network service” - Execute%PROGRAMFILES%\Internet Explorer\iexplore.exe
to run Internet Explorer in network service context. - Open the Control Panel, and go to Internet Options > Connections > LAN settings.
- Click Use a proxy server, and define your proxy settings.