Link: RDP URI scheme
Maybe someone knew it already, but I did not…
RDP URI scheme for Windows 8.1+. Works for Android, iOS and Mac too (with official MS remote desktop app).
Short description:
rdp://full%20address=s:mypc:3389&audiomode=i:2&disable%20themes=i:1
Useful options (replace spaces with %20
):
full address=s:<string>
- host[:port]username=s:<string>
domain=s:<string>
audiomode=i:<0, 1, or 2>
- 2 to disable audioconnect to console=i:<0 or 1>
- connect to real consolescreen mode id=i:<1 or 2>
- 1 for windowed, 2 for fullscreen
blog comments powered by Disqus
Published
17 September 2017
Category
bookmarksTags
2020
August
- August 11, 2020 » Identifying AWS EBS volumes on instance
June
- June 24, 2020 » AWS S3 Website with private-only access
2018
September
- September 4, 2018 » Multiple ways of PowerShell templating
2017
September
- September 17, 2017 » Link: RDP URI scheme
August
- August 15, 2017 » Link: SSL settings and checks
- August 15, 2017 » Link: Template files substituter for Docker
- August 8, 2017 » Link: Classes in PowerShell
April
- April 15, 2017 » Bash tricks you didn't usually use
2016
August
- August 30, 2016 » Configuring RancherOS for use with AWS autoscaling + Swarm cluster
April
- April 26, 2016 » Building JS assets with MSBuild
- April 25, 2016 » Applying Web.config transforms to all config files
2015
August
- August 29, 2015 » Check if identifier is declared in Bash
2014
April
- April 2, 2014 » PID file management in Bash
- April 2, 2014 » Logging routine for Bash
- April 2, 2014 » Lock file management in Bash