xChar

Windows 开启 UWP 应用的本地网络回环

Powershell command for allow loopback, use with admin

if you need a GUI tool, look:

foreach($app in $(Get-AppPackage).PackageFamilyName) { CheckNetIsolation.exe LoopbackExempt -a -n="$app" > $null }

Loading comments...