Developing against Windows Virtual PC

One of the big “under the covers” features of Windows Virtual PC is that it now has a programmable COM API that is based off of the Virtual Server COM API.  In fact – I have been able to take many of my existing Virtual Server scripts and turn them into Windows Virtual PC scripts by just changing the COM object that I am connecting to.  I am going to do some posts in the coming weeks exploring the uses of the Windows Virtual PC COM API – but in the mean time – you can go and read the beta COM API documentation here:

https://msdn.microsoft.com/en-us/library/dd796757(VS.85).aspx

Cheers,
Ben