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)) {