1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

プロキシ経由でインターネットには出れるけどWindowsUpdateができない場合

Posted at

プロキシを使っている環境で、日本語化ができなかったりWindows Updateができない場合の対処方法について。

Windowsの[設定]画面でプロキシの設定をするだけではWindows Updateができない!
そんな場合、コマンドプロンプトで以下を実行すると解決した。

# 設定
netsh winhttp set proxy <プロキシサーバのIP>:<ポート>

# 設定確認
netsh winhttp show proxy
# 設定削除
netsh winhttp reset proxy
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?