Skip to content

Instantly share code, notes, and snippets.

@roschacker
Forked from vovcacik/RDP7.md
Created May 18, 2018 13:44
Show Gist options
  • Save roschacker/9657d755d28a8ce46647ce6c8b759211 to your computer and use it in GitHub Desktop.
Save roschacker/9657d755d28a8ce46647ce6c8b759211 to your computer and use it in GitHub Desktop.
Portable Microsoft RDP 7 Client.

Portable Microsoft RDP 7 Client

  • Get the RDP 7 update for Windows XP from KB969084 (SHA-1 153587172bf060ddc9d2c966f1eaaf4f47926f28).
  • Rename the .\WindowsXP-KB969084-x86-enu.exe to zip.
  • Extract the .\WindowsXP-KB969084-x86-enu.zip\sp3gdr\ directory.

The unpacked RDP 7 client is sort of portable (the binaries are, settings are not) and will run on Windows XP and latter.

@roschacker
Copy link
Author

  1. кидаем туда файлы mstsc.exe и mstscax.dll из windows\System32
  2. Так как у мну руская сборка, я создаю подпапку ru-Ru и кидаю туда файлы mstscax.dll.mui и mstsc.exe.mui из windows\System32\ru-Ru
  3. В папке RPD создаю ещё одну подпапку wbem и кидаю туда файлы mstsc.mof и mstscax.mof из windows\System32\wbem
  4. В папке wbem создаю ещё одну подпапку ru-Ru и кидаю туда файлы mstscax.mfl и mstsc.mfl из windows\System32\wbem\ru-Ru

И всё запускается. (правда не все фичи активны)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment