Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

  1. This Readme gives information about how to install Drvmap.
  2. -----------------------------------------------------------
  3. Client:
  4. -----------------------------------------------------------
  5. Copy the drmapclt.dll to the Terminal Server Client installation folder.
  6. (Typically it is C:\Program Files\Terminal server client. Another clue is that mstsc.exe will be present
  7. in that folder)
  8. Setup the following reg keys:
  9. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\drmapclt]
  10. "Name"="drmapclt.dll"
  11. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\drmapclt]
  12. -----------------------------------------------------------
  13. Server:
  14. -----------------------------------------------------------
  15. Copy the drmapsrv.exe to your system32 folder.
  16. Setup the following reg keys:
  17. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Drive Map Service]
  18. "Name"="drmapsrv"
  19. "Type"=dword:00000003
  20. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd]
  21. "StartupPrograms"="rdpclip,drmapsrv"
  22. -----------------------------------------------------------
  23. Please find the associated reg files in this folder.