Skip to content

Commit

Permalink
docs(windows-client): add Windows registry command (juanfont#1658)
Browse files Browse the repository at this point in the history
Add Windows registry command to create the `Tailscale IPN` path before setting properties.
  • Loading branch information
l00ps authored Feb 9, 2024
1 parent 9047c09 commit c3257e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/windows-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ You can set these using the Windows Registry Editor:
Or via the following Powershell commands (right click Powershell icon and select "Run as administrator"):

```
New-Item -Path "HKLM:\SOFTWARE\Tailscale IPN"
New-ItemProperty -Path 'HKLM:\Software\Tailscale IPN' -Name UnattendedMode -PropertyType String -Value always
New-ItemProperty -Path 'HKLM:\Software\Tailscale IPN' -Name LoginURL -PropertyType String -Value https://YOUR-HEADSCALE-URL
```
Expand Down

0 comments on commit c3257e2

Please sign in to comment.