How to change the proxy settings for the Network Service account from the command prompt?
- by mark
Currently, I am only aware of the following command:
C:\>bitsadmin /util /SetIEProxy NetworkService MANUAL_PROXY 1 92.168.0.200:8080 NULL
But, it has the following defects:
It is deprecated
It does not allow to set the credentials.
My question is how can I configure the proxy settings, including the credentials using a more up-to-date tool?
EDIT
I would like to stress that I am looking for a command line utility to do that.