Hi all, I'm trying to enable Terminal Services service on a W2003 server. I have that : $ regtool.exe get '\machine\SYSTEM\ControlSet001\Control\Terminal Server\fDenyTSConnections' 0 $ regtool.exe get '\machine\SYSTEM\ControlSet001\Control\Terminal Server\TSEnabled' 1 I googled and find about a key that is not on the server : $ regtool.exe get '\machine\SYSTEM\ControlSet001\Control\Terminal Server\AllowTSConnections' Error (2): The system cannot find the file specified. Should I add it ? Also, I tried to disable automatic logon : $ regtool.exe get '\machine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoAdminLogon' 0 And after a reboot, Terminal Services service isn't running and when I try to start it : $ net start "Terminal Services" System error 1058 has occurred. The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. Your help would be much appreciated.