From c42b30b52e1ae835bfbbe262e91bd7c8e184ecba Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
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 53845e99..1ca5581c 100644
--- a/scripts/Windows/OS/Install.ps1
+++ b/scripts/Windows/OS/Install.ps1
@@ -489,7 +489,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";
                                     }