mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-30 23:51:03 +01: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
					
				| @ -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"): | 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 UnattendedMode -PropertyType String -Value always | ||||||
| New-ItemProperty -Path 'HKLM:\Software\Tailscale IPN' -Name LoginURL -PropertyType String -Value https://YOUR-HEADSCALE-URL | New-ItemProperty -Path 'HKLM:\Software\Tailscale IPN' -Name LoginURL -PropertyType String -Value https://YOUR-HEADSCALE-URL | ||||||
| ``` | ``` | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user