goelweb.com --> Software --> Enabling Remote Desktop in Windows XP Home Edition
Enabling Remote Desktop in Windows XP Home Edition
This is a summary of step from http://www.geekport.com/2007/08/15/enabling-remote-desktop-in-xp-home/.
- Navigate the Windows registry to HKEY_LOCAL_MACHINE/SYSTEM/ControlSet00X/Control/ProductOptions (where ControlSet00X is the one with the highest number) and delete the "ProductSuite" key.
- Create a new DWORD key in this same folder called "Brand" and set it's value to 0.
- Reboot Windows. At startup mash F8 to bring up the boot options and choose "Last Known Good Configuration".
- Download and install DevCon from http://support.microsoft.com/default.aspx?scid=kb;en-us;311272
- Run devcon.exe and extract its contents
- Open Command Prompt and navigate to the i386 folder made my the DevCon extract
- Type
devcon.exe -r install %windir%\inf\machine.inf root\rdpdr
- Reboot Windows normally
- Run enableterm.bat to enable Terminal Service
- Restart Windows normally
- Optional: For passwordless logins, set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\limitblankpassworduse=dword:00000000
rishi.goel@alumni.usc.edu