この質問を StackOverflow で尋ねましたが、あまり注目されなかったので、ここに移植した方が良いと思いました。
私は の初心者でPowerShell
、大学に行くたびにproxy settings
変更することにうんざりしています。PowerShell コマンド を使用して、グラフィカル ウィンドウ (存在すると思います) を使用する代わりに、PowerShell スクリプトを使用してプロキシ アドレス、ポート、認証を入力するなど、それを実行する方法はありますか。ある場合、どのように実行できますか。proxy authentication
InternetOptions>Connections>LanSettings
Web と StackOverflow を検索しましたが、私が求めているものとは異なる回答が見つかりました。
答え1
これらの設定はレジストリにあります。設定は次のようになります。 で必要な設定を変更できますSet-ItemProperty
。
[PS] C:\Windows\system32>cd HKCU:\"Software\Microsoft\Windows\CurrentVersion\Internet Settings"
[PS] HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings>Get-ItemProperty .
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settin
gs
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
PSChildName : Internet Settings
PSDrive : HKCU
PSProvider : Microsoft.PowerShell.Core\Registry
IE5_UA_Backup_Flag : 5.0
User Agent : Mozilla/4.0 (compatible; MSIE 8.0; Win32)
EmailName : User@
PrivDiscUiShown : 1
EnableHttp1_1 : 1
WarnOnIntranet : 1
MimeExclusionListForCache : multipart/mixed multipart/x-mixed-replace multipart/x-byteranges
AutoConfigProxy : wininet.dll
UseSchannelDirectly : {1, 0, 0, 0}
PrivacyAdvanced : 0
ProxyEnable : 0
EnableNegotiate : 1
MigrateProxy : 1
WarnOnPost : {1, 0, 0, 0}
UrlEncoding : 0
SecureProtocols : 2720
ZonesSecurityUpgrade : {246, 23, 219, 248, 142, 45, 207, 1}
DisableCachingOfSSLPages : 0
WarnonZoneCrossing : 0
CertificateRevocation : 1
ProxyHttp1.1 : 1
ProxyOverride : <-loopback>
EnableAutodial : 0
NoNetAutodial : 0
AutoConfigURL : http://not.disclosing.network.name:8080/hostedconfig/PAC/bunchastuff