Install-WindowsFeature –name NET-Framework-Core –source F:\sources\sxs
F:\ is the mounted Windows Server 2012 R2 ISO.
Here I Attempt to share my views and knowledge I realize in my daily life. IoT is the key to all daily life issues. "The Internet of things (IoT) is the internetworking of connected and smart devices, vehicles, buildings, and other items—embedded with electronics, software, sensors, actuators, and network connectivity that enable these objects to collect and exchange data." -----wikipedia.org "a friend in need is a friend indeed that is IoT"
Get-WmiObject -Namespace root\virtualization\v2 -class msvm_computersystem | select elementname, processid, name| ft -auto
Result:
elementname processid name
----------- --------- ----
***DMN*** HOST Machine
VMNAME1 3696 1614986B-5D42-4A5F-A4B6-04CD60F88802
VMNAME2 5376 485B2AE7-CA18-4C20-A2FE-E403F4EAF5CE
then your can take related actions:
Kill related vmwp.exe <GUID>.
taskkill /PID 5376 /F
Or From Task Manager: