Skip to content

Instantly share code, notes, and snippets.

@levihuayuzhang
Last active November 18, 2023 09:52
Show Gist options
  • Save levihuayuzhang/e56b5318832fa24bcdb06c95fe5f0761 to your computer and use it in GitHub Desktop.
Save levihuayuzhang/e56b5318832fa24bcdb06c95fe5f0761 to your computer and use it in GitHub Desktop.
UWP loop back exemption

Use one powershell command to exempt all local UWP app

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

Ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment