Have you ever tried Remote Desktop? It’s pretty great, right? Fast connection, low latency, and a full desktop experience that almost feels like you’re sitting right in front of the PC.
The catch is—it’s usually limited to Windows Pro and Server editions. If you’re on a different version of Windows, it can feel like you’re missing out.
The good news? This setup lets you run and stream multiple RDP sessions at the same time, making it ideal for business use or personal setups with multiple users sharing one machine. The steps are simple, straightforward, and easy to follow from start to finish and no guesswork needed.
Prerequisites
Before we start, download the following tools:
-
RDP Wrapper
https://github.com/stascorp/rdpwrap/releases/download/v1.6.2/RDPWrap-v1.6.2.zip
-
RDPWrap Offset Finder
https://github.com/llccd/RDPWrapOffsetFinder/releases/download/v0.8/RDPWrapOffsetFinder-0.8.zip
Step-by-Step Setup
1. Temporarily Turn Off Antivirus
-
Temporarily disable your antivirus or Windows Defender
-
This tool does NOT contain a virus
It’s often flagged because it modifies system services related to Remote Desktop, which security software sees as “suspicious behavior”
!image.png
-
Once everything is set up, you can turn your antivirus back on
💡 Tip: If you don’t want to fully disable your antivirus, you can simply add the RDPWrap folder to exclusions instead.
2. Install RDP Wrapper
-
Extract RDPWrap-v1.6.2.zip
!image.png
-
Move the extracted folder to your *C:* drive
(example:
C:\\RDPwrapper)!image.png
3. Installation
-
Onnce you extracted the files to
C:\\RDPwrapperinstall the RDPWrapper by clicking the install.batInstallation.mp4
-
Stop the Remote Desktop Service
-
Open Command Prompt as Administrator by ctrl + r
Type
cmdHold the ctrl + shift then enter then type
cd C:\RDPwrapperAfter that Run:
net stop TermService /yThis will stop the RDPwrapper and the remote desktop services.
4. Run Offset Finder
- Open the RDPWrapOffsetFinder folder and choose the folder base on your device architecture.
- Open the CMD from the folder and Run:
RDPWrapOffsetFinder.exe "C:\Windows\System32\termsrv.dll"
!image.png
5. Update the rdpwrap.ini
- After the scan finishes, copy the generated offsets
- Paste them into the rdpwrap.ini file inside the RDPWrap directory
- Save the file
6. Start the Remote Desktop Service Again
net start termservice
After this, Remote Desktop should work even on Windows Home.
Bonus Tip: Access Your RDP Session From Anywhere with Tailscale
Tired of dealing with port forwarding, dynamic IPs, or exposing RDP directly to the internet? You can use Tailscale to create a secure, encrypted mesh VPN between your devices.
What Tailscale Does
- Creates a private network between your PC and your laptop/phone
- Uses your existing logins (Google, Microsoft, GitHub, etc.) for authentication
- Works behind NAT and most firewalls without manual port forwarding
- Encrypts all traffic end-to-end using WireGuard
How to Use Tailscale with This RDP Setup
- Install Tailscale on both machines
- Download and install Tailscale on your host PC (where RDP Wrapper is installed)
- Install Tailscale on your client device (laptop, another PC, etc.)
- Log in using the same Tailscale account
- Sign in with the same email or identity provider on all devices
- Once logged in, both devices will appear on your Tailscale network
- Get the Tailscale IP of your host PC
- Open the Tailscale app on the host PC
- Copy the Tailscale IP address (usually starts with
100.x.x.x)
- Connect via Remote Desktop over Tailscale
- On your client device, open Remote Desktop Connection
- Instead of using your local IP, enter the Tailscale IP of your host PC
- Log in as usual with your Windows account
Why This Is Better Than Exposing RDP
- No need to open ports on your router
- Your RDP port stays closed to the public internet
- You still get fast, low-latency RDP streaming from almost anywhere with internet access
With this, your RDP setup becomes not just powerful, but also much safer to use over the internet.