Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You cannot dock the remote Language bar to the taskbar on a client computer when you start a RemoteApp application on a Windows Server 2008-based terminal server


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You start a RemoteApp application on a Windows Server 2008-based terminal server from a client computer.
  • The local Language bar is minimized or docked to the taskbar on the client computer.
In this scenario, the Language bar is undocked from the taskbar on the client computer when you use the RemoteApp application. Additionally, you cannot dock the Language bar to the taskbar.

↑ Back to the top


Cause

This issue occurs because the RemoteApp application session forces the Language bar to be undocked from the taskbar. This is because the RemoteApp application session does not support docked mode.

↑ Back to the top


Workaround

To work around this issue, use one of the following methods:
  • Do not dock the Language bar to the taskbar on the client computer.
  • Hide the Language bar on the client computer. To do this, right-click the Language bar, and then click Close the Language bar.

    Notes
    • To use the hidden Language bar, use the Language bar keyboard shortcuts.
    • To re-display the hidden Language bar in the RemoteApp application session, set up a custom RemoteApp application on the terminal server to display the Language bar. Then, start the custom RemoteApp application from the client computer. To do this, follow these steps.

      Note You must have administrative permissions to set up the custom RemoteApp application on the terminal server.
      1. Start a text editor, such as Notepad.
      2. Paste the following example RDP commands in the text editor window, and then save the text file by using an .rdp file name extension.

        Note You can customize the RDP commands in the example to suit your environment. Replace the TARGET_SERVER_NAME placeholder in the example with the target server name.
        redirectclipboard:i:1
        redirectposdevices:i:0
        redirectprinters:i:1
        redirectcomports:i:1
        redirectsmartcards:i:1
        devicestoredirect:s:*
        drivestoredirect:s:*
        redirectdrives:i:1
        session bpp:i:32
        span monitors:i:1
        prompt for credentials on client:i:1
        remoteapplicationmode:i:1
        server port:i:3389
        allow font smoothing:i:1
        promptcredentialonce:i:1
        authentication level:i:0
        gatewayusagemethod:i:2
        gatewayprofileusagemethod:i:0
        gatewaycredentialssource:i:0
        full address:s:TARGET_SERVER_NAME
        alternate shell:s:||LangBar
        remoteapplicationprogram:s:||LangBar
        gatewayhostname:s:
        remoteapplicationname:s:Language Bar
        remoteapplicationcmdline:s:input.dll
        

↑ Back to the top


Keywords: KB954401, kbtshoot, kbexpertiseinter

↑ Back to the top

Article Info
Article ID : 954401
Revision : 1
Created on : 2/12/2009
Published on : 2/12/2009
Exists online : False
Views : 290