2012-10-18 15:56:33 +0000 2012-10-18 15:56:33 +0000
16
16
Advertisement

すべてのアプリ、システム、IEなどのプロキシ設定はどのように設定できますか?

Advertisement

Windows 8 Enterprise (MSDN)をプロキシの後ろで使っています。

IEのネットワーク設定でプロキシを設定しました(実際にはプロキシではなく、.pacファイルを設定しています)、インターネットに接続しようとすると、IEでは問題なく動作します。

だから…具体的なケース:機能の追加と削除(Hyper-Vや.Net Framework 3.5のような)は、機能ごとにオンラインになるようです。これが常に失敗します。機能を追加することができません。

もう一つの具体例: Hyper-Vゲストの中で、インターネットにアクセスできない。

すべてが(その上で)正しく動作するようになればいいのですが(すべてのアプリとシステムなど他のすべてのアプリが同じプロキシ設定を使用しています)、どうしたらいいでしょうか?

全てのアプリ、システム、IEなどのプロキシ設定はどうすればいいのでしょうか?

Advertisement
Advertisement

回答 (4)

18
18
18
2013-09-23 13:30:02 +0000

WinHTTPのプロキシ設定は、Microsoft Internet Explorerのプロキシ設定ではありません。
Microsoft Windows コントロールパネルで WinHTTP のプロキシ設定を設定することはできません。
WinHTTP プロキシ設定ユーティリティを使用しても、Internet Explorer で使用する設定は変更されません。

システムワイドプロキシを設定するには do

netsh winhttp set proxy myproxy

source. http://technet.microsoft.com/pt-br/library/cc731131(v=ws.10).aspx#BKMK_5

すべてのプログラムに IE のプロキシ設定を使用したい場合は、

netsh winhttp import proxy source =ie

source. http://technet.microsoft.com/pt-br/library/cc731131(v=ws.10).aspx#BKMK_2

詳細はこちら。 http://msdn.microsoft.com/en-us/library/windows/desktop/aa384069(v=vs.85).aspx

5
5
5
2012-10-18 16:14:24 +0000

IEがデフォルトのブラウザに設定されていますか?設定されていない場合は、設定して再度確認してみてください。

それでもダメなら、少なくともWindows7では以下のコマンドが役に立ちます。

netsh winhttp import proxy source=ie

netsh winhttp show proxy を使うこともできます。

0
Advertisement
0
0
2013-07-25 15:11:38 +0000
Advertisement

IE以外のシステム内の他のアプリケーションのために、IE用のPACファイルとIEの設定でプロキシサーバのIPアドレスの両方を設定する必要があります。IEはPACファイルを使用し、システム内の他のアプリケーションは設定されたプロキシサーバを使用します。

0
0
0
2015-01-25 12:28:12 +0000

windows 8.1に統合されているほとんどの_デスクトップアプリは、IEと同じプロキシ設定を共有しています。

- For a system wide proxy you need first manually set IE proxy.
- You can also use 'PAC' proxy settings instead.

閉じたコンテナ内にある _metro アプリについては、デフォルトでは接続にプロキシを使用しません。

- Because they are forbidden to send network traffic to the local computer in case of improper connection.
- This defies the use of loopback method, hence the proxy.

Windows 8.1には、このジレンマを回避するための「ループバック免除」機構があります。

- You can use the command-line tool called 'checknetisolation' to add certain app to the exempt list.
- The exempted metro app uses IE proxy to connect by default.
- There are third-party tools to do this job at ease.
- The tool 'fiddler' for example is recommened for this purpose.

fiddlerはこちらからダウンロードできます。 http://fiddler2.com/get-fiddler

- Install and open it
- click 'win8 config'
- check the box behind which is the app you want to exempt.
- save config.
- If you want to set another proxy than IE, you can also fill the proxy address in the same page.
``` 0x1&
Advertisement

関連する質問

8
13
6
6
10
Advertisement
Advertisement