<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Modern Programming World &#187; Hacks</title>
	<atom:link href="http://timvalenta.wordpress.com/category/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://timvalenta.wordpress.com</link>
	<description>Come on down to the happy land of modern programming</description>
	<lastBuildDate>Sun, 07 Jun 2009 23:09:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='timvalenta.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/df49944d2e89b14b517229815b403d40?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Modern Programming World &#187; Hacks</title>
		<link>http://timvalenta.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://timvalenta.wordpress.com/osd.xml" title="Modern Programming World" />
		<item>
		<title>Multiple RDP sessions in Vista</title>
		<link>http://timvalenta.wordpress.com/2008/11/07/multiple-rdp-sessions-in-vista/</link>
		<comments>http://timvalenta.wordpress.com/2008/11/07/multiple-rdp-sessions-in-vista/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 19:16:41 +0000</pubDate>
		<dc:creator>tonightslastsong</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[multiple logins]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[svhost]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows Firewall]]></category>

		<guid isPermaLink="false">http://timvalenta.wordpress.com/?p=115</guid>
		<description><![CDATA[Hello there, all.
This time it&#8217;s short and sweet: Logging into Vista using Remote Desktop (RDP) without kicking the active user off of the machine.
This also means you can log into the machine multiple times with the same account, with multiple RDP sessions.
http://mjwii.com/prog/termsrv.zip
This zip file is composed of various files put together by the good citizens [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=timvalenta.wordpress.com&blog=4144274&post=115&subd=timvalenta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello there, all.</p>
<p>This time it&#8217;s short and sweet: Logging into Vista using Remote Desktop (RDP) without kicking the active user off of the machine.</p>
<p>This also means you can log into the machine multiple times with the same account, with multiple RDP sessions.</p>
<p><a title="The magic treasure" href="http://mjwii.com/prog/termsrv.zip">http://mjwii.com/prog/termsrv.zip</a></p>
<p>This zip file is composed of various files put together by the good citizens at www.greenbutton.com , who fixed this to work with Vista Home Premium, Business, and Ultimate editions, x86 (32-bit) and x64 (64-bit) versions, with or without Service Pack 1.</p>
<div style="background:MintCream;border:dotted orange 1px;padding:5px;"><strong><span style="color:#3366ff;">Installation requires  <span style="color:#ff0000;">NO restart</span>.  It&#8217;s just a batch file that automates the following process:</span></strong><strong></strong>  </p>
<ul>
<li><strong><span style="color:#ff9900;">Kills the svhost service</span></strong>, to allow some funny business with a system dll (which will be back&#8217;d up, of course).</li>
<li><strong><span style="color:#ff9900;">Disables RDP</span></strong> entirely.</li>
<li><span style="color:#ff9900;"><strong>Backs up</strong></span> the <em>%SystemRoot%\System32\termsrv.dll</em> file to *.bak</li>
<li><strong><span style="color:#ff9900;">Replaces the dll</span></strong> with an old Release Candidate version which supported multiple RDP logins concurrent with the active local login.</li>
<li><strong><span style="color:#ff9900;">Imports a registry key</span></strong> which simply flags Terminal Services that multiple logins are acceptable.</li>
<li><strong><span style="color:#ff9900;">Makes sure that blank passwords are not an acceptable</span></strong> login criteria.</li>
<li><strong><span style="color:#ff9900;">Makes sure that the Windows Firewall has the right exceptions</span></strong> to let RDP requests through.</li>
<li><strong><span style="color:#ff9900;">Starts Terminal Services</span></strong> back up.</li>
<li><strong><span style="color:#ff9900;">Makes sure Terminal Services is listening</span></strong> on the right port (3389)</li>
</ul>
</div>
<p>And there you have it.  To test this, I was running Windows Vista Buisiness Edition 32-bit in VMware.  From my native operating system (Ubuntu 7.10), I used the pre-installed &#8220;Terminal Server Client&#8221; program to log into my VirtualMachine of Vista, and performed operations on both the VMware console (my &#8220;local&#8221; login), and in the RDP program.  It worked flawlessly, and I had the little thing set up in one minute, tops.</p>
<p>Happy RDP&#8217;ing from multiple locations with multiple users or the same user, without bumping the local login into the Windows&#8217;s &#8220;Locked&#8221; screen.</p>
<p><span style="color:#808080;">PS- There&#8217;s an XP version of this floating around greenbutton.com as well.  Upon finding it, I began looking for the Vista version.  Just google it and I&#8217;m sure you&#8217;ll find it within moments.</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/timvalenta.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/timvalenta.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/timvalenta.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/timvalenta.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/timvalenta.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/timvalenta.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/timvalenta.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/timvalenta.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/timvalenta.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/timvalenta.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=timvalenta.wordpress.com&blog=4144274&post=115&subd=timvalenta&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://timvalenta.wordpress.com/2008/11/07/multiple-rdp-sessions-in-vista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/42e263af442f17c1e8762e53bb1c731b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tls</media:title>
		</media:content>
	</item>
	</channel>
</rss>