<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Remote Desktop on No Subject - nosubject.io -</title><link>https://nosubject.io/en/tags/remote-desktop/</link><description>Recent content in Remote Desktop on No Subject - nosubject.io -</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 03 Sep 2026 19:21:00 +0900</lastBuildDate><atom:link href="https://nosubject.io/en/tags/remote-desktop/index.xml" rel="self" type="application/rss+xml"/><item><title>Signing Windows RDP Files with a Self-Signed Certificate (1-2. Signing the RDP File)</title><link>https://nosubject.io/en/windows-rdpsign-sign-rdp-file/</link><pubDate>Thu, 03 Sep 2026 19:21:00 +0900</pubDate><guid>https://nosubject.io/en/windows-rdpsign-sign-rdp-file/</guid><description>&lt;p&gt;This article uses the self-signed certificate created in &lt;a href="https://nosubject.io/en/windows-rdp-file-signing-certificate/"&gt;part 1-1&lt;/a&gt; to sign an &lt;code&gt;.rdp&lt;/code&gt; file with the Windows &lt;code&gt;rdpsign&lt;/code&gt; tool.&lt;/p&gt;
&lt;p&gt;It then registers the certificate thumbprint as a trusted RDP publisher in Group Policy so that the publisher warning no longer appears. Finally, it creates a batch file that re-signs RDP files by drag and drop.&lt;/p&gt;
&lt;h2 id="the-warning-covered-by-this-article"&gt;The warning covered by this article&lt;/h2&gt;
&lt;p&gt;This procedure addresses the security warning displayed when opening an &lt;code&gt;.rdp&lt;/code&gt; file:&lt;/p&gt;</description></item><item><title>Signing Windows RDP Files with a Self-Signed Certificate (1-1. Creating the Certificate)</title><link>https://nosubject.io/en/windows-rdp-file-signing-certificate/</link><pubDate>Thu, 03 Sep 2026 19:20:00 +0900</pubDate><guid>https://nosubject.io/en/windows-rdp-file-signing-certificate/</guid><description>&lt;p&gt;Opening a Windows &lt;code&gt;.rdp&lt;/code&gt; file can display a security warning asking you to verify the publisher of the remote connection.&lt;/p&gt;
&lt;p&gt;This article creates a self-signed certificate for RDP file signing with PowerShell, exports the public certificate as a &lt;code&gt;.cer&lt;/code&gt; file, and saves a private-key backup as a &lt;code&gt;.pfx&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;Because the complete procedure is long, it is divided into two articles:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;This article: Create and back up the RDP signing certificate&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nosubject.io/en/windows-rdpsign-sign-rdp-file/"&gt;1-2. Signing the RDP file&lt;/a&gt;: &lt;code&gt;rdpsign&lt;/code&gt;, Group Policy, and a drag-and-drop batch file&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="rdp-file-signing-and-the-rdp-server-tls-certificate-are-different"&gt;RDP file signing and the RDP server TLS certificate are different&lt;/h2&gt;
&lt;p&gt;The certificate created here identifies the &lt;strong&gt;publisher of the &lt;code&gt;.rdp&lt;/code&gt; file itself&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>How to Use Only Two of Three Monitors in Remote Desktop by Editing an RDP File</title><link>https://nosubject.io/en/rdp-selected-monitors-two-of-three/</link><pubDate>Thu, 03 Sep 2026 19:19:00 +0900</pubDate><guid>https://nosubject.io/en/rdp-selected-monitors-two-of-three/</guid><description>&lt;p&gt;In Windows Remote Desktop Connection (RDP), you can easily enable the option to use all monitors in a multi-monitor environment through the graphical interface.&lt;/p&gt;
&lt;p&gt;However, the standard Remote Desktop Connection dialog does not let you configure a setup like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Three monitors are connected to the local PC.&lt;/li&gt;
&lt;li&gt;Only two of them should be used for RDP.&lt;/li&gt;
&lt;li&gt;The remaining monitor should stay available for local work.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To do this, save an &lt;code&gt;.rdp&lt;/code&gt; file and add the &lt;code&gt;selectedmonitors&lt;/code&gt; property directly.&lt;/p&gt;</description></item></channel></rss>