w10install/scripts/install-powertweaks.cmd
Michael H.G. Schmidt de9700e31f .
2021-01-10 18:45:55 +01:00

10 lines
114 B
Batchfile

@echo off
echo ####### %0 #######
echo disable hibernate ...
powercfg -H off
echo ####### %0 #######