Skip navigation

Q. How can I change the default path for Windows Virtual PC?

A. The default path for Windows Virtual PC configuration files can be easily changed using PowerShell as follows:

PS C:\Users\john> $vpc=new-object -com VirtualPC.Application -Strict
PS C:\Users\john> $path="d:\virtuals"
PS C:\Users\john> $vpc.DefaultVMConfigurationPath = $path

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish