How To Macro In The Background β Full RDP Setup Guide (Roblox)
Introduction
Learning how to macro in the background lets you run Roblox automation on a separate Windows session while using your PC normally. This guide covers the complete RDP (Remote Desktop Protocol) setup process.
Required Downloads
Before you can macro in the background, download these three tools:
Installing RDP Wrapper
- Download the RDP Wrapper zip from GitHub
- Right-click and extract to your desktop
- Open
RDPConf.exeand check if all indicators are green - If not green, run
install.bat
Note: If you get “Access Denied”, search “Virus & threat protection” in Windows, find RDP Wrap under current threats, click “Allow on device” then “Start actions”.
Fixing “Not Supported” Error
The RDP Wrapper release is outdated, so we need to update the config:
- Search
servicesin Windows - Find “Remote Desktop Services”, right-click β Stop
- Download the updated
rdpwrap.inifrom link above - Copy to
C:\Program Files\RDP Wrapperand replace - Go back to Services, right-click “Remote Desktop Services” β Start
RDPConf should now show “Fully Supported”.
Creating a Local User Account
- Press
Win + R, typecontrol userpasswords2 - Click Add β Sign in without Microsoft account β Local account
- Create username and password
- Select account β Properties β Group Membership β Administrator
Configuring Remote Desktop Plus
- Run Remote Desktop Plus
- Address
127.0.0.1loops back to your PC - Click Manage Profiles β Add your new account credentials
- Click arrow next to Connect β Manage Favorites β Add
Paste these optimization parameters:
Parameter Breakdown
- β
/nodrivesβ stops drive syncing - β
/nosoundβ disables audio - β
/nowallpaperβ removes background - β
/kbd:0β keyboard shortcuts stay on main PC - β
/w /hβ custom resolution (1366×768 recommended)
Setting Up Roblox in RDP
Once connected to your RDP session:
- Search “Default apps” β set your browser
- Download and install Roblox
- Sign into your account
- Cap FPS: Press
Win + R, type%localappdata%\Roblox - Edit
GlobalBasicSettings_13.xml, change-1to30 - Lower graphics to minimum in Roblox settings
Windows Optimization (Optional)
To reduce resource usage when you macro in the background:
Run in PowerShell as Administrator. Select “Default” mode.
Running Your Macro
- Transfer your macro folder to RDP user (paste or use Discord/cloud)
- Press
Win + Tab, drag RDP window to new desktop - Right-click RDP title bar β Full screen
- Run your macro
- Press
Win + Tabto return to main desktop
You can now use your PC normally while the macro runs in the background!
β
