0.1.10 • Published 5 years ago

auto-loopback-exempt v0.1.10

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Auto Loopback Exempt

Automatically exempt loopback for all and newly added applications.

For more information about network loopback, please checkout Using network loopback in side-loaded Windows Store apps.

Usage

Open CMD or PowerShell with administrative privileges:

yarn global add auto-loopback-exempt
# or
npm install --global auto-loopback-exempt

How it works

This tool registers itself as a Windows Service. When it starts, it lists all folders under %LOCALAPPDATA%\Packages and executes CheckNetIsolation.exe LoopbackExempt -a -n=[folder-name] for each of them. Meanwhile, it setups a watcher for the Packages directory and receives changes of the newly added packages, so that it can apply the exemption to them as well.

License

MIT License.

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.7-2

5 years ago

0.1.7-1

5 years ago

0.1.7-0

5 years ago

0.1.6

5 years ago

0.1.6-0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago