mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
docs(windows-client): add Windows registry command (#1658)
Add Windows registry command to create the `Tailscale IPN` path before setting properties.
This commit is contained in:
parent
9047c09871
commit
c3257e2146
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue