Remotely Enable Remote Desktop
Blatantly copied/edited/paraphrased here since I had to pull this off of the Google cache and the original is rather lengthy.Original page: www.reid.co.uk/comptips/maintext/windowsservers/RemoteDesktopRemotely.htmThis should work for Windows XP and Windows Server 2K3.- Test that you have admin access by making a network connection to the remote computer (e.g. try \\remote_computer\c$ in Explorer).
- Start regedit.exe.
- Use "Connect Network Registry" to the remote computer name
- Edit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
Server\fDenyTSConnections on remote computer.
- 0 to enable Remote Desktop or 1 to
disable it, and click OK.
- Disconnect the remote computer from the registry editor using File,
Disconnect Network Registry, and selecting the correct remote computer
in the list.
- Reboot the remote computer for the changes to take
effect.
Try shutdown -r -m \\remote_name -t 5 (Add a -f to force the reboot)
tags: remotely, tsclient, winxp
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Remotely Enable Remote Desktop