How do I kill a VMware virtual machine that won't die?
WMIC /OUTPUT:C:\ProcessList.txt PROCESS get Caption,Commandline,Processid
This will create a text file with each process and its parameters.
You can search in the file for your VM File Path, and get the correct
Process ID to end task with.
No comments:
Post a Comment