Remove mod: disable superfetch

This commit is contained in:
Fierelier 2022-01-01 19:27:44 +01:00
parent bad330992e
commit a6f27b775c

View File

@ -1,3 +0,0 @@
for key in opusnt.regQueryKeys(opusnt.regTmpPath + "system"):
if key.lower().startswith(opusnt.regTmpPath.lower() + "system\\controlset"):
opusnt.runReg(["add",key+ "\\services\\SysMain","/v","Start","/t","REG_DWORD","/d","0x00000004","/f"])