Enable OneShot listener for MS accounts

This commit is contained in:
Manuel Thalmann 2024-08-10 15:18:10 +02:00
parent 8e254ab68d
commit b49322a0d8

View file

@ -510,6 +510,7 @@ $null = New-Module {
if (Get-UserConfig -UserName "$user" -Name "microsoftAccount") {
Enable-UAC;
Disable-Autologin;
Enable-OneShotListener;
Set-BootMessage -Caption "Please Log In" -Message "Please log in using your new Microsoft Account ``$user``.";
} else {
Set-AutologinUser "$user";