Here ya go Mate,

A step by step provided by a chap named Rodney from another forum:

http://www.security-forums.com/forum...8005&view=next

well i tried many ways to close it and last i got it.

1) run regedit.exe

2) goto HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs
save ImagePath data.

3) restart the computer. it may take longer time to start, and it may give you some errors, & also it may change windows xp taskbar but this will return to normal after returning the ImagePath data (click the file you have exported) or you can pasting the data you saved.

4) you need hex editor to open this file
c:\windows\system32\rpcss.dll in hex,binary
find this number 1.3.5 in hex 31 00 33 00 35 in the file(this is the port number)

5) change this to 0.0.0 in hex 30 00 30 00 30 (port 0 does not exist)

6)run regedit.exe and goto HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs and
returning the ImagePath data (you can just click the file you have exported) or you can pasting the data you saved.

7)restart the computer

8)run netstat -a in cmd to check the port

RODNEY