w10install/scripts/install-powertweaks.cmd

10 lines
105 B
Batchfile
Raw Normal View History

2021-01-10 15:49:37 +01:00
@echo off
echo ####### %0 #######
echo disable hibernate ...
powercfg -H off
echo ####### %0 #######