Add reminder that changes will apply at next sign in

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jeffrey 2026-05-01 21:27:57 +02:00
parent 7c1801e2fd
commit fc12a74f60

View File

@ -45,10 +45,10 @@ function Show-RestoreBackupWindow {
}
else {
if ($scope -eq 'AllUsers') {
Show-MessageBox -Title 'Backup Restored' -Message "The Start Menu backup was successfully restored for all users. The restored pinned apps layout will apply the next time users sign in." -Icon Success
Show-MessageBox -Title 'Backup Restored' -Message "The Start Menu backup was successfully restored for all users. The changes will apply the next time users sign in." -Icon Success
}
else {
Show-MessageBox -Title 'Backup Restored' -Message "The Start Menu backup was successfully restored for the current user. The restored pinned apps layout will apply the next time you sign in." -Icon Success
Show-MessageBox -Title 'Backup Restored' -Message "The Start Menu backup was successfully restored for the current user. The changes will apply the next time you sign in." -Icon Success
}
}
}