Downloads:
55,738
Downloads of v 290.3.3.120230717-preview03:
57
Last Update:
26 Aug 2023
Package Maintainer(s):
Software Author(s):
- London Trust Media
- Inc.
Tags:
admin vpn tor security privacy multi-platform- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Private Internet Access
This is a prerelease version of Private Internet Access.
- 1
- 2
- 3
290.3.3.120230717-preview03 | Updated: 26 Aug 2023
- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
55,738
Downloads of v 290.3.3.120230717-preview03:
57
Maintainer(s):
Software Author(s):
- London Trust Media
- Inc.
Private Internet Access 290.3.3.120230717-preview03
This is a prerelease version of Private Internet Access.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by London Trust Media, Inc. The inclusion of London Trust Media, Inc. trademark(s), if any, upon this webpage is solely to identify London Trust Media, Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Private Internet Access, run the following command from the command line or from PowerShell:
To upgrade Private Internet Access, run the following command from the command line or from PowerShell:
To uninstall Private Internet Access, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pia --internalize --version=290.3.3.120230717-preview03 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pia -y --source="'INTERNAL REPO URL'" --version="'290.3.3.120230717-preview03'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pia -y --source="'INTERNAL REPO URL'" --version="'290.3.3.120230717-preview03'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pia
win_chocolatey:
name: pia
version: '290.3.3.120230717-preview03'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pia' do
action :install
source 'INTERNAL REPO URL'
version '290.3.3.120230717-preview03'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pia
{
Name = "pia"
Version = "290.3.3.120230717-preview03"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pia':
ensure => '290.3.3.120230717-preview03',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 26 Aug 2023.
Why should I use PIA?
- Protect Your Privacy and Identity
- Unblock Censorship Filters
- Connect Through Our VPN Tunnel in Seconds!
#Requires AutoHotkey v2.0
; default environment
DetectHiddenWindows False
SetKeyDelay 100
; modified environment
#NoTrayIcon
DetectHiddenText False
SetTitleMatchMode 2
Loop 1000 {
Sleep(2000)
If WinExist("Replace existing version?")
{
WinActivate
Send "{y}"
}
Sleep(20000)
If WinExist("Windows Security")
{
WinActivate
Send "{i}"
}
Sleep(20000)
If WinExist("Error")
{
WinActivate
Send "{c}"
}
Sleep(40000)
If WinExist("Private Internet Access")
{
Run A_ComSpec ' /c "taskkill /F /T /IM pia-service.exe" '
Run A_ComSpec ' /c "taskkill /F /T /IM pia-client.exe" '
ExitApp
}
}
$ErrorActionPreference = 'Stop'
#$UninstallArgs = @{
# PackageName = $env:ChocolateyPackageName
# FileType = 'exe'
# File = Join-Path $env:ProgramFiles "Private Internet Access\uninstall.exe"
# SilentArgs = '/qn'
#}
#Uninstall-ChocolateyPackage @UninstallArgs
$File = Join-Path $env:ProgramFiles "Private Internet Access\uninstall.exe"
Start-Process -FilePath $File -ArgumentList "/qn"
Start-Sleep -Seconds 30
Log in or click on link to see number of positives.
- pia-windows-x64-3.3.1-06924.exe (5a9d98995f8c) - ## / 68
- pia-windows-x86-3.3.1-06924.exe (4bc9bfaeeb63) - ## / 68
- pia.290.3.3.120230717-preview03.nupkg (a53369e7d9d2) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Private Internet Access 290.3.6.1 | 1282 | Sunday, October 13, 2024 | Approved | |
Private Internet Access 290.3.5.7 | 2899 | Saturday, March 30, 2024 | Approved | |
Private Internet Access 290.3.5.6 | 467 | Saturday, March 23, 2024 | Approved | |
Private Internet Access 290.3.5.5 | 369 | Monday, March 18, 2024 | Approved | |
Private Internet Access 290.3.5.3 | 1650 | Saturday, December 23, 2023 | Approved | |
Private Internet Access 290.3.5.2 | 826 | Saturday, December 2, 2023 | Approved | |
Private Internet Access 290.3.5.1 | 1131 | Saturday, October 21, 2023 | Approved | |
Private Internet Access 290.3.5 | 822 | Saturday, September 30, 2023 | Approved | |
Private Internet Access 290.3.3.120230717 | 558 | Thursday, September 21, 2023 | Approved | |
Private Internet Access 290.3.3.120230717-preview03 | 57 | Saturday, August 26, 2023 | Approved | |
Private Internet Access 290.3.3.120230717-preview02 | 49 | Sunday, July 30, 2023 | Exempted | |
Private Internet Access 290.3.3.120230717-preview01 | 55 | Monday, July 17, 2023 | Exempted | |
Private Internet Access 290.3.3.1 | 5098 | Friday, April 8, 2022 | Approved | |
Private Internet Access 290.3.3 | 1189 | Friday, February 25, 2022 | Approved | |
Private Internet Access 290.3.2 | 1836 | Thursday, December 16, 2021 | Approved | |
Private Internet Access 290.3.1.2 | 944 | Sunday, November 28, 2021 | Approved | |
Private Internet Access 290.3.1.1 | 639 | Friday, November 19, 2021 | Approved | |
Private Internet Access 290.3.1 | 1036 | Friday, October 15, 2021 | Approved | |
Private Internet Access 290.3.0.1 | 2013 | Tuesday, August 31, 2021 | Approved | |
Private Internet Access 290.3.0 | 392 | Friday, August 27, 2021 | Approved | |
Private Internet Access 290.2.10 | 1106 | Monday, July 19, 2021 | Approved | |
Private Internet Access 290.0 | 1513 | Friday, May 7, 2021 | Approved | |
Private Internet Access 281.0 | 856 | Thursday, April 15, 2021 | Approved | |
Private Internet Access 271.0 | 2082 | Thursday, March 11, 2021 | Approved | |
Private Internet Access 270.0 | 1379 | Monday, March 1, 2021 | Approved | |
Private Internet Access 261.0 | 1966 | Thursday, December 17, 2020 | Approved | |
Private Internet Access 260.0 | 893 | Thursday, December 3, 2020 | Approved | |
Private Internet Access 251.0 | 450 | Monday, November 30, 2020 | Approved | |
Private Internet Access 250.0 | 1602 | Tuesday, November 24, 2020 | Approved | |
Private Internet Access 230.0 | 1540 | Saturday, August 22, 2020 | Approved | |
Private Internet Access 222.0 | 1207 | Thursday, July 16, 2020 | Approved | |
Private Internet Access 221.0 | 172 | Thursday, July 9, 2020 | Approved | |
Private Internet Access 210.0 | 1198 | Friday, May 29, 2020 | Approved | |
Private Internet Access 202.0 | 921 | Friday, May 1, 2020 | Approved | |
Private Internet Access 201.0 | 848 | Thursday, April 9, 2020 | Approved | |
Private Internet Access 200.0 | 552 | Thursday, April 2, 2020 | Approved | |
Private Internet Access 180.0 | 1139 | Friday, February 14, 2020 | Approved | |
Private Internet Access 170.0 | 1156 | Thursday, December 12, 2019 | Approved | |
Private Internet Access 161.0 | 490 | Thursday, December 5, 2019 | Approved | |
Private Internet Access 160.0 | 604 | Thursday, November 21, 2019 | Approved | |
Private Internet Access 151.0 | 1014 | Thursday, October 10, 2019 | Approved | |
Private Internet Access 140.0 | 841 | Thursday, September 5, 2019 | Approved | |
Private Internet Access 133.0 | 904 | Friday, July 19, 2019 | Approved | |
Private Internet Access 132.0 | 466 | Friday, July 12, 2019 | Approved | |
Private Internet Access 121.02688 | 806 | Wednesday, June 5, 2019 | Approved | |
Private Internet Access 120.02681 | 352 | Sunday, June 2, 2019 | Approved | |
Private Internet Access 111.02545 | 1396 | Monday, March 11, 2019 | Approved | |
Private Internet Access 82.0 | 1043 | Monday, January 21, 2019 | Approved | |
Private Internet Access 81.0 | 1411 | Friday, June 22, 2018 | Approved | |
Private Internet Access 80.0 | 562 | Friday, May 25, 2018 | Approved | |
Private Internet Access 79.0 | 563 | Thursday, April 26, 2018 | Approved | |
Private Internet Access 78.0 | 567 | Saturday, March 31, 2018 | Approved | |
Private Internet Access 75.0 | 550 | Thursday, December 28, 2017 | Approved | |
Private Internet Access 2.10 | 100 | Saturday, July 17, 2021 | Approved |
Copyright© London Trust Media, Inc. All Rights Reserved.
-
- autohotkey.portable (≥ 2.0.0)
Ground Rules:
- This discussion is only about Private Internet Access and the Private Internet Access package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Private Internet Access, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.