mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-06-05 21:02:51 +08:00
Add reminder that changes will apply at next sign in
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
7c1801e2fd
commit
fc12a74f60
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user