3

I double clicked on the an existing .vmc of Windows 7 and it brought up the Windows Virtual PC that comes with the Windows 7 ultimate edition.

It runs fine, however, I can't seem to enable integration features. I click on the Enable Integration Features menu item and it presents me with a login screen. I login with my domain credentials (i am on my company domain), but it says "Logon attempt failed".

The virtual image itself is not connected to the domain, it's just a regular install.

How do I enable the integration features?

AngryHacker
  • 19,327

1 Answers1

1

Four years later but I still had this problem, so hopefully this answer will help someone else.

What's going on here is that the Virtual PC software needs to connect to the virtual machine via RDP, but insists on attaching your real machine's domain to the credentials. So even though you've created a local administrator account on the VPC, or are using the built-in one, you still can't log in to the VM with those credentials.

You can solve this by prefixing your username with a backslash to scrub the domain, e.g. if using the built in IEUser account

Username: \IEUser
Password: Passw0rd1

Worked for me.

jamietre
  • 198