Browse Source

disable memory-compression

Windows 10 came with this new feature, but in some cases this may causes some crashes and slowdown the OS.
pull/124/head
Paulo Henrique Palmeira Franco 7 years ago
committed by GitHub
parent
commit
88824a1d1a
  1. 3
      utils/disable-memory-compression

3
utils/disable-memory-compression

@ -0,0 +1,3 @@
@echo off
Disable-MMAgent -mc
Loading…
Cancel
Save