Skip to content

vilicvane/auto-loopback-exempt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automatically exempt loopback for all and newly added applications.

Resources

Stars

Watchers

Forks

Packages

No packages published