Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starchyunderscore authored Sep 18, 2023
1 parent 305ab96 commit 2a8f47b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2a8f47b

Please sign in to comment.