Download TriggerPC
Install it on Windows, pair it with your account and control the PC from the dashboard or with Alexa.
Windows installer
Signed MSIX package · version 0.1.20.0 · 64-bit
Important: this build uses a development/test certificate. Install the certificate before the MSIX, in Local Machine → Trusted People (TrustedPeople). Download the MSIX and certificate only from triggerpc.com/download.
How to install
- Download TriggerPC-Certificado.cer and the MSIX installer.
- Open TriggerPC-Certificado.cer → Install certificate… (administrator may be required).
- Choose Local Machine → Trusted People (TrustedPeople). Installing only in Trusted Root Certification Authorities often fails with error 0x800B0109 on this test build.
- Double-click TriggerPC_0.1.20.0_x64.msix. App Installer will open. Because TriggerPC installs a Windows service, use Restart as administrator if Windows prompts.
- Open TriggerPC from the Start menu and follow the guide to pair it.
TriggerPC is distributed as MSIX (.msix), not MSI. Do not use msiexec.
Troubleshooting
Error 0x800B0109 — certificate not trusted
Windows still does not trust the certificate that signed the package. Verify that TriggerPC-Certificado.cer was imported to Local Machine → Trusted People (TrustedPeople), not only Trusted Root Certification Authorities.
PowerShell alternative (administrator)
If App Installer does not finish, open PowerShell as Administrator, go to the download folder and run:
Import-Certificate -FilePath ".\TriggerPC-Certificado.cer" -CertStoreLocation "Cert:\LocalMachine\TrustedPeople"; Add-AppxPackage -Path ".\TriggerPC_0.1.20.0_x64.msix"