From b107cdc562d336747fecf739d3433dab8ec66076 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 17 Jan 2024 14:08:31 +0100 Subject: [PATCH] Improve text related to Autologin enablement --- scripts/Windows/OS/User.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/User.ps1 b/scripts/Windows/OS/User.ps1 index e1ba2ced..2b714881 100644 --- a/scripts/Windows/OS/User.ps1 +++ b/scripts/Windows/OS/User.ps1 @@ -127,7 +127,7 @@ function Enable-PersonalUserAutologon([Context] $context) while ($true) { - $password = Read-Host "Please enter the password of your user" -MaskInput; + $password = Read-Host "Please enter the password of your Microsoft Account" -MaskInput; if ($principalContext.ValidateCredentials($context.UserName, $password)) {