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