Windows11/UWP

来自OSSmedia

关于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>