Fix typo
This commit is contained in:
parent
5d0b77035f
commit
eadbde8e2e
1 changed files with 1 additions and 1 deletions
|
@ -147,6 +147,6 @@ function Enable-PersonalUserAutologon([Context] $context)
|
|||
}
|
||||
|
||||
$context.Set($preparedUsernameProperty, $context.UserName, "ExpandString");
|
||||
$context.Set($preparedUsernameProperty, $password, "ExpandString");
|
||||
$context.Set($preparedPasswordProperty, $password, "ExpandString");
|
||||
Write-EventLog -LogName Application -Source "Application" -EventId $context.Get($autoLoginTriggerProperty) -Message "This event was created by $env:Username";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue