"pittpanther" <> wrote ...
> Hi Eric - I am having the same trouble. RDP was working on my Vista
> Business
> PC, but stopped recently. I cannot even RDP on the local LAN to it. I
> checked the status of Port 3389, and Vista is no longer "Listening" for
> it.
> From a command prompt, try:
>
> netstat -ano
>
> You should see an entry for TCP Port 3389. For some reason, mine is now
> gone, and I do not know how to get it back to listening.
Hi Eric and PittPanther,
The other precondition for making a Remote Desktop connection to your Vista
machine is that the Terminal Services service is running. You can verify
this with either of 2 different comands:
1) C:\>net start
or
2) C:\>tasklist /svc
In the Tasklist command, the "/svc" parameter tells tasklist to show the
services which are running in each Service Host process. So you should see
something like:
svchost.exe 1284 CryptSvc, Dnscache, KtmRm, NlaSvc,
TapiSrv, TermService
This tells you that the Process ID for Terminal Services is 1284.
When you do a "netstat -ano" it will show you the process IDs for the
processes listening on the various ports. If/when Terminal Services is
active, it will show up in the netstat list, on port 3389 ands Pitt Panther
correctly notes.
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
1284
So, make sure you have Terminal Services running on your machine!
Let us know how you get on.
--
Andrew McLaren
amclar (at) optusnet dot com dot au
|