Skip to content

Checks to see if your PIA VPN connection is active. If the VPN connection is not active it will kill a process/application of your choice.

Notifications You must be signed in to change notification settings

mikeb530/PrivateInternetAccessCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PrivateInternetAccessCheck

This PowerShell command will check to see if you are connected to your PIA VPN.

If you are not connected to the VPN it will Kill an applicaiton for you.

If you are connected to the VPN it can start a program for you automatically.

You can run the applicaiton from a PowerShell window with the following command:

.\KillPiaNotConnected.ps1 -appKill "Chrome" -appFilePath "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -logPath "C:\KillLog.txt".

All paremters are needed.

About

Checks to see if your PIA VPN connection is active. If the VPN connection is not active it will kill a process/application of your choice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published