Hi ,
We can use netsh winhttp set proxy to configure the proxy settings for a server core.
Configure your server to use a proxy server:
netsh Winhttp set proxy <servername>:<port number>
For example: netsh winhttp set proxy 10.0.0.6:8080
To reset the winhttp proxy, enter the following command and press Enter:
netsh winhttp reset proxy
For detailed information, please refer to the link below:
Quick Reference for Server Core Tasks
Best Regards,
Candy
--------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.