0
I want to "start" a virtual machine (it may be powered down or hibernating) via a scheduled task in Windows 7. I cannot figure the correct way to do this.
I tried scheduling the cmd task, which works if I run it manually.
cmd "x:\test1.vmcx"
None of the applications in the Virtual PC area of system32 seem to be working with arguments.
c:\windows\system32\vpc.exe "x:\test1.vmcx"
c:\windows\system32\vmwindow.exe "test1"
c:\windows\system32\vmwindow.exe "x:\test1.vmcx"
And I tried the VMSal command described here, without an application argument (I used my machine's 2nd param, not one listed in the command).
c:\Windows\System32\VMSal.exe "test1" "||2073a9cc"
I can't get the command window to disappear after execution... any thoughts? – Anthony Mastrean – 2009-12-15T16:20:17.710