From 049cce993c1ccc4101ca99358b05b7691c56b166 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 9 Aug 2024 22:11:12 +0200 Subject: [PATCH] Change login message --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 858a9016..deee75df 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -488,7 +488,7 @@ $null = New-Module { if (Get-UserConfig -UserName "$user" -Name "microsoftAccount") { Enable-UAC; Disable-Autologin; - Set-BootMessage -Caption "Login" -Message "Please login using your account."; + Set-BootMessage -Caption "Please Log In" -Message "Please log in using your new Microsoft Account ``$user``."; } else { Set-AutologinUser "$user"; }