Improve text related to Autologin enablement
This commit is contained in:
parent
d15563c400
commit
b107cdc562
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ function Enable-PersonalUserAutologon([Context] $context)
|
||||||
|
|
||||||
while ($true)
|
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))
|
if ($principalContext.ValidateCredentials($context.UserName, $password))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue