4 lines
183 B
Batchfile
Executable File
4 lines
183 B
Batchfile
Executable File
mode con: cols=120 lines=30
|
|
powershell -command "Get-VM | Set-VM -AutomaticStartAction Nothing -Verbose"
|
|
powershell -command "Get-VM | Select-Object VMname,AutomaticStartAction"
|
|
pause |