Enable OneShot listener for MS accounts

This commit is contained in:
Manuel Thalmann 2024-08-10 15:18:10 +02:00
parent 2e5fa8f5a0
commit f45081ff99

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";