Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RDP not installed, Terminal services not working!

Status
Not open for further replies.
Sep 21, 2004
108
US
I did a fresh install of Windows 2000 Server. Then I install Terminal services. However, RDP is not installed even though I enabled terminal services. Normally this protocol is installed after one enables terminal services. I reinstall terminal services and RDP is still missing. I just cannot see RDP in the connection property of Terminal Service Configuration.
I dont know why this is happening. Please help.
 
Ok, cool (sort of), I think we found your problem.

What I would do..

1 Backup server
2 Uninstall Terminal Server
3 Reboot
4 Import the missing reg keys
5 Reboot.
6 Reinstall TS
7 Reboot
8 Test

Just make a reg file out of the keys I posted above; Copy the keys above in a text file and rename the file whatever.reg, double click to import the keys.


(yay! shameless advertising. my side business)
 
How do I import the registry?
My entire folder of rdp-tcp in registry is missing. I can create a new key folder, RDP-Tcp but how about the rest of those keys?
Really appreciate your help.
 
Copy the entire contents of the code section in my post above. Paste it into a text file. Save the text file and then rename it to "import.reg". Then double click import.reg and all the keys will be imported into the registry.

(yay! shameless advertising. my side business)
 
I tried but I got an error message saying, "the specified file is not a registry script.
 
Let's try one more time.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
"CfgDll"="RDPCFGEX.DLL"
"fEnableWinStation"=dword:00000001
"MaxInstanceCount"=dword:ffffffff
"PdName"="tcp"
"PdClass"=dword:00000002
"PdDLL"="tdtcp"
"PdFlag"=dword:0000004e
"OutBufLength"=dword:00000212
"OutBufCount"=dword:00000006
"OutBufDelay"=dword:00000064
"InteractiveDelay"=dword:00000032
"PortNumber"=dword:00000d3d
"KeepAliveTimeout"=dword:00000000
"LanAdapter"=dword:00000000
"WdName"="Microsoft RDP 5.0"
"WdDLL"="rdpwd"
"WsxDLL"="rdpwsx"
"WdFlag"=dword:00000036
"InputBufferLength"=dword:00000800
"CdClass"=dword:00000000
"CdName"=""
"CdDLL"=""
"CdFlag"=dword:00000000
"Comment"=""
"fInheritAutoLogon"=dword:00000001
"fInheritResetBroken"=dword:00000001
"fInheritReconnectSame"=dword:00000001
"fInheritInitialProgram"=dword:00000001
"fInheritCallback"=dword:00000000
"fInheritCallbackNumber"=dword:00000001
"fInheritShadow"=dword:00000001
"fInheritMaxSessionTime"=dword:00000001
"fInheritMaxDisconnectionTime"=dword:00000001
"fInheritMaxIdleTime"=dword:00000001
"fInheritAutoClient"=dword:00000001
"fInheritSecurity"=dword:00000000
"fPromptForPassword"=dword:00000001
"fResetBroken"=dword:00000000
"fReconnectSame"=dword:00000000
"fLogonDisabled"=dword:00000000
"fAutoClientDrives"=dword:00000000
"fAutoClientLpts"=dword:00000001
"fForceClientLptDef"=dword:00000001
"fDisableEncryption"=dword:00000001
"fHomeDirectoryMapRoot"=dword:00000000
"fUseDefaultGina"=dword:00000000
"fDisableCpm"=dword:00000000
"fDisableCdm"=dword:00000001
"fDisableCcm"=dword:00000001
"fDisableLPT"=dword:00000000
"fDisableClip"=dword:00000000
"fDisableExe"=dword:00000000
"fDisableCam"=dword:00000001
"Username"=""
"Domain"=""
"Password"=""
"WorkDirectory"=""
"InitialProgram"=""
"CallbackNumber"=""
"Callback"=dword:00000000
"Shadow"=dword:00000001
"MaxConnectionTime"=dword:00000000
"MaxDisconnectionTime"=dword:00000000
"MaxIdleTime"=dword:00000000
"KeyboardLayout"=dword:00000000
"MinEncryptionLevel"=dword:00000002
"NWLogonServer"=""
"WFProfilePath"=""
"WdPrefix"="RDP"
"TraceEnable"=dword:00000000
"TraceDebugger"=dword:00000000
"TraceClass"=dword:00000000

(yay! shameless advertising. my side business)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top