我有2台虚拟机:Windows 10中托管的Windows 10和Ubuntu。 我如何从c#应用程序启动这些VM?I.e。启动操作系统等。
答案 0 :(得分:2)
您可以从C#代码中调用powershell命令,然后使用您的PowerShell代码实际管理您的VM。
在C#中执行powershell: https://blogs.msdn.microsoft.com/kebab/2014/04/28/executing-powershell-scripts-from-c/
Powershell和VMs: