Add Message confirming restore point created (#953)

This commit is contained in:
Stephen Harris
2023-08-09 15:23:15 +01:00
committed by GitHub
parent 8e138c38d3
commit 64db5cc85b
2 changed files with 5 additions and 3 deletions

View File

@ -28,5 +28,6 @@ function Set-WinUtilRestorePoint {
$description = "System Restore Point created by WinUtil"
Checkpoint-Computer -Description $description -RestorePointType "MODIFY_SETTINGS"
Write-Host -ForegroundColor Green "System Restore Point Created Successfully"
}
}