<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Change Remote Desktop Listening Port</title>
	<atom:link href="http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:09:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adamster</title>
		<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-13222</link>
		<dc:creator>Adamster</dc:creator>
		<pubDate>Mon, 17 Jan 2011 21:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-13222</guid>
		<description>@ECHO OFF
set PORTNUMBER=
set /P INPUT=Type PORTNUMBER: %=%
echo Your Port Number was: %INPUT%
reg add &quot;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp&quot; /v PortNumber /t REG_DWORD /d %INPUT% /f
netsh advfirewall firewall add rule name=&quot;RDP-2&quot; dir=in action=allow protocol=TCP localport=%INPUT%
pause</description>
		<content:encoded><![CDATA[<p>@ECHO OFF<br />
set PORTNUMBER=<br />
set /P INPUT=Type PORTNUMBER: %=%<br />
echo Your Port Number was: %INPUT%<br />
reg add &#8220;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp&#8221; /v PortNumber /t REG_DWORD /d %INPUT% /f<br />
netsh advfirewall firewall add rule name=&#8221;RDP-2&#8243; dir=in action=allow protocol=TCP localport=%INPUT%<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bikram</title>
		<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6965</link>
		<dc:creator>bikram</dc:creator>
		<pubDate>Fri, 13 Mar 2009 22:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6965</guid>
		<description>Thanks for reminding to restart Terminal services.
Before restarting Terminal Services, even I changed the lis-port, wasn&#039;t working.
Thanks, you rock.</description>
		<content:encoded><![CDATA[<p>Thanks for reminding to restart Terminal services.<br />
Before restarting Terminal Services, even I changed the lis-port, wasn&#8217;t working.<br />
Thanks, you rock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walker</title>
		<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6751</link>
		<dc:creator>Walker</dc:creator>
		<pubDate>Sat, 07 Feb 2009 02:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6751</guid>
		<description>Thank you for reminding me the firewall setting.
I didn&#039;t realize it because I don&#039;t use the firewall.</description>
		<content:encoded><![CDATA[<p>Thank you for reminding me the firewall setting.<br />
I didn&#8217;t realize it because I don&#8217;t use the firewall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sporty</title>
		<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6745</link>
		<dc:creator>Sporty</dc:creator>
		<pubDate>Fri, 06 Feb 2009 02:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6745</guid>
		<description>You forgot about Windows Firewall.  If you want to listen to port 3390 you need to add that port to the exceptions list because 3389 is the default port that is opened in the firewall with Vista.  Probably WinXP too.</description>
		<content:encoded><![CDATA[<p>You forgot about Windows Firewall.  If you want to listen to port 3390 you need to add that port to the exceptions list because 3389 is the default port that is opened in the firewall with Vista.  Probably WinXP too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deko</title>
		<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6700</link>
		<dc:creator>deko</dc:creator>
		<pubDate>Fri, 30 Jan 2009 00:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6700</guid>
		<description>Thanks, very helpful post.</description>
		<content:encoded><![CDATA[<p>Thanks, very helpful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redirete</title>
		<link>http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6299</link>
		<dc:creator>redirete</dc:creator>
		<pubDate>Tue, 11 Nov 2008 15:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.walkernews.net/2007/08/01/how-to-change-remote-desktop-listening-port/#comment-6299</guid>
		<description>Interestign! You think it&#039; possible to enable 2 different ports to listen for a connection. I need default connection for some users and a different one for myself connecting behind a university firewall.
Tnx in advance</description>
		<content:encoded><![CDATA[<p>Interestign! You think it&#8217; possible to enable 2 different ports to listen for a connection. I need default connection for some users and a different one for myself connecting behind a university firewall.<br />
Tnx in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

