w10install/scripts/install-powertweaks.cmd
Michael H.G. Schmidt 09b3c6ef11 .
2021-01-10 15:49:37 +01:00

10 lines
105 B
Batchfile

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