Windows11/UWP:修订间差异

来自OSSmedia
第2行: 第2行:
== 本地回环代理 ==
== 本地回环代理 ==
<pre>
<pre>
<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>
</pre>
</pre>

2024年4月11日 (四) 15:05的版本

关于windows UPW 应用的相关设置

本地回环代理

Get-ChildItem -Path Registry::"HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings\" -name | ForEach-Object {CheckNetIsolation.exe LoopbackExempt -a -p="$_"}