@powercfg -h off
DIR /A /B /S > result.txt
We can make this command a bat file.
Just put the bat file in desired folder and run it.
hh.exe -decompile \path-to-save-folder \path-to-chm-file
@echo off
echo select vdisk file="C:\Virtual Disk for Cache.vhd" >vhdsel
echo attach vdisk>>vhdsel
echo list disk>>vhdsel
diskpart /s vhdsel
del /f /q vhdsel
exit
Get-Date -Format "o"