发布一个 HyperV 编程模型

NHyper-V,使.NET coder 更容易编程操纵Hyper-V虚拟机。另外写了个EXE封装程序 - vmtool,支持下面一些简单的命令:start,stop,reboot,pause,save,applysnapshot,createsnapshot,removesnapshot,removesnapshottree.

下面是用vmtool启动、关闭虚拟机的命令截图:

image

代码分享在:http://nhyperv.codeplex.com/

原文地址:https://www.cnblogs.com/foamliu/p/1889615.html