whitespace fixes

This commit is contained in:
Chris Titus
2026-01-07 14:02:54 -06:00
parent 172d107e56
commit da07c2040b
9 changed files with 10 additions and 10 deletions

View File

@@ -1946,7 +1946,7 @@
if (-not (Get-ComputerRestorePoint)) {
Enable-ComputerRestore -Drive $Env:SystemDrive
}
Checkpoint-Computer -Description \"System Restore Point created by WinUtil\" -RestorePointType MODIFY_SETTINGS
Write-Host \"System Restore Point Created Successfully\" -ForegroundColor Green
"