If you are like me and use Virtual PC for developing SharePoint solutions, then you may have encountered the error “Virtual PC has detected an invalid or missing Product ID”. It happens because Virtual PC try to find its product ID in registry, (Yes! I know Virtual PC never asked you to enter the Product ID during installion) and if it does not find it there then it displays this error.

Here is the quick fix for this error:
- Open System Properties window by clicking System in Windows Control Panel
- You will get the screen similar to the following
- Copy the 20 digit long number displayed under Registered to:
- Goto Start->Run
- Type regedit, It will launch the registry editor
- Navigate to the following registry node My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Micorosoft\Virtual PC\5.0\Registration
- Edit the value of PID, by double clicking it
- Paste the value of Windows Product ID, you have copied earlier. Following is an example screen shot of registry
- Now you can run the Virtual PC normally


