<?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/"
	>

<channel>
	<title>T.J. Schmitz.com &#187; Windows</title>
	<atom:link href="http://tjschmitz.com/blog/category/oses/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://tjschmitz.com/blog</link>
	<description>It&#039;s all about me, right?</description>
	<lastBuildDate>Mon, 07 Mar 2011 16:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Got Memory?</title>
		<link>http://tjschmitz.com/blog/2010/08/18/got-memory/</link>
		<comments>http://tjschmitz.com/blog/2010/08/18/got-memory/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 19:36:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=644</guid>
		<description><![CDATA[At my new company, all of the computers are custom builds, and they all seem to have a different motherboard in them.  Looking up the memory specs for the different boards can get to be a real pain.  Knowing how much RAM each slot will take, and weather it&#8217;s a DDR, DDR2, or DDR3 chip [...]]]></description>
			<content:encoded><![CDATA[<p>At my new company, all of the computers are custom builds, and they all seem to have a different motherboard in them.  Looking up the memory specs for the different boards can get to be a real pain.  Knowing how much RAM each slot will take, and weather it&#8217;s a DDR, DDR2, or DDR3 chip can be hard to tell from hundreds of miles away.  I&#8217;ve found two tools that <a href="http://tjschmitz.com/blog/wp-content/uploads/2010/08/softwares-cpuz.jpg"><img class="size-medium wp-image-646 alignright" title="softwares-cpuz" src="http://tjschmitz.com/blog/wp-content/uploads/2010/08/softwares-cpuz-300x288.jpg" alt="" width="300" height="288" /></a>make this process a lot less painfull:</p>
<p>The first is <a href="http://www.cpuid.com/softwares/cpu-z.html" target="_blank">CPU-Z</a> by <a href="http://www.cpuid.com/" target="_blank">CPUID</a>.  This handy little freeware utility gives you the lowdown on the CPU, motherboard, memory and OS information of your systems.    When trying to identify the components of a whitebox computer remotely from hundreds of miles away, this tool is the best.</p>
<p>The other tool is the <a href="http://www.crucial.com/systemscanner/index.aspx" target="_blank">Crucial System Scanner tool</a>.  This cool tool will run from a network share or flash drive, with no installation needed.  Once it runs, it gives you a nice readout with information on what board/chipset you have, how much memory is currently installed, and what RAM will work with your system.  Crucial will of course be happy to sell you compatible memory, but armed with the information they&#8217;ve given you you can search around for the best memory for the price.</p>
<p><a href="http://tjschmitz.com/blog/wp-content/uploads/2010/08/screenshot.91.jpg"><img class="alignnone size-full wp-image-648" title="screenshot.9" src="http://tjschmitz.com/blog/wp-content/uploads/2010/08/screenshot.91.jpg" alt="" width="742" height="299" /></a></p>
<p>A nice bag of tricks that takes all of the guesswork out of memory upgrades.  Thanks CPUID and Crucial!
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D644&amp;text=Got+Memory%3F&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/08/18/got-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Cannot find or parse web template file&#8221; errors using stsadm.exe</title>
		<link>http://tjschmitz.com/blog/2010/07/30/cannot-find-or-parse-web-template-file-errors-using-stsadm-exe/</link>
		<comments>http://tjschmitz.com/blog/2010/07/30/cannot-find-or-parse-web-template-file-errors-using-stsadm-exe/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:08:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=617</guid>
		<description><![CDATA[I was trying to install the Job Requisition template into SharePoint, but kept getting an error message everytime I tried: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&#62;STSADM.EXE -o addtemplate -filename c:\Templates\JobRequisition.wsp -title JobRequisition -description JobRequisition Cannot find or parse web template file c:\Templates\JobRequisition.wsp. I downloaded different copies of the template from all over the web, but [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to install the Job Requisition template into SharePoint, but kept getting an error message everytime I tried:</p>
<blockquote><p>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&gt;STSADM.EXE -o addtemplate -filename c:\Templates\JobRequisition.wsp -title JobRequisition -description JobRequisition</p>
<p>Cannot find or parse web template file c:\Templates\JobRequisition.wsp.</p></blockquote>
<p>I downloaded different copies of the template from all over the web, but I kept getting the same message:</p>
<p><a href="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.1.jpg"><img class="alignnone size-full wp-image-619" title="screenshot.1" src="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.1.jpg" alt="" width="669" height="114" /></a></p>
<p>After a couple of days of searching Google, I finally found the answer:</p>
<blockquote><p>wsp file extensions take addsolution, not addtemplate</p></blockquote>
<p>And after changing the command just a <em>tiny</em> bit &#8211; I finally had sucess:</p>
<blockquote><p>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&gt;STSA<br />
DM.EXE -o addsolution -filename &#8220;c:\Templates\jobs\JobRequisition.wsp&#8221;</p>
<p><strong>Operation completed successfully.</strong></p></blockquote>
<p>If I had read the &#8220;readme.txt&#8221; file that came with <em>every</em> copy of the file I downloaded, I would have figured this out about a day quicker&#8230;..</p>
<p>Finally, don&#8217;t forget to <strong>deploy</strong> the solution before trying to make a site with it.  <a href="http://technet.microsoft.com/en-us/library/cc288412%28office.12%29.aspx" target="_blank">Full instructions</a> can be found on the TechNet site at: <a href="http://technet.microsoft.com/en-us/library/cc288412%28office.12%29.aspx">http://technet.microsoft.com/en-us/library/cc288412%28office.12%29.aspx</a>
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D617&amp;text=%22Cannot+find+or+parse+web+template+file%22+errors+using+stsadm.exe&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/07/30/cannot-find-or-parse-web-template-file-errors-using-stsadm-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Reboot</title>
		<link>http://tjschmitz.com/blog/2010/07/29/remote-desktop-reboot/</link>
		<comments>http://tjschmitz.com/blog/2010/07/29/remote-desktop-reboot/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:40:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=611</guid>
		<description><![CDATA[Often when working on a server or workstation via Remote Desktop you&#8217;ll need to restart it.  The problem is that the &#8220;Reboot&#8221; option is glaringly missing from your remote session: Fortunately there is a &#8220;trick&#8221; that will let you restart a machine.  Press &#8220;CTRL-ALT-END&#8221; to bring up the &#8220;Windows Security&#8221; window (just like CRTL-ALT-DEL would [...]]]></description>
			<content:encoded><![CDATA[<p>Often when working on a server or workstation via Remote Desktop you&#8217;ll need to restart it.  The problem is that the &#8220;Reboot&#8221; option is glaringly missing from your remote session:</p>
<p><a href="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.131.jpg"><img class="alignnone size-full wp-image-612" title="screenshot.131" src="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.131.jpg" alt="" width="389" height="77" /></a></p>
<p>Fortunately there is a &#8220;trick&#8221; that will let you restart a machine.  Press &#8220;CTRL-ALT-END&#8221; to bring up the &#8220;Windows Security&#8221; window (just like CRTL-ALT-DEL would locally).  Click on the &#8220;Shut Down&#8221; button.</p>
<p><a href="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.132.jpg"><img class="alignnone size-full wp-image-613" title="screenshot.132" src="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.132.jpg" alt="" width="403" height="84" /></a></p>
<p>and then pick &#8220;Restart&#8221; from the drop down menu in the &#8220;Shut Down Windows&#8221; window, and click &#8220;OK&#8221;.</p>
<p><a href="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.133.jpg"><img class="alignnone size-full wp-image-615" title="screenshot.133" src="http://tjschmitz.com/blog/wp-content/uploads/2010/07/screenshot.133.jpg" alt="" width="431" height="139" /></a></p>
<p>Your computer or server will be on it&#8217;s way to a fresh start.
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D611&amp;text=Remote+Desktop+Reboot&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/07/29/remote-desktop-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing &#8220;The RD Licensing Manager encountered an internal error from the license server. Message Number: 0xc0110011&#8243; Errors</title>
		<link>http://tjschmitz.com/blog/2010/07/29/fixing-the-rd-licensing-manager-encountered-an-internal-error-from-the-license-server-message-number-0xc0110011-errors/</link>
		<comments>http://tjschmitz.com/blog/2010/07/29/fixing-the-rd-licensing-manager-encountered-an-internal-error-from-the-license-server-message-number-0xc0110011-errors/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=607</guid>
		<description><![CDATA[My terminal server started refusing to issue new Terminal Server licenses, and when I went to look at the Terminal Server Manager, my licensing server was shown with the dreaded red &#8220;X&#8221; through it.  Clicking on it to re-connect to it or Activate it, I got the error message &#8220;The RD Licensing Manager encountered an [...]]]></description>
			<content:encoded><![CDATA[<p>My terminal server started refusing to issue new Terminal Server licenses, and when I went to look at the Terminal Server Manager, my licensing server was shown with the dreaded red &#8220;X&#8221; through it.  Clicking on it to re-connect to it or Activate it, I got the error message &#8220;The RD Licensing Manager encountered an internal error from the license server. Message Number: 0xc0110011&#8243;<img src="file:///C:/DOCUME%7E1/tschmitz/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /></p>
<p>All of the solutions listed wanted you to uninstall the Terminal Services Licensing Service from your server and re-install it.  This would have required a couple of reboots and taken way longer than I wanted to have the system down.  Fortunately I came across a better solution that was quick and easy:</p>
<p>Start regedit and delete the following keys:</p>
<p>HKey Local Machine\Software\Microsoft\TermServLicensing\Certificates.</p>
<p>HKey Local Machine\System\CurrentControlSet\services\TermservLicensing\Parameters\Certificates.000</p>
<p>H Key Local Machine\System\CurrentControlSet\services\TermservLicensing\Parameters\Certificates.001</p>
<p>Then stop and restart the service and you&#8217;re back in business!
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D607&amp;text=Fixing+%22The+RD+Licensing+Manager+encountered+an+internal+error+from+the+license+server.+Message+Number%3A+0xc0110011%22+Errors&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/07/29/fixing-the-rd-licensing-manager-encountered-an-internal-error-from-the-license-server-message-number-0xc0110011-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clicking  driving you crazy?</title>
		<link>http://tjschmitz.com/blog/2010/07/20/clicking-driving-you-crazy/</link>
		<comments>http://tjschmitz.com/blog/2010/07/20/clicking-driving-you-crazy/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:53:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=597</guid>
		<description><![CDATA[The clicking sound that Windows plays when you click on a link in Internet Explorer or open a folder in Windows Explorer can drive you insane.  Here’s how to kill that sound in Windows XP: Click Start &#62; Control Panel &#62; Sounds and Audio Devices Click the Sounds tab Scroll down the list under Program [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://s0.wp.com/wp-content/plugins/adverts/adsense.js?m=1253160243g&amp;1" type="text/javascript"></script>The  clicking sound that Windows plays when you click on a link in Internet  Explorer or open a folder in Windows Explorer can drive you insane.  Here’s how to kill that sound in Windows XP:</p>
<ol>
<li>Click <em>Start &gt; Control Panel &gt; Sounds and Audio Devices</em></li>
<li>Click the <em>Sounds</em> tab</li>
<li>Scroll down the list under <em>Program Events</em>. Under the <em>Windows  Explorer</em> section, highlight <em>Start Navigation</em>.</li>
<li>Under the <em>Sounds</em> box, select<em> (None) &gt; OK</em>, close  Control Panel</li>
</ol>
<p>Here’s how to nuke the sound in Windows Vista:</p>
<ol>
<li>Click <em>Start &gt; Control Panel &gt; Sound</em></li>
<li>Click the <em>Sounds</em> tab</li>
<li>Scroll down the list under <em>Program.</em> Under the <em>Windows  Explorer</em> section, highlight <em>Start Navigation</em>.</li>
<li>Under the <em>Sounds</em> box, select <em>(None) &gt; OK</em>, close  Control Panel</li>
</ol>
<p>Peace and quite is now restored.  I, however think that whoever decided that opening a link, or a folder needed it&#8217;s own sound should be beaten with a bag full of &#8220;Made for Windows&#8221; stickers.
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D597&amp;text=Clicking++driving+you+crazy%3F&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/07/20/clicking-driving-you-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local printers not showing up in Terminal Services session</title>
		<link>http://tjschmitz.com/blog/2010/07/01/local-printers-not-showing-up-in-terminal-services-session/</link>
		<comments>http://tjschmitz.com/blog/2010/07/01/local-printers-not-showing-up-in-terminal-services-session/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=594</guid>
		<description><![CDATA[I was getting frustrated with my Windows 2008 terminal server, as I though it&#8217;s redirection of local printers was broken.  I was getting ready to take an axe to it, when a little research revealed that it was doing what it was supposed to&#8230; only USB, Parallel and Serial printers will automatically be redirected.  Network [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting frustrated with my Windows 2008 terminal server, as I though it&#8217;s redirection of local printers was broken.  I was getting ready to take an axe to it, when a <a href="http://blog.kazmarek.com/2008/04/23/printers-not-showing-up-on-terminal-server/" target="_blank">little research</a> revealed that it was doing what it was supposed to&#8230; only USB, Parallel and Serial printers will automatically be redirected.  Network printers ans many multifunction devices will NOT be.</p>
<p>So what&#8217;s a guy who wants to use his local network servers in a terminal services session to do?  A little registry tweaking will take care of this for you.  In regedit, create a DWORD value named FilterQueueType in  HKEY_CURRENT_USER\Software\Microsoft\Terminal Server  Client\Default\AddIns\RDPDR and set its value to FFFFFFFF.</p>
<p>Of you cam download a file to make the change for you <a href="../wp-content/uploads/2010/07/ts_use_all_printers.zip">here</a>.  Unzip it and double click the .reg file to make the needed changes to your registry.
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D594&amp;text=Local+printers+not+showing+up+in+Terminal+Services+session&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/07/01/local-printers-not-showing-up-in-terminal-services-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Update Stuck on &#8220;Checking for the latest updates for your computer&#8230;&#8221;</title>
		<link>http://tjschmitz.com/blog/2010/07/01/windows-update-stuck-on-checking-for-the-latest-updates-for-your-computer/</link>
		<comments>http://tjschmitz.com/blog/2010/07/01/windows-update-stuck-on-checking-for-the-latest-updates-for-your-computer/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:46:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=520</guid>
		<description><![CDATA[On occasion I run across a computer where Windows Update is stuck on &#8220;Checking for the latest updates for your computer&#8230;&#8221;.   One of the following suggestions has always fixed the problem for me. 1) Clearing Temporary Internet files in Internet Explorer: In internet Explorer, go to: Tools&#62;Internet Options&#62;General Under &#8220;Browsing History&#8221;, press the &#8220;Delete&#8221; button. [...]]]></description>
			<content:encoded><![CDATA[<p>On occasion I run across a computer where Windows Update is stuck on &#8220;Checking for the latest updates for your computer&#8230;&#8221;.   One of the following suggestions has always fixed the problem for me.</p>
<p>1) Clearing Temporary Internet files in Internet  Explorer:</p>
<blockquote><p>In internet Explorer, go to: Tools&gt;Internet Options&gt;General<br />
Under &#8220;Browsing History&#8221;, press the &#8220;Delete&#8221; button.<br />
Uncheck &#8220;Preserve Favorites website data&#8221; if it exists, and check &#8220;Temporary Internet Files&#8221;.<br />
Press the &#8220;Delete&#8221; button, and once it has deleted all temporary files, reboot and try Windows Update again.</p></blockquote>
<p>2)Check that the Background Intelligent Transfer Service to is set to  Automatic and verify the Status is Started.</p>
<blockquote><p>Click Start, Choose Run, and in the Run box, type services.msc, Click OK<br />
Locate the Background Intelligent Transfer Service service, and  right-click to select it.<br />
Select Properties, and in the Startup Type list, select Automatic.  Verify the service<br />
Status is Started. Click OK.</p></blockquote>
<p>3). Check that the Set Event Log service is set to Automatic and verify  that the Status is<br />
Started</p>
<blockquote><p>Click Start, Choose Run, and in the Run box, type services.msc, Click  OK.<br />
Locate the Event Log service, and right-click to select it.<br />
Select Properties., and in the Startup type list, select Automatic.  Verify the Service<br />
status is Started. Click OK.</p></blockquote>
<p>4)  Register qmgr.dll and qmgrprxy.dll</p>
<blockquote><p>Click Start, Choose Run and in the Run box, type regsvr32 qmgr.dll,  Click OK.<br />
Click Start, Choose Run and in the Run box, type regsvr32 qmgrprxy.dll,  Click OK.</p></blockquote>
<p>5) It is possible that the contents of the SoftwareDistribution folder have  become corrupted,<br />
so try Renaming the SoftwareDistribution folder</p>
<blockquote><p>Click Start, Choose Run.<br />
In the Run box, type services.msc.<br />
Click OK.<br />
Right-click the Automatic Updates service.<br />
Click Stop.<br />
Stopping the service will take a moment.</p>
<p>Rename the &#8220;SoftwareDistribution&#8221; folder:<br />
a. Click Start, click Run, type:         %systemroot%<br />
Click OK.<br />
b. Right-click the SoftwareDistribution folder, and then click Rename.<br />
c. Type SoftwareDistribution.old, and then press ENTER to rename this  folder.</p>
<p>Click Start. Choose Run.<br />
In the Run box, type services.msc.<br />
Click OK.<br />
Right-click the Automatic Updates service.<br />
Click Start.<br />
Starting the service will take a moment.</p>
<p>Please note that your update history is contained in the &#8220;datastore&#8221;  folder and when you<br />
rename the Software Distribution folder, the history is lost but it&#8217;s  not important. You<br />
can if need be, copy the contents back from the renamed  softwareDistribution.old folder.<br />
Losing the history of Windows Updates is not important.</p></blockquote>
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D520&amp;text=Windows+Update+Stuck+on+%22Checking+for+the+latest+updates+for+your+computer...%22&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/07/01/windows-update-stuck-on-checking-for-the-latest-updates-for-your-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft .NET framework 2.0 cannot be uninstalled</title>
		<link>http://tjschmitz.com/blog/2010/06/10/microsoft-net-framework-2-0-cannot-be-uninstalled/</link>
		<comments>http://tjschmitz.com/blog/2010/06/10/microsoft-net-framework-2-0-cannot-be-uninstalled/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:45:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=590</guid>
		<description><![CDATA[I had an application that runs on .Net (ACT! 2010) continually crashing.  Tech support promised me that if I uninstalled .Net 2 and re-installed it, everything would be OK.  The only problem was, when clicking on the &#8220;Remove&#8221; button, I get the error message &#8220;Microsoft . NET framework 2.0 Service Pack 2 cannot be uninstalled&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>I had an application that runs on .Net (ACT! 2010) continually crashing.  Tech support promised me that if I uninstalled .Net 2 and re-installed it, everything would be OK.  The only problem was, when clicking on the &#8220;Remove&#8221; button, I get the error message &#8220;Microsoft . NET framework 2.0 Service Pack 2 cannot be uninstalled&#8221;.</p>
<p>After hours of reading through TechNet articles, forum posts and the like, I found the very simple answer: uninstall .Net 3.5 and 3 first.  After it&#8217;s big brothers were gone, .Net 2 gracefully uninstalled.  Now anyone want to make me a bet if ACT! will start running again with a clean install of .Net?
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D590&amp;text=Microsoft+.NET+framework+2.0+cannot+be+uninstalled&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/06/10/microsoft-net-framework-2-0-cannot-be-uninstalled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Remote Desktop connections on Windows XP</title>
		<link>http://tjschmitz.com/blog/2010/06/01/multiple-remote-desktop-connections-on-windows-xp/</link>
		<comments>http://tjschmitz.com/blog/2010/06/01/multiple-remote-desktop-connections-on-windows-xp/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:37:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=527</guid>
		<description><![CDATA[I was testing a light-weight XFCE Linux desktop that could be used as a front end for users accessing our terminal servers.  I wanted a way to test it off-site but didn&#8217;t want to go through the hassle of setting up a 2008 server.  I came up with the idea of using my XP laptop, [...]]]></description>
			<content:encoded><![CDATA[<p>I was testing a light-weight XFCE Linux desktop that could be used as a front end for users accessing our terminal servers.  I wanted a way to test it off-site but didn&#8217;t want to go through the hassle of setting up a 2008 server.  I came up with the idea of using my XP laptop, but wanted to test multiple connections.  I knew there was a way to enable multiple RDP sessions on a XP box, but didn&#8217;t realize how easy it was. From <a href="http://alonbilu.wordpress.com/2008/05/17/enabling-multiple-concurrent-remote-sessions-on-windows-xp-sp3-patched-file-included/" target="_blank">http://alonbilu.wordpress.com/2008/05/17/enabling-multiple-concurrent-remote-sessions-on-windows-xp-sp3-patched-file-included/</a> :</p>
<blockquote><p><a href="http://www.isralet.com/files/termsrv_sp3_patch.rar"><strong>Download the patched version: termsrv_sp3_patch.rar</strong></a></p>
<p>Installation instructions<br />
1. Go to C:\Windows\system32\dllcache and rename the termsrv.dll to  termsrv.dll.bak<br />
2. Go to \Windows\System32 folder and rename termsrv.dll to  termsrv.dll.bak<br />
3. Copy the new SP3 patched termsrv.dll to \Windows\System32 folder<br />
4. Run the included registry patch “ts_concurrent_session_patch.reg” (by  double clicking it), it will update the relevant registry values which  are relevant to the concurrent sessions support.<br />
5. Restart windows.</p></blockquote>
<p>I found that in addition, I needed to rename and copy the termserv.dll to <strong>%windir%\ServicePackFiles\i386</strong>, as well as copying it to <strong>dllcache</strong>.</p>
<p>I also found that if your machine is on a domain, you&#8217;ll need to run the registry patch after each logon.  Besides that, it&#8217;s working like a charm.  I&#8217;ve had 5 concurrent sessions on my box and haven&#8217;t even noticed a slowdown from the console.
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D527&amp;text=Multiple+Remote+Desktop+connections+on+Windows+XP&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/06/01/multiple-remote-desktop-connections-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Java Automatic Updates on a Windows 2008 Terminal Server</title>
		<link>http://tjschmitz.com/blog/2010/05/27/disabling-java-automatic-updates-on-a-windows-2008-terminal-server/</link>
		<comments>http://tjschmitz.com/blog/2010/05/27/disabling-java-automatic-updates-on-a-windows-2008-terminal-server/#comments</comments>
		<pubDate>Thu, 27 May 2010 23:03:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://tjschmitz.com/blog/?p=518</guid>
		<description><![CDATA[Users were complaining about getting a Java update pop up window every time they logged into a terminal session.  I had pushed out the appropriate registry settings via GP to prevent this on the desktops, but obviously something special needed to be done for the server.  Aster doing a little research I found that there [...]]]></description>
			<content:encoded><![CDATA[<p>Users were complaining about getting a Java update pop up window every time they logged into a terminal session.  I had pushed out the appropriate registry settings via GP to prevent this on the desktops, but obviously something special needed to be done for the server.  Aster doing a little research I found that there is a subkey located at HKLM\Software\Wow6432Node that contains the  relevant settings for 32-bit applications.</p>
<p>I was able to disable the updates by setting the <strong>EnableJavaUpdate </strong>key to <strong>0</strong> in <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java  Update\Policy\</strong></p>
<p>Just to make sure, I also deleted the key <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\SunJavaUpdateSched</strong> to prevent the update utility from starting.</p>
<p>No more pop up windows = happy users!
<div class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Ftjschmitz.com%2Fblog%2F%3Fp%3D518&amp;text=Disabling+Java+Automatic+Updates+on+a+Windows+2008+Terminal+Server&amp;lang=en&amp;count=none" style="" class="twitter-share-button">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://tjschmitz.com/blog/2010/05/27/disabling-java-automatic-updates-on-a-windows-2008-terminal-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

