Feel free to make a PR if you have any suggestions
- 64-bit Windows 10 or 11
- Tailnet setup
- Tailscale auth key
- Automatically install the latest version of tailscale on windows
- Automatically run
tailscale up
with 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 Default
to reset the execution policy on your machine.