Rechercher dans ce blog

mardi 30 juin 2009

Remotely Enable Remote Desktop on Windows Server 2003

http://www.petri.co.il/remotely_enable_remote_desktop_on_windows_server_2003.htm

With Remote Desktop on Windows XP Professional or Windows Server 2003 (in Windows 2000 Advanced Server, this feature was called Terminal Services in Remote Administration Mode), you can have access to a Windows session that is running on your computer when you are at another computer. 

What you need to do is create the new RDP listening port via the registry:

  1. Run REGEDIT on your XP workstation or on your Windows 2000/2003 Server.
  2. Click on File, then choose "Connect Network Registry".

  1. In the Select Computer search box either browse Active Directory to locate the remote server, or type its name in the dialog box.

Click Ok.

  1. In the remote machine's registry browse to the following key:
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server



  1. Under the Terminal Server key find the value named fDenyTSConnections (REG_DWORD). Change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled).





Click Ok.




  1. Close Regedit.


  2. Reboot the remote machine for the change to take effect. You can easily do so by opening a command prompt and typing the following command:



shutdown -m \\srv1 -r



After the remote machine reboots, Remote Desktop will be enabled on it. To test this from your workstation, open Start -> All Programs -> Accessories -> Communications -> Remote Desktop Connection. You can also type mstsc in the Run command.





Enter the name of the remote server in the Remote Desktop Connection logon box, supply your administrator password when prompted, and press Enter or click Ok.



http://www.howtonetworking.com/RemoteAccess/enablerdc1.htm


http://www.howtonetworking.com/RemoteAccess/rdccommand1.htm



OU



psexec \\remotecomputername netsh firewall set service remoteadmin enable

psexec \\remotecomputername netsh firewall set service remotedesktop enable


http://thebackroomtech.com/2007/05/18/how-to-enable-remote-desktop-on-a-windows-xp-machine-remotely/


http://technet.microsoft.com/fr-fr/sysinternals/bb896649.aspx

Aucun commentaire: