Difference between revisions of "Using RDP with WinXP"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: By default, Windows XP SP2 is not allowed to operate on terminal service (Remote Desktop) through RPC. To modify this behaviour, add the folowing registry setting to enable Remote Desktop ...)
 
Line 2: Line 2:


#  Find the following registry key:  
#  Find the following registry key:  
       HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
       HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
#  Add a DWORD value named AllowRemoteRPC and change its value to "1".  
#  Add a DWORD value named AllowRemoteRPC and change its value to "1".  


[[Category:WinXP]]
[[Category:WinXP]]
[[Category:Network]]
[[Category:Network]]

Revision as of 09:20, 14 August 2008

By default, Windows XP SP2 is not allowed to operate on terminal service (Remote Desktop) through RPC. To modify this behaviour, add the folowing registry setting to enable Remote Desktop API through RPC:

  1. Find the following registry key:
     HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
  1. Add a DWORD value named AllowRemoteRPC and change its value to "1".