Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Alistair1231/c1c26d0aade8fb6bfe3e41af7b5d2aaa to your computer and use it in GitHub Desktop.
Save Alistair1231/c1c26d0aade8fb6bfe3e41af7b5d2aaa to your computer and use it in GitHub Desktop.
Script to get new IP addresses in JDownloader by reconnecting Private Internet Access

PIA JDownloader Reconnect

Script to get new IP addresses in JDownloader by reconnecting Private Internet Access.

  1. Go to Settings -> Reconnect
  2. Tick all three checkboxes.
  3. Set method to External Batch Reconnect
  4. Set interpreter to cmd /c
  5. Set script to
piactl.exe background enable
timeout 3
piactl.exe disconnect
piactl.exe connect
  1. Set application folder to C:\Program Files\Private Internet Access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment