<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/39.htm</link>
<title><![CDATA[[Server Core] 在 Core 下启用 Remote Deskop]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Windows Server]]></category>
<pubDate>Sat, 05 Jan 2008 06:24:24 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/39.htm</guid> 
<description>
<![CDATA[ 
	<p>      Server Core 支持多种管理方式，并且支持 Remote Desktop，这样以来我们便可以方便的通过远程桌面对 Server Core 进行管理，Remote Desktop 的启用依旧需要通过命令行来执行，使用“cscript”命令调用“scregedit.wsf”这个系统预置的脚本来启用 Remote Desktop，初次之外我们还可以通过这个脚本来启用更新服务启用后我们还需要在防火墙中例外 Remote Desktop，这样外部才允许连接本机的 Remote Desktop，为此我们需要执行以下步骤：</p><p><div class="code">1、启用 Remote Desktop</p><p>cscript c:\windows\system32\scregedit.wsf /ar 0</p><p>cscript c:\windows\system32\scregedit.wsf /cs 0</p><p>注意：关于参数 /cs 和 /ar 的说明可以直接运行 cscript c:\windows\system32\scregedit.wsf 来获取。</p><p>2、配置防火墙例外允许访问 Remote Desktop</p><p>netsh advfirewall firewall set rule group=&quot;remote desktop&quot; new enable=yes</div></p><p><img src="http://goxia.maytide.net/up/hypervincore/2.jpg" /></p>
]]>
</description>
</item>
</channel>
</rss>