Skip to content

TermNest v1.0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Apr 17:14
4c7d552

Installation (Sideload)

Step 1: Trust the signing certificate (one-time setup)

Download the .cer file from the assets below and run this in an
Admin PowerShell:

Import-Certificate -FilePath "$HOME\Downloads\TermNest.App_1.0.0.9_x64.cer" -CertStoreLocation "Cert:\LocalMachine\TrustedPeople"

Step 2: Install the app

Download the .msix file and double-click to install. Find
TermNest in the Start menu when it's done.

The certificate only needs to be trusted once. Future updates can
be installed by just downloading the new .msix and double-clicking it.

Uninstall

Get-AppxPackage *TermNest* | Remove-AppxPackage

Full Changelog: v1.0.0.8...v1.0.0.9