Skip to content

Instantly share code, notes, and snippets.

@abersheeran
Created December 31, 2020 11:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abersheeran/f7eee77f48bbafceab14dd7d9c7e9908 to your computer and use it in GitHub Desktop.
Save abersheeran/f7eee77f48bbafceab14dd7d9c7e9908 to your computer and use it in GitHub Desktop.
Allow all UWP applications access 127.0.0.1 proxy
FOR /F "tokens=11 delims=\" %p IN ('REG QUERY "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings"') DO CheckNetIsolation.exe LoopbackExempt -a -p=%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment