Use winget:
winget install Tailscale.Tailscale
I'll leave it up in case this is useful for someone in the future.
- 64-bit Windows 10 or 11
- Tailnet setup
- Tailscale auth key
- Automatically install the latest version of tailscale on windows
- Automatically run
tailscale upwith an auth key
- Open powershell as an administrator
- Run
Set-ExecutionPolicy Bypass - Approve the change by pressing A
- Run
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/speedking456/tailscale-ps1/main/install_tailscale.ps1')) - Go through the installer
- Paste in your Tailscale auth key
- (Optional) run
Set-ExecutionPolicy Defaultto reset the execution policy on your machine.