Hibernation-Mdt
-
MDT 2013 - Windows 8.1 & disable Hibernation
Disabling hibernation is simple enough (âpowercfg.exe -h offâ) but how would we do this in MDT. As with all things MDT, there is often more multiple ways to achieve the same goal. The two methods I would use are by the modifying the unattend.xml as described here or using a command line step in the deployment sequence. A recent MDT project found the clients needs were more aligned with the task sequence step option.