Blog Hero Image

Virtual PC Konsole nicht sichtbar

This article dates back to 2008. Some of the tech in it is history by now; the article stays online as part of my archive.

AI training  ·  Current trainings

Virtual PC Konsole nicht sichtbar

Seit einiger Zeit hatte ich das Problem, dass die Virtual PC 2007 Konsole nach Programmstart nur noch im System Tray angezeigt wurde.

Da ich das Problem nicht über den Optionsdialog des Programms lösen konnte, schaute ich mir die VPC Konfigurationsdatei genauer an. Diese befindet sich unter:

%APPDATA%\Microsoft\Virtual PC\Options.xml

Innerhalb der Datei fand ich folgende Sektion:

<console>
   <height type="integer">256</height>
   <left_position type="integer">4294935296</left_position>
   <top_position type="integer">4294935296</top_position>
   <visible type="boolean">false</visible>
   <width type="integer">377</width>
</console>

Komisch kamen mir dabei die Einträge left_position, top_position und visible vor.

Nachdem ich diese wie folgt geändert habe, zeigt sich auch die Konsole wieder.

<left_position type="integer">0</left_position>
<top_position type="integer">0</top_position>
<visible type="boolean">true</visible>

Inconsistent results with AI tools in your team?

I show developer teams how to turn Copilot, Claude, and Codex licenses into a reproducible development process. In one to two days, remote or in person in Bad Breisig, Germany.

To the AI training

I test the AI tools in real projects. You read what matters in five minutes.

What's changed in Claude Code, Copilot, and the other AI tools, and what it means for .NET teams. Plus news on .NET MAUI and the next book edition. No fixed schedule: I write when there's something worth your time. Unsubscribe anytime.

We send via Brevo. By subscribing you agree to your data being processed by Brevo.