shutdown remote computer
cmd shutdown /s /m \\remote computer name
My Work Diary
Enable USB legacy features in your BIOS Delete all USB ghosts by cleaning out all registry entries in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR. Disable searching Windows Update for device drivers...
ping -n 20 127.0.0.1 > NUL 2>&1 && shutdown /h /f -n 20 should wait for 20 seconds.
Shutdown VM Navigate to C:\Program Files\Oracle\VirtualBox\ Shift + Right-Click > Open command window here Run command VBoxManage.exe setextradata “name of your virtual machine” CustomVideoMode1 1366x768x32 Start...