Virtual PC ESC and TAB no longer working

5,576

Solution 1

Had this same problem. I could not get the above to work, however, I did find a solution.

  1. Shut down Virtual PC after shutting down any running virtual machines.

  2. Open Windows Explorer.

  3. Type %AppData% in the address bar and press Enter.

  4. Navigate to the path Roaming\Microsoft\Virtual PC under the %AppData% folder.

  5. Locate the file Options.xml in the above folder and delete it.

  6. Restart Virtual PC and the misbehaving virtual machine and note that the Escape, Tab and other keys are now working.

NB: The issue will occasionally reappear requiring the above process to be repeated. Needless to say, that is irritating.

Source

Solution 2

If you already have a software allow policy and the tab button still doesn't work, try opening the %AppData%\Roaming\Microsoft\Virtual PC\Options.xml file and searching for the following:

<configuration>
    <language>
        <override>
            <filename type="string">English.dict</filename>
            <id type="integer">128</id>
        </override>
    </language>
</configuration>

Removing this section from Options.xml seems to fix the problem without messing with your configuration too much.

Solution 3

You can edit the file Option.xml with notepad find the section :

/keyboard\
    /host_key_code type="integer"\ (you host key code) //host_key_code\
//keyboard\

Remove the line talking about multi key if exists, it'll solve the problem.

I'm still looking for what sets the multi key option...

Solution 4

This may be of interest

If you are running into this issue on Vista and Windows 7 you can get the TAB key back by creating a software allow policy. Go to administrative tools, local security policy, Software Restriction Policies, Additional Rules. Create a new rule for %appdata%\microsoft\vritual pc\vpckeyboard.dll and set it to Unrestricted. Restart Virtual PC.

If the variable doesn't work, try using an explicit path i.e. c:\users\username\appdata\roaming\microsoft\virtualpc\vpckeyboard.dll

Link to source

Share:
5,576

Related videos on Youtube

Jared Harley
Author by

Jared Harley

Updated on September 17, 2022

Comments

  • Jared Harley
    Jared Harley over 1 year

    I'm running WinXP in VirtualPC on Windows 7 and the ESC and TAB buttons are no longer working. Has anyone had this problem before?

  • Michele De Pascalis
    Michele De Pascalis over 14 years
    I've been experiencing the same problem, and I can report that this workaround does NOT work. Any other suggestions will be appreciated!