Wednesday, September 8, 2010

How To Display Virtual PC Console (after hidden)

Sometimes after working with Virtual PC, the VPC console is hidden in the notification area, and can not be shown again although you have clicked the menu (Show Virtual PC Console).

Open file Options.xml in this folder C:\Documents and Settings\Administrator\Application Data\Microsoft\Virtual PC
using text editor (notepad.exe) and find the element <console>and inside this element modify the value of left_position and top_position value to 0 (numeric zero).


Example :
<console>
<height type="integer">254</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>

No comments:

Post a Comment