Added option to create System Restore Point

This commit is contained in:
Raphire
2025-05-03 17:55:31 +02:00
parent fe2caec938
commit 83032ad1bc
3 changed files with 40 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ param (
[switch]$Verbose,
[switch]$Sysprep,
[string]$User,
[switch]$CreateRestorePoint,
[switch]$RunAppsListGenerator, [switch]$RunAppConfigurator,
[switch]$RunDefaults, [switch]$RunWin11Defaults,
[switch]$RunSavedSettings,