Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Add disabledynamictick
Browse files Browse the repository at this point in the history
  • Loading branch information
Anequit committed May 22, 2022
1 parent 8120c22 commit ada1869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ def optimize_windows() -> None:
"powercfg /setdcvalueindex 010fd358-aaf5-4687-a504-26218b58eab8 238c9fa8-0aad-41ed-83f4-97be242c8f20 29f6c1db-86da-48c5-9fdb-f2b67b1f44da 384",
"powercfg /s 010fd358-aaf5-4687-a504-26218b58eab8",
"powercfg /hibernate off",
"Disable-MMAgent -MemoryCompression"])
"Disable-MMAgent -MemoryCompression",
"bcdedit /set disabledynamictick yes",
"bcdedit /set useplatformclock no"])

print(" - Windows is now optimized.")

Expand Down

0 comments on commit ada1869

Please sign in to comment.