Microsoft Windows Stupidities
and How to Fix Them


 

Microsoft Virtual PC Console is Invisible

Custom Search
Share this page 275+ more...

CONTENTS

Now 53 Articles!

Last updated 25-Jun-10

Introduction
Another Way to Recover an Infected System
ASUS Probe Doesn't Minimize
Blue Screen of Death with LVCKAP.SYS
Can I Use My Mouse and Keyboard to Access Both My Machines?
CHKDSK Always Runs at Startup
Do you want to display the nonsecure items?
Feedback
File Can't Be Deleted
Folder Settings Aren't Retained
How Can I Get Faster Browsing?
How Can I Securely Erase My Old Hard Drive?
How Can I Stop Microsoft Word Help from Using the Internet?
How can I test new software,without damaging my system?
How do I set up my own Virtual Private Network?
How to Change Microsoft Office Language Settings
How to Make an XP Boot Disk
How to Multi-Boot XP and Vista
How to Recover the Windows CD Key
I Don't Want All These Annoying Balloon Tips Popping Up
I Get Weird Sounds When I Move My Mouse!
I'm the Only User, I Don't Want to Enter a Password at Logon
Internet Explorer 8 Fails to Render Properly
Internet Explorer has restricted this file from showing active content
Microsoft Outlook Always Opens .Doc Files in Reading Layout
Microsoft Outlook Always Opens .Doc Files in Reading Layout
Microsoft Outlook Bogs Down My Computer
Microsoft Virtual PC Console is Invisible
My Computer Just Beeps at Start-up and Does Nothing Else
My System Continuously Reboots
My System is Running Really, Really, Slowly
My System Won't Hibernate!
Nero Error advrcntr2.dll
Open File - Security Warning
Open File Security Warning
Outlook Can't Open My InBox
Outlook Has Started Showing a "Locate Link Browser" Error
Outlook Should Minimise to the Tray
PC Secure Has Infected My Computer!
Some of My Taskbar Icons Are Missing
The Easiest Way to Recover an Infected System
This file came from another computer and might be blocked to help protect this computer
Vista Can't See My XP Machine on my Network
VMplayer Runs Very, Very Slowly
Where's Windows Explorer?
Why Can't I Name a New Folder as con or CON?
Why Does MS Office Want to Install Something?
Windows Explorer Crashes When I Click on an AVI Movie File
Windows Explorer Should Open to C:\
Windows Picture and Fax Viewer Has Taken Over
Windows XP Won't Shut Down
XPCOM:Event Receiver Error
Grrrr..Stuff for which there is no fix

Return to Introduction

For quite a while, I've had a problem with Microsoft Virtual PC, which sets up a pretend computer that runs in a window of your own Windows computer. Whenever I started the program, I would see it running in the taskbar, but the console itself would not show up on the screen.

Microsoft Virtual PC Invisible Console

Clicking on the icon in the task bar caused the icon to disappear, but no window appears.

There is an icon in the system tray, however, that shows Virtual PC is still running; you can activate a pretend PC from there and exit the program, but you can't get the console back.

Microsoft Virtual PC taskbar icon

Right-clicking the taskbar icon brings up this menu:

Microsoft Virtual PC taskbar icon menu

But if you click the line "Show Virtual PC Console", you don't get the console window displayed, you just get the icon in the taskbar.

Microsoft Virtual PC Invisible Console

Sigh. Crappy programming.

To fix this, you need to find the parameter file used by Microsoft Virtual PC. Microsoft Virtual PC stores its configuration in the following file:

C:\Documents and Settings\<Your Username>\Application Data\Microsoft\Virtual PC\Options.xml

This path is normally hidden. To see it, you have to go to Windows Explorer or My Computer, click on Tools, then the View tab, then check the option:

[X] Show hidden files and folders.

Then click the OK button.

How to Show Hidden Files

Go to C:\Documents and Settings\<Your Username>\Application Data\Microsoft\Virtual PC and right-click the Options.xml file, and open it with Notepad.

You will find many XML lines, and about halfway down, you will find something like this:

<window>
<console>
<height type="integer">246</height>
<left_position type="integer">
4294935296</left_position>
<top_position type="integer">
4294935296</top_position>

<visible type="boolean">true</visible>
<width type="integer">359</width>
</console>
<new_pc>
<left_position type="integer">261</left_position>
<top_position type="integer">191</top_position>
</new_pc>
</window>

This is the window size and location definition for the console and the window created for a new PC.

Note that the console left and top positions are ludicrously large. Change them both to 0, as follows:

<window>
<console>
<height type="integer">246</height>
<left_position type="integer">
0</left_position>
<top_position type="integer">
0</top_position>

<visible type="boolean">true</visible>
<width type="integer">359</width>
</console>
<new_pc>
<left_position type="integer">261</left_position>
<top_position type="integer">191</top_position>
</new_pc>
</window>

Now save the file and run Virtual PC again. Its console should be visible again.

Why did these locations change? I have no idea. It's yet another undocumented and unfixed "feature" (OK, bug) in a Microsoft product. It's a very simple process to check the screen size and location specified in the parameter file against the actual screen dimensions, but Microsoft's programmers couldn't be bothered, and their quality control group, if they have one, did not catch it, or if they reported it, the programmers did not fix it.


Learning Photography? Parents Getting Old? Learning English? Learning Japanese? Got a Model Railroad?
Learning
Photography?
Parents
Getting Old?
Learning
English?
Learning
Japanese?
Got a
Model Railroad?
Video Production Techniques
Contact us with questions about this page.
Copyright (C) 2010
www.Windows-Stupidities.com
Learning French? Learning Spanish? Make Money Testing Video Games

Last updated 25 June 2010

Golf
Tips
Learning
French?
Learning
Spanish?
Make Money
Testing Video Games
Write a Better
CV / Resume

.