From a43a4890f320052c119f6086c48f2f38c6e6a78b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 10 Aug 2024 15:18:10 +0200 Subject: [PATCH] Enable OneShot listener for MS accounts --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 08f9bc2b..5c3d5f79 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -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";