We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae6b15 commit 3b16a26Copy full SHA for 3b16a26
1 file changed
README.md
@@ -227,7 +227,7 @@ gpedit.msc
227
(Source: https://khorvie.tech/win32priorityseparation/)
228
- Open a Terminal as Administrator (Right-click on its icon and Run as administrator) and run:
229
```shell
230
-reg add "HKLM\SYSTEM\ControlSet001\Control\PriorityControl" /v "Win32PrioritySeparation" /t REG_DWORD /d "1a" /f
+reg add "HKLM\SYSTEM\ControlSet001\Control\PriorityControl" /v "Win32PrioritySeparation" /t REG_DWORD /d "26" /f
231
```
232
- To revert it:
233
0 commit comments