<?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>CURTECH  Computer Services Blog</title>
	<atom:link href="http://www.curtechit.com/Blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curtechit.com/Blog</link>
	<description>Curtech Computer Services.  Computer Repair done right, and occasionally elaborated upon in this blog..</description>
	<lastBuildDate>Wed, 28 Sep 2011 00:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Fix Hyperlinks in Outlook 2010</title>
		<link>http://www.curtechit.com/Blog/2011/05/18/how-to-fix-hyperlinks-in-outlook-2010/</link>
		<comments>http://www.curtechit.com/Blog/2011/05/18/how-to-fix-hyperlinks-in-outlook-2010/#comments</comments>
		<pubDate>Wed, 18 May 2011 20:52:23 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.html]]></category>
		<category><![CDATA[ChromeHTML]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[HKLM/Software/Classes/.html]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=143</guid>
		<description><![CDATA[If you&#8217;re using Outlook (2010 in my case) and you suddenly find that you cannot open hyperlinks in emails (due to the error: &#8220;&#8216;This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.&#8221;), and you&#8217;ve recently uninstalled Google Chrome (the Google branded web browser) then you&#8217;re likely [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/05/18/how-to-fix-hyperlinks-in-outlook-2010/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Outlook (2010 in my case) and you suddenly find that you cannot open hyperlinks in emails (due to the error: &#8220;&#8216;This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.&#8221;), and you&#8217;ve recently uninstalled Google Chrome (the Google branded web browser) then you&#8217;re likely the victim of an incomplete Chrome uninstall.  Here&#8217;s how you can fix it:</p>
<p>1. Open Default Programs from the Start Orb on the affected computer.<br />
2. Select Set Your Default Programs and then choose Internet Explorer (Set this program as default) and Microsoft Outlook (Set this program as default).<br />
3. Next open the registry (regedit or regedt32), navigate to HKLM/Software/Classes/.htm/@ (AKA Default) and change the value there (most likely &#8220;ChromeHTML&#8221; to &#8220;htmlfile&#8221;).  Do this also for HKLM/Software/Classes/.html/@.</p>
<p>P.S. In my case, the afflicted computer was Windows 7 on a Windows Server 2003 domain (2K domain functional level).  To fix the registry problem I turned on the Remote Registry Editing service on the afflicted computer and then remotely edited the registry as an enterprise administrator (for some reason, the local administrator on the afflicted computer did not have the requisite permissions).</p>
<p>Twist off a cold one; you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/05/18/how-to-fix-hyperlinks-in-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY VOD with VLC</title>
		<link>http://www.curtechit.com/Blog/2011/04/24/diy-vod-with-vlc/</link>
		<comments>http://www.curtechit.com/Blog/2011/04/24/diy-vod-with-vlc/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 10:02:33 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[diy vod with vlc]]></category>
		<category><![CDATA[home video server]]></category>
		<category><![CDATA[video on demand]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=139</guid>
		<description><![CDATA[Do-It-Yourself Video-On-Demand with VideoLAN &#8211; Start breathing because there&#8217;s no answers coming. In my search for a simple and free way to make my own home video on demand streaming server, it would appear that such a thing does not exist, yet. VLC has the ability, but it doesn&#8217;t seem to be working 100%. Also, [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/04/24/diy-vod-with-vlc/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Do-It-Yourself Video-On-Demand with VideoLAN &#8211; Start breathing because there&#8217;s no answers coming.  In my search for a simple and free way to make my own home video on demand streaming server, it would appear that such a thing does not exist, yet.  VLC has the ability, but it doesn&#8217;t seem to be working 100%.  Also, it would seem that the RTSP protocol is still in its infancy and implementations are not consistent across platforms/applications (maybe resulting the jitter that comes and goes that I cannot seem to resolve).  Here&#8217;s some short instructions on how to get something up-and-running to play with:</p>
<p>Server setup command line:<br />
&#8220;C:\Program Files (x86)\VideoLAN\VLC\vlc.exe&#8221; &#8211;ttl 12 -vvv &#8211;color -I telnet &#8211;telnet-password videolan &#8211;rtsp-host=0.0.0.0:5544</p>
<p>To Setup a new vod:<br />
telnet localhost 4212<br />
new Test vod enabled<br />
setup Test input movie.avi</p>
<p>To launch VLC and request the VOD:<br />
&#8220;C:\Program Files (x86)\VideoLAN\VLC\vlc.exe&#8221; rtsp://192.168.13.10:5544/Test</p>
<p>Issues:<br />
1. The streamed video is intermittently jittery/jerky (streaming 1 or streaming 10; it doesn&#8217;t seem to matter).<br />
2. I can&#8217;t see what I&#8217;m typing in the telnet session.</p>
<p>Notes:<br />
In case it matters, I did all this in Windows 7 from an elevated command prompt (run as administrator).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/04/24/diy-vod-with-vlc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Read the GPU Temp on an NVidia GTS 450 Graphics Card</title>
		<link>http://www.curtechit.com/Blog/2011/04/06/how-to-read-the-gpu-temp-on-an-nvidia-gts-450-graphics-card/</link>
		<comments>http://www.curtechit.com/Blog/2011/04/06/how-to-read-the-gpu-temp-on-an-nvidia-gts-450-graphics-card/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 06:17:30 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GPU temperature monitor]]></category>
		<category><![CDATA[NVidia System Tools]]></category>
		<category><![CDATA[Silent video card]]></category>
		<category><![CDATA[Sparkle GTS 450]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=134</guid>
		<description><![CDATA[I recently picked up the Sparkle SXS4501024D4SNP (yes the website says &#8230;SNMP, but it says &#8230;SNP on the box) GeForce GTS 450.  I picked this one specifically because it uses a fanless heatsink.  Installation was straight forward but I was left wondering how to check the GPU temperature; since it has no fans, it seems [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/04/06/how-to-read-the-gpu-temp-on-an-nvidia-gts-450-graphics-card/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>I recently picked up the Sparkle SXS4501024D4SNP (yes the website says &#8230;SNMP, but it says &#8230;SNP on the box) <a title="Sparkle GTS 450 - Silent - Fanless" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814187129&amp;cm_re=sparkle_gts_450-_-14-187-129-_-Product" target="_blank">GeForce GTS 450</a>.  I picked this one specifically because it uses a fanless heatsink.  Installation was straight forward but I was left wondering how to check the GPU temperature; since it has no fans, it seems like I might want to keep an eye on the temperature.  I dug through the software interface provided by Sparkle with no luck.  After much searching, it appears that NVidia&#8217;s solution to GPU temperature monitoring for the GTS 450 based video card (and many many more video cards) is a piece of software called <a title="NVidia System Tools - Temperature monitoring for the GTS 450" href="http://www.nvidia.com/object/nvidia_system_tools_6.06.html" target="_blank">NVidia System Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/04/06/how-to-read-the-gpu-temp-on-an-nvidia-gts-450-graphics-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Browser should I Use?</title>
		<link>http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/</link>
		<comments>http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 20:42:00 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[best browser]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=126</guid>
		<description><![CDATA[There are many browser choices.  Here&#8217;s my list of favorites from fastest to slowest (my experience; my opinion):  Google Chrome, Internet Explorer 9, Opera, Firefox.  As of today (and for the last year) I think Google Chrome is the fastest as well as the most secure web browser available for PCs.  For mobile devices, it&#8217;s [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>There are many browser choices.  Here&#8217;s my list of favorites from fastest to slowest (my experience; my opinion):  <a title="Get the Google Chrome web browser" href="http://www.google.com/chrome" target="_blank">Google Chrome</a>, <a title="Get Microsoft Internet Explorer 9" href="http://www.microsoft.com/ie" target="_blank">Internet Explorer 9</a>, <a title="Get the Opera web browser" href="http://www.opera.com" target="_blank">Opera</a>, <a title="Get the Firefox web browser" href="http://www.mozilla.com" target="_blank">Firefox</a>.  As of today (and for the last year) I think Google Chrome is the fastest as well as the most secure web browser available for PCs.  For mobile devices, it&#8217;s hard to beat the speed and interface sophistication of Opera Mini (which works on iPhone).  Have fun browsing! <img src='http://www.curtechit.com/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Update: Whitson Gordon&#8217;s <a title="Browser Speed Tests by Whitson Gordon" href="http://lifehacker.com/5844150/browser-speed-tests-firefox-7-chrome-14-internet-explorer-9-and-more?utm_source=Lifehacker+Newsletter&amp;utm_campaign=f1a56e4d46-UA-142218-1&amp;utm_medium=email">Browser Speed Tests</a>.</p>

<a href='http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/firefox_icon/' title='firefox_icon'><img width="128" height="128" src="http://www.curtechit.com/Blog/wp-content/uploads/2011/04/firefox_icon.png" class="attachment-thumbnail" alt="firefox_icon" title="firefox_icon" /></a>
<a href='http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/google-chrome-icon-250px/' title='google-chrome-icon-250px'><img width="128" height="128" src="http://www.curtechit.com/Blog/wp-content/uploads/2011/04/google-chrome-icon-250px.png" class="attachment-thumbnail" alt="google-chrome-icon-250px" title="google-chrome-icon-250px" /></a>
<a href='http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/ie9/' title='IE9'><img width="128" height="128" src="http://www.curtechit.com/Blog/wp-content/uploads/2011/04/IE9.png" class="attachment-thumbnail" alt="IE9" title="IE9" /></a>
<a href='http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/opera-icon-high-res/' title='Opera-icon-high-res'><img width="128" height="139" src="http://www.curtechit.com/Blog/wp-content/uploads/2011/04/Opera-icon-high-res.png" class="attachment-thumbnail" alt="Opera-icon-high-res" title="Opera-icon-high-res" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/04/06/which-browser-should-i-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Prepare a New Computer</title>
		<link>http://www.curtechit.com/Blog/2011/04/06/how-to-prepare-a-new-computer/</link>
		<comments>http://www.curtechit.com/Blog/2011/04/06/how-to-prepare-a-new-computer/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 20:32:42 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fix used computers]]></category>
		<category><![CDATA[prepare a new computer]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=124</guid>
		<description><![CDATA[If you&#8217;ve recently purchased a new computer, or, if you&#8217;ve recently reloaded your existing computer, then you now have a working computer that likely still needs a lot of work.  New computers, new-to-you (used) computers, and reloaded computers (such as after cleaning a virus infection) are all running with software that is out of date [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/04/06/how-to-prepare-a-new-computer/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve recently purchased a new computer, or, if you&#8217;ve recently reloaded your existing computer, then you now have a working computer that likely still needs a lot of work.  New computers, new-to-you (used) computers, and reloaded computers (such as after cleaning a virus infection) are all running with software that is out of date which could make you more vulnerable than you need to be to viruses, adware, malware, grayware, etc.  If you have recently reloaded your existing computer to factory defaults, then the software on your computer is circa the date that you purchased it; but even if you&#8217;re opening up a new computer, the software is still anywhere from a couple of months to a couple of years old (due to manufacturing and production timings).  If you plan to explore the internet or receive email, the first thing you need to do is update your security and applications.</p>
<p>First, be sure you have a working and updated virus scanner.  Most PCs come with a trial antivirus (AV) software preinstalled, such as Norton AV or McAfee.  These trial AV programs are typically good for somewhere between 1 and 3 months; after that, they want ~$50 to continue their protection for an additional 12 months (and then again every 12 months or so after that; this is normal and justified).  If you&#8217;re on a tighter budget you could opt for a free AV program such as Microsoft Security Essentials (<a title="Get Microsoft Security Essentials free antivirus" href="http://www.microsoft.com/securityessentials" target="_blank">http://www.Microsoft.com/securityessentials</a>), Grisoft AVG Free Edtion, or Comodo just to name a few.  Just be sure to uninstall your previous AV before installing a new AV (one sheriff per town please).  Once your AV is installed, be sure that it is up-to-date.  They all have an &#8220;update&#8221; button somewhere; click it and follow the instructions, rebooting if necessary to complete the update.</p>
<p>Next you&#8217;ll want to update the operating system.  For most of us, that&#8217;s Microsoft Windows 7.  The great news is that updates from Microsoft for Windows 7 are free; the bad news is that it can take quite a while (hours sometimes), and you&#8217;ll want to do the Microsoft updates repeatedly until it tells you that there&#8217;s nothing left to update.  You can find the Microsoft updates by clicking the Start Orb (bottom left corner of the screen), selecting &#8220;All Programs&#8221; and then clicking on &#8220;Windows Update&#8221;.  In the window that appears, look to the top left corner, and just below &#8220;Control Panel Home&#8221; you&#8217;ll see &#8220;Check for updates&#8221;.  Click this in order to refresh you computers awareness of all current updates that are available from Microsoft.  This will usually take just a minute or two.  After your computer has found updates, just follow the instructions provided in the right portion of the screen to install them (rebooting as requested by your computer; if no request, then don&#8217;t worry about it).</p>
<p>Last, you&#8217;ll want to update your high traffic internet applications: Adobe Acrobat Reader and Adobe Flash (<a title="Get Adobe Acrobat Reader and Adobe Flash" href="http://www.adobe.com" target="_blank">http://www.Adobe.com</a>), Microsoft Silverlight (<a title="Get Microsoft Silverlight" href="http://www.microsoft.com/getsilverlight" target="_blank">http://www.Microsoft.com/getsilverlight</a>), and Java (<a title="Get Sun Java" href="http://www.Java.com" target="_blank">http://www.Java.com</a>).  These softwares are responsible for displaying a substantial portion of the content that you download (D/L) from the internet, and, as such, are often the first line of attack for viruses and infected trojan-horse type web sites (websites that deliver bad content underneath seemingly good content; this happens all the time to very good websites that are unfortunate enough to get broken into).</p>
<p>You&#8217;re done!  You&#8217;ve taken reasonable precautions to keep your computer clean.  However, if you&#8217;d like a little added protection, you can use clean up and antimalware programs once you&#8217;ve finished your browsing session.  Two that I like are CCleaner (<a title="Get Piriform CCleaner temporary file and history cleaner" href="http://www.piriform.com/ccleaner" target="_blank">http://www.Piriform.com/ccleaner</a>) and Malwarebytes (<a title="Get MalwareBytes antimalware cleaner" href="http://www.malwarebytes.org" target="_blank">http://www.MalwareBytes.org</a>).  Both have free and pay versions available.  I&#8217;ve always been happy with the free versions, but the pay versions require less maintenance and they&#8217;re relatively inexpensive (~$30).  As always, make sure the software is up-to-date every time you use it.  Every time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/04/06/how-to-prepare-a-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSOD in Vista Guest During Installation in Sun Virtualbox 4.0.4</title>
		<link>http://www.curtechit.com/Blog/2011/04/01/bsod-in-vista-guest-during-installation-in-sun-virtualbox-4-0-4/</link>
		<comments>http://www.curtechit.com/Blog/2011/04/01/bsod-in-vista-guest-during-installation-in-sun-virtualbox-4-0-4/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 07:43:18 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BSOD]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=115</guid>
		<description><![CDATA[I&#8217;m getting a BSOD in my Vista Ultimate 64 bit guest OS (Windows 7 Ultimate 64 bit host OS) using all the default Virtualbox settings for a Window Vista 64 bit guest OS install (IO ACPI checked, 512MB RAM, 20GB HD, CDROM mapped to physical CD ROM on guest).  Just for fun, I changed the RAM [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/04/01/bsod-in-vista-guest-during-installation-in-sun-virtualbox-4-0-4/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting a BSOD in my Vista Ultimate 64 bit guest OS (Windows 7 Ultimate 64 bit host OS) using all the default Virtualbox settings for a Window Vista 64 bit guest OS install (IO ACPI checked, 512MB RAM, 20GB HD, CDROM mapped to physical CD ROM on guest).  Just for fun, I changed the RAM to 1024MB and the install worked without incident. <img src='http://www.curtechit.com/Blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   So who&#8217;s to blame for this one?</p>
<p>Part 2 &#8211; BSOD<br />
Now that I&#8217;m connecting the Vista Ultimate 64 bit guest OS to a domain I get a BSOD when rebooting (which is necessary to join the domain).  It only happens once and only on the reboot to join or leave the domain.  The domain server is also a guest, Window Server 2008 Standard 64 bit.  Otherwise it works fine.  The BSOD may be an IRQ_LESS_THAN_OR_EQUAL error, but I&#8217;m not sure as I goes by pretty quickly.</p>
<p>Part 3 &#8211; BSOD<br />
Now that the computer is on the doman, I get a KERNEL_DATA_INPAGE_ERROR when shutting down the Vista guest computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/04/01/bsod-in-vista-guest-during-installation-in-sun-virtualbox-4-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is the Microsoft Mall, Microsoft App Store, Microsoft Market?</title>
		<link>http://www.curtechit.com/Blog/2011/03/30/where-is-the-microsoft-mall-microsoft-app-store-microsoft-market/</link>
		<comments>http://www.curtechit.com/Blog/2011/03/30/where-is-the-microsoft-mall-microsoft-app-store-microsoft-market/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 21:57:24 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft App Store]]></category>
		<category><![CDATA[Microsoft Mall]]></category>
		<category><![CDATA[Microsoft Store]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=113</guid>
		<description><![CDATA[Apple has a fantastic idea (from a consumer perspective at least).  The Apple App Store greatly centralizes and simplifies software purchasing for consumers into one, easy to use, available anywhere/anytime store front.  Apple users will never have to find their CDs again.  But I&#8217;m not really an Apple guy.  I use them, and they&#8217;re cool [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/03/30/where-is-the-microsoft-mall-microsoft-app-store-microsoft-market/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Apple has a fantastic idea (from a consumer perspective at least).  The Apple App Store greatly centralizes and simplifies software purchasing for consumers into one, easy to use, available anywhere/anytime store front.  Apple users will never have to find their CDs again.  But I&#8217;m not really an Apple guy.  I use them, and they&#8217;re cool n&#8217; all, but I&#8217;m more a PC guy.  So where&#8217;s the Microsoft App Store?  Even Google Chrome has an app store built into it&#8217;s browser.  I&#8217;ve done tech support for many years and the one thing that users need more than anything else is an App Store.</p>
<p>Microsoft does have an App Store named <a title="The Microsoft Store" href="http://www.microsoftstore.com" target="_blank">Microsoft Store</a>, and it&#8217;s been around for some time now (at least since Windows Vista), but it is severly lacking in selection and features.  The Microsoft App Store could sell software, store that software in your account, remember your installation key codes, backup your application data, provide critical application software patching, and backup your general PC data.  They could even upgrade/reinstall your OS.  Are they headed there with the Azure platform?  I&#8217;m not seeing an Azure App Store in the tea leaves yet.  I want a single place to shop for all software PC; I want a Microsoft Mall.</p>
<p>5/14/2011 Update:<br />
<a title="Microsoft Windows Application Store" href="http://www.windowsstore.com" target="_blank"> http://www.WindowsStore.com</a> &#8211; It doesn&#8217;t exist yet, but <a title="Leaked Microsoft Windows 8 Slides Review" href="http://msftkitchen.com/2010/06/windows-8-plans-leaked-numerous-details-revealed.html" target="_blank">Microsoft Kitchen</a> has some plausible information on the upcoming Windows 8 OS and the included application store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/03/30/where-is-the-microsoft-mall-microsoft-app-store-microsoft-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSGET with -memberof and -expand Options</title>
		<link>http://www.curtechit.com/Blog/2011/03/28/dsget-with-memberof-and-expand-options/</link>
		<comments>http://www.curtechit.com/Blog/2011/03/28/dsget-with-memberof-and-expand-options/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 06:08:30 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[-memberof -expand]]></category>
		<category><![CDATA[dsget]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=110</guid>
		<description><![CDATA[DSGET has some great features that allows you to see all the members of a group (dsget group &#60;GroupDN&#62; -members -expand) as well as all the groups to which this group is a member of (dsget group &#60;GroupDN&#62; -memberof -expand), but the later command (-memberof -expand) doesn&#8217;t work the way you might think.  To see [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/03/28/dsget-with-memberof-and-expand-options/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>DSGET has some great features that allows you to see all the members of a group (dsget group &lt;GroupDN&gt; -members -expand) as well as all the groups to which this group is a member of (dsget group &lt;GroupDN&gt; -memberof -expand), but the later command (-memberof -expand) doesn&#8217;t work the way you might think.  To see what I mean, go to your AD and create a generic user (John Doe for example) in the generic OU &#8220;People&#8221; (you probably already have a first level OU named People) and don&#8217;t add then to any groups or anything.  Now go to the command prompt and type &#8220;dsget user &#8220;CN=John Doe,OU=People,DC=mydomain,DC=local&#8221; -memberof -expand (be sure to replace &#8220;mydomain&#8221; and &#8220;local&#8221; with your domain specific names) and see what you get; almost everything in the directory.  Weird.  It not only shows the parent groups, but all the members of those parent groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/03/28/dsget-with-memberof-and-expand-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Pipe DSQUERY to DSRM</title>
		<link>http://www.curtechit.com/Blog/2011/03/28/how-to-pipe-dsquery-to-dsrm/</link>
		<comments>http://www.curtechit.com/Blog/2011/03/28/how-to-pipe-dsquery-to-dsrm/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 23:26:14 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dsquery]]></category>
		<category><![CDATA[dsrm]]></category>
		<category><![CDATA[pipe]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=107</guid>
		<description><![CDATA[In case you&#8217;re trying to pipe the output of DSQUERY to DSRM, you&#8217;ll need to supply the -noprompt option to DSRM.  Otherwise, you just get the help page for DSRM, but you probably already knew that.  Who knows why? dsquery group -name Finance &#124; dsrm -noprompt]]></description>
			<content:encoded><![CDATA[<p>In case you&#8217;re trying to pipe the output of DSQUERY to DSRM, you&#8217;ll need to supply the -noprompt option to DSRM.  Otherwise, you just get the help page for DSRM, but you probably already knew that.  Who knows why?</p>
<p>dsquery group -name Finance | dsrm -noprompt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/03/28/how-to-pipe-dsquery-to-dsrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find Files and Words in Files in Windows 7</title>
		<link>http://www.curtechit.com/Blog/2011/03/19/how-to-find-files-and-words-in-files-in-windows-7/</link>
		<comments>http://www.curtechit.com/Blog/2011/03/19/how-to-find-files-and-words-in-files-in-windows-7/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 05:28:37 +0000</pubDate>
		<dc:creator>Curt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[advanced search]]></category>
		<category><![CDATA[find files]]></category>
		<category><![CDATA[search file contents]]></category>
		<category><![CDATA[Windows 7 search]]></category>

		<guid isPermaLink="false">http://www.curtechit.com/Blog/?p=104</guid>
		<description><![CDATA[Tips for Finding Files in Window 7 I don&#8217;t think I&#8217;m alone in wondering how the search functionality in Windows 7 works. I know Microsoft is trying to make files easier to find and reduce complexity, and I&#8217;m sure that it works really well for a lot of users. Microsoft also provides a tutorial (this [&#8230;] <a class="more-link" href="http://www.curtechit.com/Blog/2011/03/19/how-to-find-files-and-words-in-files-in-windows-7/">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<h1>Tips for Finding Files in Window 7</h1>
<p>I don&#8217;t think I&#8217;m alone in wondering how the search functionality in Windows 7 works.  I know Microsoft is trying to make files easier to find and reduce complexity, and I&#8217;m sure that it works really well for a lot of users.  Microsoft also provides a tutorial (this is probably only one of many) on how to use their search: <a title="Tips for Finding Files in Windows 7" href="http://windows.microsoft.com/en-US/windows-vista/Tips-for-finding-files">Tips for Finding Files</a>.  However, after following the tutorial, I&#8217;m left with some questions.  For example, I never see the &#8220;Advanced Search&#8221; button, and the &#8220;Contents&#8221; button allowing me to search the contents of files only appears occasionally.  Further, I&#8217;m never sure when the search is complete as additional items appear in the results well after the green progress bar has apparently finished and disappeared.  I know the old Windows XP search interface is gone and I should learn to use the new Window 7 search interface, but I don&#8217;t like it.  I find myself wishing for grep or some other similar utility.</p>
<h2>Searching the Contents of Files</h2>
<p>As it turns out, Windows 7 has grep, but they call it findstr.  If you&#8217;re familiar with the command line then you&#8217;ll like this; if not, you&#8217;ll still like it because it seems to work.  For those of you that want to learn more, try &#8220;findstr /?&#8221; as this will produce a pretty nice help page (and maybe you can even get &#8220;find&#8221; to work; I always get &#8220;Access Denied&#8221; error messages).  If you just want to find stuff, here&#8217;s the command:</p>
<p>findstr /S /L /I /M &#8220;string-to-look-for&#8221; path-to-look-at</p>
<p>This will perform a case insensitive search, in the specified folder and all sub-folders, and tell you the files that it finds. There&#8217;s a lot more options than what I&#8217;ve used here, but I like this particular set of options because they&#8217;re easy to remember.  Just know that string-to-look-for must be in quotes and cannot have any spaces.  From there it&#8217;s up to you to recognize the path, find a way to open the file, and find what you&#8217;re looking for, but at least you know what file to look in.</p>
<h2>Searching the Names of Files</h2>
<p>Finding files by name is straight forward too, and also requires the command prompt.  If you remember DOS you&#8217;re going to love this:</p>
<p>dir /S *name-you-wanna-find*</p>
<p>This will get you every file in the current folder and all sub-folders with the name you want to find as part of the whole file name.  Be sure there&#8217;s no spaces in the name you&#8217;re looking for and keep the asterisk at the beginning and at the end.  This even searches hidden folders, but not hidden files, so if you&#8217;re file has the hidden attribute set, you&#8217;re out of luck here.</p>
<p>Lastly, if you&#8217;re ready to get really serious, try the <a title="Windows Power Shell 2.0" href="http://technet.microsoft.com/en-us/library/bb978526.aspx">Windows Power Shell</a>, but that&#8217;s for another time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtechit.com/Blog/2011/03/19/how-to-find-files-and-words-in-files-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

