@echo off echo ------------------------------------------------------------------- echo - You disable Hyper-V, press any key to restart and apply changes - echo ------------------------------------------------------------------- pause bcdedit /set hypervisorlaunchtype off shutdown.exe /r /t 00