opus-nt/mods/[all]/disable hibernation/modscript.py

3 lines
306 B
Python
Raw Normal View History

2021-03-19 02:44:27 +00:00
opusnt.runReg(["add",opusnt.regTmpPath + "system\\CurrentControlSet\\Control\\Power","/v","HibernateEnabled","/t","REG_DWORD","/d","0x00000000","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "system\\CurrentControlSet\\Control\\Power","/v","HiberFileSizePercent","/t","REG_DWORD","/d","0x00000000","/f"])