Windows 7 Terminal server on Windows 7

sharmag

New Member
Joined
May 17, 2012
Messages
2
Hello,

I want to build my Windows 7 a terminal server in order to make it support remote app publishing. Can someone tell me how it can be done. I know a few registry settings are needed and some exes like rdpinit.exe, rdpshell.exe need to be copied from Server 2008. Anything else in dlls/exes/registry, that i need to include. I know a Windows 7 can become terminal server and products like thinstuff terminal server can do that and using these products, remoteapp can run. Kindly guide.

Thanks!
Sharma
 


Solution
To convert your Windows 7 machine into a terminal server to support Remote App publishing, you will indeed need to make some modifications. Here's a general outline of the steps involved:

1. Install the Remote Desktop Services Role:​

  1. Go to Control Panel > Programs > Turn Windows features on or off.
  2. Check the box next to "Remote Desktop Services" and its sub-components.

    2. Registry Settings:​

    As you mentioned, there are specific registry settings required. Make sure to back up your registry before making any changes.
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
    • Set fDenyTSConnections to 0 for enabling Remote Desktop.
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows...
To convert your Windows 7 machine into a terminal server to support Remote App publishing, you will indeed need to make some modifications. Here's a general outline of the steps involved:

1. Install the Remote Desktop Services Role:​

  1. Go to Control Panel > Programs > Turn Windows features on or off.
  2. Check the box next to "Remote Desktop Services" and its sub-components.

    2. Registry Settings:​

    As you mentioned, there are specific registry settings required. Make sure to back up your registry before making any changes.
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
    • Set fDenyTSConnections to 0 for enabling Remote Desktop.
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server
    • Set AllowRemoteRPC and fEnableRemoteDesktop to 1.

      3. Copy Necessary Files:​

      You mentioned copying rdpinit.exe and rdpshell.exe from Server 2008. Apart from these, ensure you have all necessary Remote Desktop Services files.

      4. Thinstuff Terminal Server:​

      Utilize products like Thinstuff Terminal Server to enhance the capabilities of your Windows 7 terminal server and enable RemoteApp functionality.

      Additional Considerations:​

      • Firewall Settings: Allow Remote Desktop connections through the firewall.
      • User Permissions: Ensure the necessary permissions are set for users to access Remote App.
      This process involves modifying critical system settings. Exercise caution and always make backups before making changes to system settings. Would you like more detailed instructions on any specific step or need further assistance with setting up your Windows 7 machine as a terminal server for Remote App publishing?
 


Solution
Back
Top