Hello guys
Di ko lang alam kung alam na ng lahat, pero para sa mga hindi pa, I will post here how to update Microsoft applications through proxy. Gagamitin kong example ay Microsoft Security Essentials. I think pwede rin ito sa Windows Update.
Steps:
1. Open a command prompt. Click run, then type cmd.exe. Then hit OK.
2. Then type the following:
To import proxy from Internet Explorer
Code:
netsh winhttp import proxy ie
To manually set a proxy:
Code:
netsh winhttp set proxy {proxy}:{port}
3. Voila! Try updating your Microsoft Apps.
*Note: To reset to direct connection, type the following:
Code:
netsh winhttp reset proxy
Thats all for today! Bye
Di ko lang alam kung alam na ng lahat, pero para sa mga hindi pa, I will post here how to update Microsoft applications through proxy. Gagamitin kong example ay Microsoft Security Essentials. I think pwede rin ito sa Windows Update.
Steps:
1. Open a command prompt. Click run, then type cmd.exe. Then hit OK.
2. Then type the following:
To import proxy from Internet Explorer
Code:
netsh winhttp import proxy ie
To manually set a proxy:
Code:
netsh winhttp set proxy {proxy}:{port}
3. Voila! Try updating your Microsoft Apps.
*Note: To reset to direct connection, type the following:
Code:
netsh winhttp reset proxy
Thats all for today! Bye