auto-loopback-exempt

0.1.10 • Public • Published

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.

/auto-loopback-exempt/

    Package Sidebar

    Install

    npm i auto-loopback-exempt

    Weekly Downloads

    3

    Version

    0.1.10

    License

    MIT

    Unpacked Size

    338 kB

    Total Files

    8

    Last publish

    Collaborators

    • vilicvane