<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>远程桌面 &#8211; 老丁的博客</title>
	<atom:link href="https://www.laoding.me/archives/tag/%E8%BF%9C%E7%A8%8B%E6%A1%8C%E9%9D%A2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.laoding.me</link>
	<description></description>
	<lastBuildDate>Thu, 17 Oct 2024 07:07:24 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.3</generator>

<image>
	<url>https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/09/cropped-图片_20240927133356-768x768-1-32x32.jpg</url>
	<title>远程桌面 &#8211; 老丁的博客</title>
	<link>https://www.laoding.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>私人服务器远程控制Rustdesk使用</title>
		<link>https://www.laoding.me/archives/766</link>
					<comments>https://www.laoding.me/archives/766#respond</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Thu, 17 Oct 2024 07:03:38 +0000</pubDate>
				<category><![CDATA[办公网络]]></category>
		<category><![CDATA[Rustdesk]]></category>
		<category><![CDATA[远程桌面]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=766</guid>

					<description><![CDATA[1.下载客户端 Windows下载：rustdesk-windows-x86_64 2.解压运行 3.运行成功 [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>1.下载客户端</h3>
<p>Windows下载：<a href="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241017065520231.zip">rustdesk-windows-x86_64</a></p>
<h3>2.解压运行</h3>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-768" src="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241017065742695.jpg?x-oss-process=image/auto-orient,1/quality,q_90/format,webp" alt="" width="1219" height="894" /></p>
<h3>3.运行成功后</h3>
<h3><img decoding="async" class="alignnone size-full wp-image-770" src="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241017070022225.jpg?x-oss-process=image/auto-orient,1/quality,q_90/format,webp" alt="" width="1120" height="891" /></h3>
<blockquote>
<h3>&#8211; 如果不是准备就绪，就点一下【启动服务】</h3>
</blockquote>
<h3><img decoding="async" class="alignnone size-full wp-image-769" src="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241017070022884.jpg?x-oss-process=image/auto-orient,1/quality,q_90/format,webp" alt="" width="1120" height="891" /></h3>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/766/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>一键开启Windows远程桌面的批处理命令</title>
		<link>https://www.laoding.me/archives/675</link>
					<comments>https://www.laoding.me/archives/675#respond</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Mon, 07 Oct 2024 05:10:39 +0000</pubDate>
				<category><![CDATA[办公网络]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[远程桌面]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=675</guid>

					<description><![CDATA[@回声关闭 :: 启用远程桌面服务 reg 添加“HKLM\SYSTEM\CurrentControlSet\ [&#8230;]]]></description>
										<content:encoded><![CDATA[<pre class="code"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;">@回声关闭</span></span>
:: 启用远程桌面服务<span style="vertical-align: inherit;"><span style="vertical-align: inherit;">
reg 添加“HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server”/v fDenyTSConnections /t REG_DWORD /d 0 /f</span></span>
<span style="vertical-align: inherit;"><span style="vertical-align: inherit;">
@回声关闭</span></span>
REM 启用远程桌面 - 用户模式 (TCP-In) 规则
netsh advfirewall firewall set rule name="远程桌面 - 用户模式(TCP-In)" new enable=yes

REM 启用远程桌面 - 用户模式 (UDP-In) 规则
netsh advfirewall firewall set rule name="远程桌面 - 用户模式(UDP-In)" new enable=yes

REM 启用远程桌面 - 远程监控 (TCP-In) 规则
netsh advfirewall firewall set rule name="远程桌面 - 远程监控(TCP-In)" new enable=yes


@echo 远程桌面防火墙规则已成功启用。<span style="vertical-align: inherit;"><span style="vertical-align: inherit;">
暂停</span></span>
</pre>
<ul>
<li>下载批处理运行文件：<a href="http://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241007051018455.zip">开启远程桌面连接</a></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/675/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Github上编译Rustdesk内置中转服务器</title>
		<link>https://www.laoding.me/archives/645</link>
					<comments>https://www.laoding.me/archives/645#comments</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Fri, 04 Oct 2024 07:54:21 +0000</pubDate>
				<category><![CDATA[办公网络]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[远程桌面]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=645</guid>

					<description><![CDATA[1.修改代码文件libs/hbb_common/src/config.rs（约103行） pub const  [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2>1.修改代码文件libs/hbb_common/src/config.rs（约103行）</h2>
<pre class="code">pub const RENDEZVOUS_SERVERS: &amp;[&amp;str] = &amp;["cn.e-123.cn"];
pub const PUBLIC_RS_PUB_KEY: &amp;str = "跳转服务器key";</pre>
<h2>2.修改文件.github/workflows/flutter-ci.yml（约24行）</h2>
<p>&nbsp;</p>
<pre class="code">upload-artifact: true  #将值修改为true</pre>
<h2>3.点击Actions查看修改文件后的编辑进度</h2>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-646" src="http://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714.jpg" alt="" width="2104" height="1183" srcset="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714.jpg 2104w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714-300x169.jpg 300w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714-1024x576.jpg 1024w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714-768x432.jpg 768w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714-1536x864.jpg 1536w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075309714-2048x1152.jpg 2048w" sizes="auto, (max-width: 2104px) 100vw, 2104px" /></p>
<h2>4.编译完成后，即可下载各种平台的Rustdesk软件</h2>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-647" src="http://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-scaled.jpg" alt="" width="2560" height="1579" srcset="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-scaled.jpg 2560w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-300x185.jpg 300w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-1024x632.jpg 1024w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-768x474.jpg 768w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-1536x948.jpg 1536w, https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241004075312285-2048x1263.jpg 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/645/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
