Skip to content

Commit b04b5ac

Browse files
authored
Update README with power plan instructions
Added instructions to remove a previously installed power plan and show the Maximum Performance power plan.
1 parent 37c9ccf commit b04b5ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ powercfg -import '[complete absolut path]\ravensystem_ultimate.pow' abc00000-000
177177
powercfg -setactive abc00000-0000-0000-0000-000000000011
178178
```
179179

180+
- To remove a previous installed power plan:
181+
```shell
182+
powercfg -d abc00000-0000-0000-0000-000000000011
183+
```
184+
180185
## Show the Maximum Performance power plan in the power options (Optional)
181186
- Open a Terminal and run:
182187
```shell

0 commit comments

Comments
 (0)