Skip to content

Instantly share code, notes, and snippets.

@Ghost-VR
Last active March 8, 2020 21:49
Show Gist options
  • Save Ghost-VR/3a4e096e91e300ad67af83354ccf6d48 to your computer and use it in GitHub Desktop.
Save Ghost-VR/3a4e096e91e300ad67af83354ccf6d48 to your computer and use it in GitHub Desktop.
Loopback exempt settings for proxying Windows 10 UMP apps (Use UMP App with Shadowsocks etc..)
> netsh winhttp import proxy source=ie
Go to regedit: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Mappings
find SID of UMP app
> CheckNetIsolation.exe loopbackexempt -a -p=<SID>
Source:
1. https://community.spiceworks.com/topic/868050-define-ie-proxy-settings-machine-wide
2. https://zhuanlan.zhihu.com/p/29989157
Reset:
> netsh winhttp reset proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment