From 2a8f47b85b2b2be1c70aedabb322cf368fde515f Mon Sep 17 00:00:00 2001 From: starchyunderscore Date: Mon, 18 Sep 2023 09:44:48 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 135f9fc..ae5afe7 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,7 @@ This script is made for windows 11, it may work on other versions, or it may not If you have admin rights, open an admin PowerShell window and create a system restore point, replacing the drive name as needed: ```PowerShell -Enable-ComputerRestore -Drive "C:\" -Checkpoint-Computer -Description "w11-nonadmin-utils script run" -RestorePointType "MODIFY_SETTINGS" +Enable-ComputerRestore -Drive "C:\" ; Checkpoint-Computer -Description "w11-nonadmin-utils script run" -RestorePointType "MODIFY_SETTINGS" ``` ### Quick run: