07/09/05 03:40:55 VmwMDcw50
>>24
おんなじように、コンソールが見えなくなって悩んでたけど、
URLリンク(www.aspdeveloper.net)
に直し方があった。
C:\Documents and Settings\__あなたのアカウント名__\Application Data\Microsoft\Virtual PC\Options.xml
の<console>セクションをいじれ。
<console>
<height type="integer">575</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>
おらの場合は、理由は知らんけど、left_position と top_positionがとんでもなくでかい数字になってた。
両方とも0にしたら、(多分 visibleがtrueになってることも必要だろうけど)表示されるようになった。