About 90 seconds, no admin password, no installer to babysit. The tricky part is the SmartScreen warning Windows shows for every new app — this guide walks you through it with screenshots of exactly what to click.
~71 MB · single self-contained .exe · no installer wizard · no admin password
Open your Downloads folder and double-click
WindowsHelperCompanion.exe. The
companion is a single self-contained file (~71 MB — bundles a
compressed .NET 8 runtime so you don't need to install
anything else). There is no installer wizard, no Program Files
entry, no admin password required. Running the file IS the
install.
On the first launch, Windows shows a blue dialog called Microsoft Defender SmartScreen. This is normal for any app that hasn't been signed by a vendor with millions of paid downloads behind them. WindowsHelper is brand-new — to Microsoft's reputation database we look like every other indie app on day one.
We're procuring an EV code-signing certificate from DigiCert. Once that ships and the next companion build is signed, this warning disappears entirely on first launch. Until then, the workaround below is a one-time click.
↑ This is what you'll see. Don't click Don't run — that hides the workaround.
You only do this once per PC. Windows remembers your choice the moment you click Run anyway — future launches start instantly with no dialog.
Open the WindowsHelper app on your phone and tap the
PC pill in the top-left of the home screen
(or PC Control in the bottom nav). You'll
see an 8-character pairing code with both
letters and numbers (example: 9TN2YFNP).
Type that code exactly into the companion window on your PC
and press Connect — the input field
accepts both letters and digits and auto-uppercases as you
type.
Within a few seconds, both sides flip to Connected. From now on, every fix you tap on your phone runs automatically on your PC.
The companion sets itself to start with Windows automatically via Task Scheduler. Restart your PC and the green tray icon comes back on its own — your pairing survives reboots.
The short version: it listens for commands you tap on your phone, then runs them. The longer version:
For users who want to confirm the .exe wasn't tampered with in transit, every release publishes its SHA-256 in the companion-version.json manifest. Run this in PowerShell to compare:
(Get-FileHash -Algorithm SHA256 ~\Downloads\WindowsHelperCompanion.exe).Hash
If the lower-cased output matches the
sha256 field in the manifest, the
download is byte-identical to the published binary. A mismatch
means the file was modified between download and verification —
redownload and retry.
Right-click the green WindowsHelper icon in your system tray and pick Uninstall WindowsHelper. That:
After that, delete the .exe from your Downloads folder. Nothing
stays on disk except the rolling diagnostic logs at
%APPDATA%\WindowsHelper\ — those
self-prune after 7 days, or you can delete the folder by hand.
Most install / pairing problems have a step-by-step recovery on the troubleshooting page. Common ones:
~\Downloads\WindowsHelperCompanion.exe + redownload.