Przeglądaj źródła

Changed text of restore point cmdlet

Richard Newton 4 lat temu
rodzic
commit
6ddc1b4026
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      W10DebloaterGUI.ps1

+ 3 - 3
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( {