Skip to content

Releases: cpdx4/RDPWrapKit

v0.5.8

14 Jun 07:29

Choose a tag to compare

What's New

🖊️ RDP File Signing & Shortcut Management

  • Multi-shortcut editing & signing — You can now edit multiple shortcuts and properly sign advanced shortcuts.
  • ALT+TAB behavior control — Added the ability to change ALT+TAB behavior and edit shortcut filenames.
  • Accelerated signing pipeline — RDP file signing is now powered by a dedicated RdpSignTool.exe, which can be built via build.bat (which invokes a PS script).
  • Fixed signature corruption — Resolved an issue where signing the RDP file would corrupt it if certain fields were mismatched.

🎨 UI & Visual Improvements

  • Progress bar & background fixes — Most visual glitches with progress bars and backgrounds have been resolved (a few edge cases remain).
  • Smoother navigation — Adjusted progress messages so they no longer pause when clicking the Next button.

📋 RDP Info Page Enhancements

  • Listening status — The Show RDP Info page now displays a Listening status line item.
  • Corrected version detection — The wrapper file version is now correctly detected on the RDP Info page.
  • Cleaner layout — Removed the unnecessary [Next] button from the Show RDP Info page.

🛡️ Detections & Warnings

  • Razer Cortex detection — The installer now detects Razer Cortex and displays a warning to uninstall or disable the Boost feature (which can turn off RDP).

🔧 Installer & Wizard Improvements

  • TermWrap handling — Changed the TermWrap installation action to "Upgrade TermWrap" and enables it by default if a different version is detected.
  • Removed outdated security warning — Removed the extra warning on the completion page that referred to the April 2026 RDP security changes by Microsoft.
  • Desktop shortcut confirmation — The final message now explicitly indicates that shortcuts were created on the Desktop.
  • Enhanced debug logging — Added additional debug logging for user creation and RDP shortcut operations.

Antivirus note:
  • Small open source projects often trigger antivirus warnings due to low download counts. These typically resolve as adoption increases. You can verify safety via the VirusTotal analysis, review the source code directly, or report specific alerts as issues.
image

v0.5.7

27 May 06:09

Choose a tag to compare

Features/Fixes:

  • FIX: TermWrap.dll (the brains that run RDPWrapKit after it is installed) was updated to v0.6 to handle newer versions of Windows 11. Many thanks to @llccd for fixing TermWrap, and thanks to Divyn for finding the bug)
Antivirus note:
  • Small open source projects often trigger antivirus warnings due to low download counts. These typically resolve as adoption increases. You can verify safety via the VirusTotal analysis, review the source code directly, or report specific alerts as issues.
image

v0.5.6

05 May 07:17

Choose a tag to compare

Features/Fixes:

  • FIX: Windows 11 Home popped up 'Unknown Publisher' warnings (as part of April 2026 Windows Updates). RDPSign.exe not included in "Home" editions, so this was replaced with a novel PowerShell method that does the exact same thing. As far as I can tell, no one has ever reverse-engineered the way I have (with the help of AI). This is my commitment to making this work for both Home and Pro users.
Antivirus note:
  • Small open source projects often trigger antivirus warnings due to low download counts. These typically resolve as adoption increases. You can verify safety via the VirusTotal analysis, review the source code directly, or report specific alerts as issues.
image

v0.5.5

28 Apr 07:45

Choose a tag to compare

  • No longer uses the temporary bypass for Microsoft RDP security warnings (RedirectionWarningDialogVersion) and instead uses TrustedCertThumbprints for the cert we create
  • If RDP+ shortcuts are found on the desktop, assume the default to create from existing users on the PC
  • Clean VirusTotal score

v0.5.4

19 Apr 05:23

Choose a tag to compare

  • April 2026 Windows 10 Security update introduced prompts for all RDP files. Added a self-signed certificate called "RDPWrapKit" reminding users to only trust if connecting to 127.0.0.2. Hid the prompt for now, but later may re-appear when Microsoft disables the ability to hide it

  • 4/22/2206 - Digitally signed

  • Marked clean by VirusTotal

v0.5.3

11 Apr 07:33

Choose a tag to compare

  • FIX: Handled problems with really long passwords
  • FIX: Fixed issues clicking [back] on the Wizard when creating shortcuts

v0.5.2

09 Apr 07:11

Choose a tag to compare

NEW Additional performance settings have been added to the System-wide settings page, and also the Create/Edit shortcut pages.

v0.5.0

06 Apr 21:08

Choose a tag to compare

  • New: Shortcut settings during setup: configure resolution (including custom), full screen, multi-monitor, clipboard, and sound when creating shortcuts
  • New: Edit Shortcuts mode: select an existing desktop .rdp shortcut and modify settings, including advanced settings in RDP app
  • New: Edit System-wide Settings mode: ability to change RDP port, enable/disable RDP, show users on login screen, prevent duplicate sessions, and restart the RDP service, all from the installer
  • New: Update notification: installer checks GitHub on launch and prompts if a newer version is available
  • New: Smart App Control detection: warns users when Smart App Control is enabled, which can block installer execution

  • Fix: TermService account: automatically corrects TermService to run as NT AUTHORITY\NetworkService when misconfigured
  • Fix: UmRdpService startup: ensures UmRdpService is set to Automatic if it was disabled

  • Improved: Existing users flow: paginated user list when creating shortcuts for existing accounts
  • Improved: Security: additional safeguards added during account creation
  • Simplified and modularized code: code significantly refactored and simplified (removed ~800 lines of redundant code and comments)

v0.4.9

08 Feb 09:34

Choose a tag to compare

Adds Smart App Control detection and warns if it is enabled

v0.4.7

02 Feb 07:46

Choose a tag to compare

  • CHANGED: User Creation to use PowerShell and turned on more logging