Skip to content

Instantly share code, notes, and snippets.

@fiddyschmitt
Last active November 13, 2025 13:16
Show Gist options
  • Select an option

  • Save fiddyschmitt/99cbf580fc44b601e666c4cf3547900f to your computer and use it in GitHub Desktop.

Select an option

Save fiddyschmitt/99cbf580fc44b601e666c4cf3547900f to your computer and use it in GitHub Desktop.
Run remote apps locally (seamless RDP using RemoteApp / RDP RAIL)
On the server side:
Allow all apps:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList
"fDisabledAllowList"=dword:00000001
On the client side:
Create an RDP file for the remote PC.
Add this to the bottom:
remoteapplicationmode:i:1
remoteapplicationname:s:Remote Explorer
remoteapplicationprogram:s:explorer.exe
remoteapplicationcmdline:s:
Use Explorer to launch other applications.
If Chrome doesn't launch, use taskmgr.exe to stop the chrome process, then try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment