How To Macro In The Background Roblox | RDP Setup Guide

How To Macro In The Background | RDP Guide

How To Macro In The Background – Full RDP Setup Guide (Roblox)

πŸ“– 5 min read

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

  1. Download the RDP Wrapper zip from GitHub
  2. Right-click and extract to your desktop
  3. Open RDPConf.exe and check if all indicators are green
  4. 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:

  1. Search services in Windows
  2. Find “Remote Desktop Services”, right-click β†’ Stop
  3. Download the updated rdpwrap.ini from link above
  4. Copy to C:\Program Files\RDP Wrapper and replace
  5. Go back to Services, right-click “Remote Desktop Services” β†’ Start

RDPConf should now show “Fully Supported”.


Creating a Local User Account

  1. Press Win + R, type control userpasswords2
  2. Click Add β†’ Sign in without Microsoft account β†’ Local account
  3. Create username and password
  4. Select account β†’ Properties β†’ Group Membership β†’ Administrator

Configuring Remote Desktop Plus

  1. Run Remote Desktop Plus
  2. Address 127.0.0.1 loops back to your PC
  3. Click Manage Profiles β†’ Add your new account credentials
  4. Click arrow next to Connect β†’ Manage Favorites β†’ Add

Paste these optimization parameters:

/v:127.0.0.2 /i:”Your Profile Name” /title:”Whatever You Want” /nodrives /nosound /nowallpaper /o:”keyboardhook:i:1″ /w:1366 /h:768

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:

  1. Search “Default apps” β†’ set your browser
  2. Download and install Roblox
  3. Sign into your account
  4. Cap FPS: Press Win + R, type %localappdata%\Roblox
  5. Edit GlobalBasicSettings_13.xml, change -1 to 30
  6. Lower graphics to minimum in Roblox settings

Windows Optimization (Optional)

To reduce resource usage when you macro in the background:

irm https://christitus.com/win | iex

Run in PowerShell as Administrator. Select “Default” mode.


Running Your Macro

  1. Transfer your macro folder to RDP user (paste or use Discord/cloud)
  2. Press Win + Tab, drag RDP window to new desktop
  3. Right-click RDP title bar β†’ Full screen
  4. Run your macro
  5. Press Win + Tab to return to main desktop

You can now use your PC normally while the macro runs in the background!


β€”