Brucekomike(讨论 | 贡献) (→本地回环代理) |
Brucekomike(讨论 | 贡献) (→本地回环代理) |
||
第1行: | 第1行: | ||
关于windows UPW 应用的相关设置 | 关于windows UPW 应用的相关设置 | ||
== 本地回环代理 == | == 本地回环代理 == | ||
<pre> | |||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
Get-ChildItem -Path Registry::"HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\" -name | ForEach-Object {CheckNetIsolation.exe LoopbackExempt -a -p="$_"} | Get-ChildItem -Path Registry::"HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\" -name | ForEach-Object {CheckNetIsolation.exe LoopbackExempt -a -p="$_"} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</pre> |
2024年4月11日 (四) 15:04的版本
关于windows UPW 应用的相关设置
本地回环代理
<syntaxhighlight lang="shell"> Get-ChildItem -Path Registry::"HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\" -name | ForEach-Object {CheckNetIsolation.exe LoopbackExempt -a -p="$_"} </syntaxhighlight>