From c46d241147da5c64f23b4b2a2f28483e9ccd96f4 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 10 Aug 2024 03:57:37 +0200 Subject: [PATCH] Fix typo --- scripts/Windows/Scripts/PowerManagement.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Scripts/PowerManagement.ps1 b/scripts/Windows/Scripts/PowerManagement.ps1 index cad22c9e..5f4a6226 100644 --- a/scripts/Windows/Scripts/PowerManagement.ps1 +++ b/scripts/Windows/Scripts/PowerManagement.ps1 @@ -108,7 +108,7 @@ $null = New-Module { [string] $Name ) - Set-ItemProperty $autologinOption -Name $autologinOption "1"; + Set-ItemProperty $logonPath -Name $autologinOption "1"; if (-not $Name) { $Name = Get-SetupUser;