<?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"
	>
<channel>
	<title>Comments on: How To run Multiple Versions of the Same Program on your PC</title>
	<atom:link href="http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<pubDate>Wed, 15 Oct 2008 20:57:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: links for 2008-10-09 &#124; the markfr ditherings</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-350412</link>
		<dc:creator>links for 2008-10-09 &#124; the markfr ditherings</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-350412</guid>
		<description>[...] How To run Multiple Versions of the Same Program on your PC &#124; MakeUseOf.com (tags: windows tips productivity multiple program) [...]</description>
		<content:encoded><![CDATA[<p>[...] How To run Multiple Versions of the Same Program on your PC | MakeUseOf.com (tags: windows tips productivity multiple program) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-347192</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 01 Sep 2008 06:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-347192</guid>
		<description>hi, this doesn't seem to work with vista. right click menu only has 'run as administrator' no option to run program as another user. i tried loggin in as regular user and then running the prog as administrator but that didn't work either. anyone?

thanks</description>
		<content:encoded><![CDATA[<p>hi, this doesn&#8217;t seem to work with vista. right click menu only has &#8216;run as administrator&#8217; no option to run program as another user. i tried loggin in as regular user and then running the prog as administrator but that didn&#8217;t work either. anyone?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masti</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-289516</link>
		<dc:creator>Masti</dc:creator>
		<pubDate>Sun, 18 May 2008 10:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-289516</guid>
		<description>I have been googling for this for last 2 hours and my search ends with this finest article. Many thanks its working with charm.</description>
		<content:encoded><![CDATA[<p>I have been googling for this for last 2 hours and my search ends with this finest article. Many thanks its working with charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flossay</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-285803</link>
		<dc:creator>flossay</dc:creator>
		<pubDate>Tue, 13 May 2008 05:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-285803</guid>
		<description>for gaming i usually go into properties from the desktop icon and in the target line at the end add this ....   -multiple     .... it will only open multiple instances if you access from desktop icon =) have fun!</description>
		<content:encoded><![CDATA[<p>for gaming i usually go into properties from the desktop icon and in the target line at the end add this &#8230;.   -multiple     &#8230;. it will only open multiple instances if you access from desktop icon =) have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schafer</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-220512</link>
		<dc:creator>Dan Schafer</dc:creator>
		<pubDate>Thu, 28 Feb 2008 04:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-220512</guid>
		<description>The simple answer for Windows gaming is No.  The reason is slightly complex, and a possible solution is even more-so complex.

I'm guessing you are referring to full screen games, not windowed games like solitaire.  Unfortunately this is basically impossible to do with Windows.

Here is a little more detailed explanation.

Technical Background: Windows handles multi-monitors like so.  In WindowsXP there is a Primary monitor, and additional monitors may be enabled by extending the desktop to include these additional monitors.  With a proprietary video card control panel and driver, these additional monitors can also be "clones" of the primary monitor, but there is still only one Primary monitor.

Problem #1:  Games are generally programmed to run only on the Primary monitor.  If the game does support multi-monitor (think flight sims), it usually spans across all the monitors.  Say you have a Flight Sim running and subsequently load Madden.  Madden will minimize the Flight Sim, and only run itself on the Primary monitor, blanking out the other monitors.  The game has to be programmed to enable monitor mapping; this is not easy to accomplish, rarely do people want this functionality, so subsequently no one ever programs for it.

Problem #2:  Windows only allows for one active Session at a time to interact with the graphics subsystem.  The "Run As" feature runs a program for you using another user's permissions, but still in your active Session.  If you would try to do a "Switch User", that program would not be active in their Session, only yours.  So you cannot load the Flight Sim with your account and then do a Run As command to load Madden as a workaround.  Since it is a process active in your Session, and it still has to obey problem #1.

Problem #3:  One input device focus point.  Since Windows only allows one active Session (think one user), there is no reason to have multiple cursors on the screen.  Think of a laptop.  You can have a touchpad, a nub mouse, a bunch of USB mice, and a few Bluetooth mice all connected, but you will only have one cursor/arrow.  What about gamepads you say?  Yes there are multiple input paths, but they always interact with one process at a time.  If the Windows input handler doesn't notice any reserved keystroke like "CTRL-ALT-DEL" or a globally registered hotkey, it passes the input to the window that has focus.  So there is no way to interact with both games at the same time.

Solution:  You need to have an operating system that will concurrently allow multiple input devices mapped to multiple Sessions, that are mapped to different Monitors, and have those different Sessions interact with your multiple game instances.  This isn't Windows.

Cheviot.  I know about Remote Desktop Connection and Terminal Services and how it allows multiple users to have multiple Sessions on one Windows computer, but this is not what the question deals with.  RDC and TS allow multiple computers or thin clients to run and view a session remotely, but the current user on the server machine still cannot view all of those sessions individually on that machine, only their active one.</description>
		<content:encoded><![CDATA[<p>The simple answer for Windows gaming is No.  The reason is slightly complex, and a possible solution is even more-so complex.</p>
<p>I&#8217;m guessing you are referring to full screen games, not windowed games like solitaire.  Unfortunately this is basically impossible to do with Windows.</p>
<p>Here is a little more detailed explanation.</p>
<p>Technical Background: Windows handles multi-monitors like so.  In WindowsXP there is a Primary monitor, and additional monitors may be enabled by extending the desktop to include these additional monitors.  With a proprietary video card control panel and driver, these additional monitors can also be &#8220;clones&#8221; of the primary monitor, but there is still only one Primary monitor.</p>
<p>Problem #1:  Games are generally programmed to run only on the Primary monitor.  If the game does support multi-monitor (think flight sims), it usually spans across all the monitors.  Say you have a Flight Sim running and subsequently load Madden.  Madden will minimize the Flight Sim, and only run itself on the Primary monitor, blanking out the other monitors.  The game has to be programmed to enable monitor mapping; this is not easy to accomplish, rarely do people want this functionality, so subsequently no one ever programs for it.</p>
<p>Problem #2:  Windows only allows for one active Session at a time to interact with the graphics subsystem.  The &#8220;Run As&#8221; feature runs a program for you using another user&#8217;s permissions, but still in your active Session.  If you would try to do a &#8220;Switch User&#8221;, that program would not be active in their Session, only yours.  So you cannot load the Flight Sim with your account and then do a Run As command to load Madden as a workaround.  Since it is a process active in your Session, and it still has to obey problem #1.</p>
<p>Problem #3:  One input device focus point.  Since Windows only allows one active Session (think one user), there is no reason to have multiple cursors on the screen.  Think of a laptop.  You can have a touchpad, a nub mouse, a bunch of USB mice, and a few Bluetooth mice all connected, but you will only have one cursor/arrow.  What about gamepads you say?  Yes there are multiple input paths, but they always interact with one process at a time.  If the Windows input handler doesn&#8217;t notice any reserved keystroke like &#8220;CTRL-ALT-DEL&#8221; or a globally registered hotkey, it passes the input to the window that has focus.  So there is no way to interact with both games at the same time.</p>
<p>Solution:  You need to have an operating system that will concurrently allow multiple input devices mapped to multiple Sessions, that are mapped to different Monitors, and have those different Sessions interact with your multiple game instances.  This isn&#8217;t Windows.</p>
<p>Cheviot.  I know about Remote Desktop Connection and Terminal Services and how it allows multiple users to have multiple Sessions on one Windows computer, but this is not what the question deals with.  RDC and TS allow multiple computers or thin clients to run and view a session remotely, but the current user on the server machine still cannot view all of those sessions individually on that machine, only their active one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark O'Neill</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-194548</link>
		<dc:creator>Mark O'Neill</dc:creator>
		<pubDate>Tue, 22 Jan 2008 16:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-194548</guid>
		<description>You don't have to "propagate" them first - I have four extra accounts and I have never had to log into them first.

Without seeing your computer, I couldn't begin to suggest what the problem might be.   One possible problem though - maybe the program you are trying to launch doesn't allow more than one instance at a time to be run?   Maybe there is something in the code that prevents this hack from being carried out?   Just a thought.   If you have Skype, try that and see if it works.

Also you could check the accounts one more time to make sure that administrator rights really have been granted.

I have XP service pack 2 also and it works fine for me.    But from a distance, I can't begin to properly analyse your problem.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to &#8220;propagate&#8221; them first - I have four extra accounts and I have never had to log into them first.</p>
<p>Without seeing your computer, I couldn&#8217;t begin to suggest what the problem might be.   One possible problem though - maybe the program you are trying to launch doesn&#8217;t allow more than one instance at a time to be run?   Maybe there is something in the code that prevents this hack from being carried out?   Just a thought.   If you have Skype, try that and see if it works.</p>
<p>Also you could check the accounts one more time to make sure that administrator rights really have been granted.</p>
<p>I have XP service pack 2 also and it works fine for me.    But from a distance, I can&#8217;t begin to properly analyse your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BroqueW</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-193393</link>
		<dc:creator>BroqueW</dc:creator>
		<pubDate>Mon, 21 Jan 2008 10:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-193393</guid>
		<description>Hum, this tip doesn't work for me (XPSP2), even with logging into the newly created accounts to "propagate" them as said in another post.
Both accounts have administrator rights and I can't get any of my VoIP clients to run more than once (SJPhone, X-Lite, 3CX Phone). Even if I begin with the "Run as..." and then try to launch the program normally.
Any idea?</description>
		<content:encoded><![CDATA[<p>Hum, this tip doesn&#8217;t work for me (XPSP2), even with logging into the newly created accounts to &#8220;propagate&#8221; them as said in another post.<br />
Both accounts have administrator rights and I can&#8217;t get any of my VoIP clients to run more than once (SJPhone, X-Lite, 3CX Phone). Even if I begin with the &#8220;Run as&#8230;&#8221; and then try to launch the program normally.<br />
Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to open up multiple instances of Google Talk</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-189650</link>
		<dc:creator>How to open up multiple instances of Google Talk</dc:creator>
		<pubDate>Wed, 16 Jan 2008 13:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-189650</guid>
		<description>[...] are two options. One is the option I advocated on MakeUseOf back in September which is to make use of the &#8220;run as&#8221; command in the right-click menu. [...]</description>
		<content:encoded><![CDATA[<p>[...] are two options. One is the option I advocated on MakeUseOf back in September which is to make use of the &#8220;run as&#8221; command in the right-click menu. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark O'Neill</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-189128</link>
		<dc:creator>Mark O'Neill</dc:creator>
		<pubDate>Tue, 15 Jan 2008 17:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-189128</guid>
		<description>I'm not a games expert so someone else will have to answer this.    But a basic question would have to be how can you run two simultaneous games on the computer at the same time?   Split monitor?  Two monitors?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a games expert so someone else will have to answer this.    But a basic question would have to be how can you run two simultaneous games on the computer at the same time?   Split monitor?  Two monitors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravo</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-189026</link>
		<dc:creator>ravo</dc:creator>
		<pubDate>Tue, 15 Jan 2008 12:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-189026</guid>
		<description>im tryin to run a game on my machine twice... silkroadonline to p lvl my own chars... do you know if this method will work for that, if not do you know a way to get it to work</description>
		<content:encoded><![CDATA[<p>im tryin to run a game on my machine twice&#8230; silkroadonline to p lvl my own chars&#8230; do you know if this method will work for that, if not do you know a way to get it to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Trucchetto (Tips): come eseguire più volte uno stesso programma Geekissimo</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-185638</link>
		<dc:creator>&#187; Trucchetto (Tips): come eseguire più volte uno stesso programma Geekissimo</dc:creator>
		<pubDate>Tue, 08 Jan 2008 17:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-185638</guid>
		<description>[...] Via &#124; makeuseof.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Via | makeuseof.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Shehab</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-142628</link>
		<dc:creator>Ali Shehab</dc:creator>
		<pubDate>Mon, 01 Oct 2007 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-142628</guid>
		<description>i  need  to  open  two  emails  on  same massenger</description>
		<content:encoded><![CDATA[<p>i  need  to  open  two  emails  on  same massenger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-139327</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 21 Sep 2007 13:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-139327</guid>
		<description>David : I hate to disagree with you but it is not necessary to "enter" the new account first (I assume you mean log into the account?).  I have the main admin account and four extra accounts and I have never in the 8 months that I have had them set up, ever had to go into the four extra accounts.    I just set them up on the Windows User Accounts screen and they were immediately good to go.</description>
		<content:encoded><![CDATA[<p>David : I hate to disagree with you but it is not necessary to &#8220;enter&#8221; the new account first (I assume you mean log into the account?).  I have the main admin account and four extra accounts and I have never in the 8 months that I have had them set up, ever had to go into the four extra accounts.    I just set them up on the Windows User Accounts screen and they were immediately good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-139293</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 21 Sep 2007 11:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-139293</guid>
		<description>Clarification - This MAY help James.
I had a few issues setting this up. However, I found that, once you have created the account, (say Mark2) it is necessary to enter the account forst to 'propogate' it. THEN it's 'real' on your system and you can follow Mark's instructions.

On the OUTLOOK side of things - I can confirm that NO, you cannot run multilple Outlooks using this method. I REALLY need to as I run 2 business and we are forever sending emails with the wrong signature or from the account. Never mind - back to the drawing board...</description>
		<content:encoded><![CDATA[<p>Clarification - This MAY help James.<br />
I had a few issues setting this up. However, I found that, once you have created the account, (say Mark2) it is necessary to enter the account forst to &#8216;propogate&#8217; it. THEN it&#8217;s &#8216;real&#8217; on your system and you can follow Mark&#8217;s instructions.</p>
<p>On the OUTLOOK side of things - I can confirm that NO, you cannot run multilple Outlooks using this method. I REALLY need to as I run 2 business and we are forever sending emails with the wrong signature or from the account. Never mind - back to the drawing board&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-09-19</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-138704</link>
		<dc:creator>links for 2007-09-19</dc:creator>
		<pubDate>Wed, 19 Sep 2007 23:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-138704</guid>
		<description>[...] How To run multiple versions of the same program on your PC » Cool Websites, Software and Internet ... (tags: windows multiple useraccounts) [...]</description>
		<content:encoded><![CDATA[<p>[...] How To run multiple versions of the same program on your PC » Cool Websites, Software and Internet &#8230; (tags: windows multiple useraccounts) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HOW TO</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-138446</link>
		<dc:creator>HOW TO</dc:creator>
		<pubDate>Tue, 18 Sep 2007 21:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-138446</guid>
		<description>how can you run multiple lines simultaneously off skype for a  small business we would like to buy the linksys system that you plug into the router...thanks</description>
		<content:encoded><![CDATA[<p>how can you run multiple lines simultaneously off skype for a  small business we would like to buy the linksys system that you plug into the router&#8230;thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-137977</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 17 Sep 2007 13:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-137977</guid>
		<description>James : if it only shows one account (when there are more accounts on your PC) then it can only mean that you don't have full administrator privileges on your Windows user account (an administrator can see everything).   You need to be using a Windows account with full admin privileges.  Try bringing the administrator account back to life by using the tutorial here - http://www.makeuseof.com/tag/registry-tweaks-to-give-your-windows-an-ooomph

Once you've done that, run Windows under the adminstrator account.   You should now be able to see the other accounts under "run as"</description>
		<content:encoded><![CDATA[<p>James : if it only shows one account (when there are more accounts on your PC) then it can only mean that you don&#8217;t have full administrator privileges on your Windows user account (an administrator can see everything).   You need to be using a Windows account with full admin privileges.  Try bringing the administrator account back to life by using the tutorial here - <a href="http://www.makeuseof.com/tag/registry-tweaks-to-give-your-windows-an-ooomph" rel="nofollow">http://www.makeuseof.com/tag/registry-tweaks-to-give-your-windows-an-ooomph</a></p>
<p>Once you&#8217;ve done that, run Windows under the adminstrator account.   You should now be able to see the other accounts under &#8220;run as&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-137858</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 17 Sep 2007 00:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-137858</guid>
		<description>I can't get this to work and I'm not sure why. I have two logins on my laptop, Owner, with full admin access, guest, and another one I just created, called James. When I try the Run As command however, it only shows me the one called Owner. Also, I tried to rename the Owner login, to Administrator, but it told me I couldn't as there was already one called that. It doesn't show up in the User Accounts box though.

Can anyone shed any light on this for me please?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work and I&#8217;m not sure why. I have two logins on my laptop, Owner, with full admin access, guest, and another one I just created, called James. When I try the Run As command however, it only shows me the one called Owner. Also, I tried to rename the Owner login, to Administrator, but it told me I couldn&#8217;t as there was already one called that. It doesn&#8217;t show up in the User Accounts box though.</p>
<p>Can anyone shed any light on this for me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-136530</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 12 Sep 2007 09:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-136530</guid>
		<description>In German, the control panel is "systemsteuerung" which is "system setup"</description>
		<content:encoded><![CDATA[<p>In German, the control panel is &#8220;systemsteuerung&#8221; which is &#8220;system setup&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aibek</title>
		<link>http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-136456</link>
		<dc:creator>Aibek</dc:creator>
		<pubDate>Wed, 12 Sep 2007 02:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-run-multiple-versions-of-the-same-program-on-your-pc/#comment-136456</guid>
		<description>Well it may not so obvious when you have non-English windows.</description>
		<content:encoded><![CDATA[<p>Well it may not so obvious when you have non-English windows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
