4 lines
82 B
Batchfile
Executable File
4 lines
82 B
Batchfile
Executable File
mode con: cols=100 lines=30
|
|
powershell -command "Get-VM | Stop-VM -Verbose"
|
|
pause
|