<?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: Extend Evaluation Period to 240 days</title>
	<atom:link href="http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/feed" rel="self" type="application/rss+xml" />
	<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days</link>
	<description>Windows Server 2008 to Workstation Manual</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:24:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dale</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-7919</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Sat, 13 Feb 2010 17:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-7919</guid>
		<description>I have the same thing as stick3r8. &quot;This copy of windows is not genuine&quot; is the bottom right of the screen. Only tried that method no cracks or anything. Havent tried windows update though, couldnt care less about it.</description>
		<content:encoded><![CDATA[<p>I have the same thing as stick3r8. &#8220;This copy of windows is not genuine&#8221; is the bottom right of the screen. Only tried that method no cracks or anything. Havent tried windows update though, couldnt care less about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Candid</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-7823</link>
		<dc:creator>John Candid</dc:creator>
		<pubDate>Thu, 29 Oct 2009 09:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-7823</guid>
		<description>Also, I&#039;ll appreciate to hear if the restart is really necessary?</description>
		<content:encoded><![CDATA[<p>Also, I&#8217;ll appreciate to hear if the restart is really necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Candid</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-7822</link>
		<dc:creator>John Candid</dc:creator>
		<pubDate>Thu, 29 Oct 2009 09:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-7822</guid>
		<description>Here is a BAT file version of the McFly Method with a single restart:

ECHO OFF
ECHO ===============================================================================
ECHO                      Windows Server 2008 Activation Bypass
ECHO                                 by John Candid
ECHO.
ECHO                          Based on the McFly Method
ECHO ===============================================================================
ECHO.
ECHO Stopping and disabling the SL UI Notification Service...
net stop SLUINotify
sc config SLUINotify start= disabled
ECHO Processing SLLUA.exe...
TAKEOWN /f &quot;%windir%\System32\SLLUA.exe&quot;
ECHO y&#124; cacls &quot;%windir%\System32\SLLUA.exe&quot; /G Administrator:F
RENAME &quot;%windir%\System32\SLLUA.exe&quot; SLLUA.ex_
ECHO Processing SLUI.exe...
TAKEOWN /f &quot;%windir%\System32\SLUI.exe&quot;
ECHO y&#124; cacls &quot;%windir%\System32\SLUI.exe&quot; /G Administrator:F
RENAME &quot;%windir%\System32\SLUI.exe&quot; SLUI.ex_
ECHO Processing SLUINotify.dll...
TAKEOWN /f &quot;%windir%\System32\SLUINotify.dll&quot;
ECHO y&#124; cacls &quot;%windir%\System32\SLUINotify.dll&quot; /G Administrator:F
RENAME &quot;%windir%\System32\SLUINotify.dll&quot; SLUINotify.dl_
ECHO Press any key to restart...
PAUSE&gt;nul
SHUTDOWN /r /t 0</description>
		<content:encoded><![CDATA[<p>Here is a BAT file version of the McFly Method with a single restart:</p>
<p>ECHO OFF<br />
ECHO ===============================================================================<br />
ECHO                      Windows Server 2008 Activation Bypass<br />
ECHO                                 by John Candid<br />
ECHO.<br />
ECHO                          Based on the McFly Method<br />
ECHO ===============================================================================<br />
ECHO.<br />
ECHO Stopping and disabling the SL UI Notification Service&#8230;<br />
net stop SLUINotify<br />
sc config SLUINotify start= disabled<br />
ECHO Processing SLLUA.exe&#8230;<br />
TAKEOWN /f &#8220;%windir%\System32\SLLUA.exe&#8221;<br />
ECHO y| cacls &#8220;%windir%\System32\SLLUA.exe&#8221; /G Administrator:F<br />
RENAME &#8220;%windir%\System32\SLLUA.exe&#8221; SLLUA.ex_<br />
ECHO Processing SLUI.exe&#8230;<br />
TAKEOWN /f &#8220;%windir%\System32\SLUI.exe&#8221;<br />
ECHO y| cacls &#8220;%windir%\System32\SLUI.exe&#8221; /G Administrator:F<br />
RENAME &#8220;%windir%\System32\SLUI.exe&#8221; SLUI.ex_<br />
ECHO Processing SLUINotify.dll&#8230;<br />
TAKEOWN /f &#8220;%windir%\System32\SLUINotify.dll&#8221;<br />
ECHO y| cacls &#8220;%windir%\System32\SLUINotify.dll&#8221; /G Administrator:F<br />
RENAME &#8220;%windir%\System32\SLUINotify.dll&#8221; SLUINotify.dl_<br />
ECHO Press any key to restart&#8230;<br />
PAUSE&gt;nul<br />
SHUTDOWN /r /t 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SHADOW COPY</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-7706</link>
		<dc:creator>SHADOW COPY</dc:creator>
		<pubDate>Sun, 20 Sep 2009 03:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-7706</guid>
		<description>Anytime you kill the slui files you will get the not genuine message over your clock and computer properties will say activate now. That just the way it is. The system will run forever with these 2 quirks. If you are smart you would stay away from MS Update. That is how they will catch you. Ever notice that they test your machine with wga each time you update. By the way to delete SLnotify you have to stop the service.</description>
		<content:encoded><![CDATA[<p>Anytime you kill the slui files you will get the not genuine message over your clock and computer properties will say activate now. That just the way it is. The system will run forever with these 2 quirks. If you are smart you would stay away from MS Update. That is how they will catch you. Ever notice that they test your machine with wga each time you update. By the way to delete SLnotify you have to stop the service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone else</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-7640</link>
		<dc:creator>someone else</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-7640</guid>
		<description>I&#039;ve run Server 2008 on a laptop and had no problems.  It&#039;s quite realistic.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run Server 2008 on a laptop and had no problems.  It&#8217;s quite realistic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmp</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-7287</link>
		<dc:creator>pmp</dc:creator>
		<pubDate>Sat, 18 Jul 2009 16:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-7287</guid>
		<description>If anyone has malawarebytes anti-malaware you can use the extra tools file assassin to remove the 3 slui files, its a lot quicker then changing the permissions</description>
		<content:encoded><![CDATA[<p>If anyone has malawarebytes anti-malaware you can use the extra tools file assassin to remove the 3 slui files, its a lot quicker then changing the permissions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valorisa</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6809</link>
		<dc:creator>valorisa</dc:creator>
		<pubDate>Sat, 20 Jun 2009 21:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6809</guid>
		<description>@jink

Use the mcfly&#039;s method after the SP2 and it will work nice !

http://www.mcflymethod.com/indexb.asp?txtscreen=1440

valorisa</description>
		<content:encoded><![CDATA[<p>@jink</p>
<p>Use the mcfly&#8217;s method after the SP2 and it will work nice !</p>
<p><a  href="http://www.mcflymethod.com/indexb.asp?txtscreen=1440" rel="nofollow">http://www.mcflymethod.com/indexb.asp?txtscreen=1440</a></p>
<p>valorisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jink</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6755</link>
		<dc:creator>jink</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6755</guid>
		<description>Ok Gideon. So if I reinstate the McFly files that were deleted\renamed and/or upgrade to SP2 - and the trial time runs out, as long as I don&#039;t tamper with it anymore, the only real issue will be the black desktop background with the illegal copy message in the corner?   Or do you mean the &quot;Black Screen Of Death&quot;?</description>
		<content:encoded><![CDATA[<p>Ok Gideon. So if I reinstate the McFly files that were deleted\renamed and/or upgrade to SP2 &#8211; and the trial time runs out, as long as I don&#8217;t tamper with it anymore, the only real issue will be the black desktop background with the illegal copy message in the corner?   Or do you mean the &#8220;Black Screen Of Death&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gideon7</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6599</link>
		<dc:creator>Gideon7</dc:creator>
		<pubDate>Fri, 05 Jun 2009 22:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6599</guid>
		<description>Seen on SP2: If you mess around trying to bypass WPA2 too much it will bust you and switch to the Tamper Alert mode, also known as WPA_UNLICENSED_LOCKOUT.  If your computer goes into this mode you are screwed, and you cannot log on without first activating or calling Microsoft.</description>
		<content:encoded><![CDATA[<p>Seen on SP2: If you mess around trying to bypass WPA2 too much it will bust you and switch to the Tamper Alert mode, also known as WPA_UNLICENSED_LOCKOUT.  If your computer goes into this mode you are screwed, and you cannot log on without first activating or calling Microsoft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gideon7</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6598</link>
		<dc:creator>Gideon7</dc:creator>
		<pubDate>Fri, 05 Jun 2009 21:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6598</guid>
		<description>How can I make this more clear?

After 240 days WPA2 will *always* go into non-compliance mode. No matter what.

McFly&#039;s method DOES NOT WORK.

What you are seeing is the fact that Microsoft relaxed the penalty for non-compliance as of SP1.  Prior to SP1 you were locked out.  After SP1 you only get a nag screen.  You are still non-compliant, your desktop still shows a black screen, and you still fail WGA checks.</description>
		<content:encoded><![CDATA[<p>How can I make this more clear?</p>
<p>After 240 days WPA2 will *always* go into non-compliance mode. No matter what.</p>
<p>McFly&#8217;s method DOES NOT WORK.</p>
<p>What you are seeing is the fact that Microsoft relaxed the penalty for non-compliance as of SP1.  Prior to SP1 you were locked out.  After SP1 you only get a nag screen.  You are still non-compliant, your desktop still shows a black screen, and you still fail WGA checks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirrax</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6529</link>
		<dc:creator>pirrax</dc:creator>
		<pubDate>Fri, 29 May 2009 23:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6529</guid>
		<description>Unfortunately not. I applied mcfly&#039;s workaround after upgrading to SP2, but no luck. So disable the auto update and don&#039;t install SP2.</description>
		<content:encoded><![CDATA[<p>Unfortunately not. I applied mcfly&#8217;s workaround after upgrading to SP2, but no luck. So disable the auto update and don&#8217;t install SP2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jink</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6503</link>
		<dc:creator>jink</dc:creator>
		<pubDate>Wed, 27 May 2009 14:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6503</guid>
		<description>Can someone confirm if applying the mcfly method AFTER upgrading to SP2 will work?  #79 said it reset the trial but he did not confirm whether he had tryed to apply the method again AFTER.</description>
		<content:encoded><![CDATA[<p>Can someone confirm if applying the mcfly method AFTER upgrading to SP2 will work?  #79 said it reset the trial but he did not confirm whether he had tryed to apply the method again AFTER.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2k8usr</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6495</link>
		<dc:creator>2k8usr</dc:creator>
		<pubDate>Wed, 27 May 2009 04:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6495</guid>
		<description>downloaded 590MB sp2.  mcfly-applied 64 bit trial version took SP2 update o.k.  update took a whopping 70 minutes on 2.2GHz core 2 laptop, longest running sp of any so far in my experience.  sp2 update brought back the watermark that says that this copy of windows is not genuine as well as activation requirement in 60 days.  wonder if 3 additional resets are still available.</description>
		<content:encoded><![CDATA[<p>downloaded 590MB sp2.  mcfly-applied 64 bit trial version took SP2 update o.k.  update took a whopping 70 minutes on 2.2GHz core 2 laptop, longest running sp of any so far in my experience.  sp2 update brought back the watermark that says that this copy of windows is not genuine as well as activation requirement in 60 days.  wonder if 3 additional resets are still available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6333</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 16 May 2009 12:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6333</guid>
		<description>I ve found a patch toremove the watermark 

http://deepxw.blogspot.com/2008/12/remove-watermark-v03-build-20081210.html</description>
		<content:encoded><![CDATA[<p>I ve found a patch toremove the watermark </p>
<p><a  href="http://deepxw.blogspot.com/2008/12/remove-watermark-v03-build-20081210.html" rel="nofollow">http://deepxw.blogspot.com/2008/12/remove-watermark-v03-build-20081210.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocket</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6305</link>
		<dc:creator>rocket</dc:creator>
		<pubDate>Thu, 14 May 2009 19:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6305</guid>
		<description>I did applied mcfly&#039;s method to a W2K8 Server, all is as advertised.

BUT

I have another vmware W2K8 R2 BETA Server witch so far this method doesn&#039;t say it works with. So as most other w2k8 servers it also the initial 60 days plus 3 reams for a total of 240 days.

I installed this mvware W2K8 R2 BETA around 50 days ago. Today I decided to UPGRADE it to W2K8 R2 RC1 (latest released), and what I found out is that first of all you have to run ADPREP /FORESTPREP and ADPREP /DOMAINPREP from the ADPREP folder (located in in the new DVD for R2 RC1 in the SUPPORT\ADDPREP folder).

ok, after the UPGRADE, you will loose 1 REARM plus the days left on the ream you are in, in my case I lost 10 days from the first rearm and the 2nd rearm.

But after running &quot;slmgr -dlv&quot; I see that the end of trial is JUNE 1, 2010, so I&#039;m not sure how this is going to end up.

If anyone has already done a non-crack on Windows Server 2008 R2 RC1 or Beta Let me know.</description>
		<content:encoded><![CDATA[<p>I did applied mcfly&#8217;s method to a W2K8 Server, all is as advertised.</p>
<p>BUT</p>
<p>I have another vmware W2K8 R2 BETA Server witch so far this method doesn&#8217;t say it works with. So as most other w2k8 servers it also the initial 60 days plus 3 reams for a total of 240 days.</p>
<p>I installed this mvware W2K8 R2 BETA around 50 days ago. Today I decided to UPGRADE it to W2K8 R2 RC1 (latest released), and what I found out is that first of all you have to run ADPREP /FORESTPREP and ADPREP /DOMAINPREP from the ADPREP folder (located in in the new DVD for R2 RC1 in the SUPPORT\ADDPREP folder).</p>
<p>ok, after the UPGRADE, you will loose 1 REARM plus the days left on the ream you are in, in my case I lost 10 days from the first rearm and the 2nd rearm.</p>
<p>But after running &#8220;slmgr -dlv&#8221; I see that the end of trial is JUNE 1, 2010, so I&#8217;m not sure how this is going to end up.</p>
<p>If anyone has already done a non-crack on Windows Server 2008 R2 RC1 or Beta Let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2k8usr</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-6295</link>
		<dc:creator>2k8usr</dc:creator>
		<pubDate>Thu, 14 May 2009 07:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-6295</guid>
		<description>2k8 trial running fine using mcfly&#039;s method.  takes updates with no problem. wonder what would happen if 2k8 sp2 is applied</description>
		<content:encoded><![CDATA[<p>2k8 trial running fine using mcfly&#8217;s method.  takes updates with no problem. wonder what would happen if 2k8 sp2 is applied</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucideer</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-5448</link>
		<dc:creator>lucideer</dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-5448</guid>
		<description>@ubz (and anyone else wondering)
I&#039;ll make it a forum post.

@Smart Guy
Noone here is attempting to thwart anything. Info in this guide comes straight from Microsoft&#039;s Knowledge Database.</description>
		<content:encoded><![CDATA[<p>@ubz (and anyone else wondering)<br />
I&#8217;ll make it a forum post.</p>
<p>@Smart Guy<br />
Noone here is attempting to thwart anything. Info in this guide comes straight from Microsoft&#8217;s Knowledge Database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kingstone</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-4938</link>
		<dc:creator>Kingstone</dc:creator>
		<pubDate>Sat, 14 Feb 2009 13:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-4938</guid>
		<description>Guys, i have a weird problem, i don&#039;t know if it&#039;s related...
On Thursday is rearmed according to this tutorial for the first time.
All seemed to go well, i did restart several times and windows still worked.
Yesterday, after I did 3 updates from windows update (can&#039;t remember which) and then restarted, the computer didn&#039;t boot anymore not even in safe mode.
It went into black screen immedietly on startup no logo no nothing.
I&#039;m wondering if it&#039;s because the activation or the updates? Anyone seen this behavior?

&lt;strong&gt;Arris:&lt;/strong&gt; Rearming and updating shouldn&#039;t result in an unbootable system. Have you tried to repair the bootloader using the methods described in the following topic at the forum: &lt;a href=&quot;http://www.win2008workstation.com/forum/viewtopic.php?p=3554#p3554&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;dual boot with XP&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Guys, i have a weird problem, i don&#8217;t know if it&#8217;s related&#8230;<br />
On Thursday is rearmed according to this tutorial for the first time.<br />
All seemed to go well, i did restart several times and windows still worked.<br />
Yesterday, after I did 3 updates from windows update (can&#8217;t remember which) and then restarted, the computer didn&#8217;t boot anymore not even in safe mode.<br />
It went into black screen immedietly on startup no logo no nothing.<br />
I&#8217;m wondering if it&#8217;s because the activation or the updates? Anyone seen this behavior?</p>
<p><strong>Arris:</strong> Rearming and updating shouldn&#8217;t result in an unbootable system. Have you tried to repair the bootloader using the methods described in the following topic at the forum: <a  href="http://www.win2008workstation.com/forum/viewtopic.php?p=3554#p3554" target="_blank" rel="nofollow">dual boot with XP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart Guy</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-4833</link>
		<dc:creator>Smart Guy</dc:creator>
		<pubDate>Sun, 08 Feb 2009 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-4833</guid>
		<description>Just one word for those attempting to thwart licensing b/c the Windoze licensing is overpriced:  Linux.  No evaluation expiration, no licensing fees (if you use a free distro), and a much more polite user group in general ... much less name calling.

Yeah, I know, your games won&#039;t work.  Game systems are for games.  Laptops are for work.</description>
		<content:encoded><![CDATA[<p>Just one word for those attempting to thwart licensing b/c the Windoze licensing is overpriced:  Linux.  No evaluation expiration, no licensing fees (if you use a free distro), and a much more polite user group in general &#8230; much less name calling.</p>
<p>Yeah, I know, your games won&#8217;t work.  Game systems are for games.  Laptops are for work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubz</title>
		<link>http://www.win2008workstation.com/win2008/extend-evaluation-period-to-240-days/comment-page-2#comment-4661</link>
		<dc:creator>ubz</dc:creator>
		<pubDate>Thu, 29 Jan 2009 18:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.win2008workstation.com/wordpress/?p=30#comment-4661</guid>
		<description>can i get a little more info on the symlink process?

1.I create the symlink for C:\Users\Administrator
2.Back up program files
3.recreate symlink? create the same symlink?
4...?</description>
		<content:encoded><![CDATA[<p>can i get a little more info on the symlink process?</p>
<p>1.I create the symlink for C:\Users\Administrator<br />
2.Back up program files<br />
3.recreate symlink? create the same symlink?<br />
4&#8230;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
