From 6ddc1b402697eac086a0a22bfd44fc6bb0c319b2 Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Sun, 6 Sep 2020 00:25:14 -0400 Subject: [PATCH] Changed text of restore point cmdlet --- W10DebloaterGUI.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/W10DebloaterGUI.ps1 b/W10DebloaterGUI.ps1 index 497eb0a..fa66c3e 100644 --- a/W10DebloaterGUI.ps1 +++ b/W10DebloaterGUI.ps1 @@ -217,7 +217,7 @@ Switch ($Prompt1) { $TextBox1.AppendText("Creating System Restore point. Please wait... ") -Checkpoint-Computer -Description "Install MyApp" -Verbose +Checkpoint-Computer -Description "Before using W10DebloaterGUI.ps1" -Verbose @@ -260,8 +260,8 @@ Checkpoint-Computer -Description "Install MyApp" -Verbose Break } - } - } ) + } +} ) $Button2.Add_Click( {