<?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>TechSpot Blog &#187; software</title>
	<atom:link href="http://www.techspot.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techspot.com/blog</link>
	<description>Technology news and commentary by the TechSpot.com staff</description>
	<lastBuildDate>Sat, 22 Aug 2009 09:54:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A fix for Java applets not loading in Firefox</title>
		<link>http://www.techspot.com/blog/596/a-fix-for-java-applets-not-loading-in-firefox/</link>
		<comments>http://www.techspot.com/blog/596/a-fix-for-java-applets-not-loading-in-firefox/#comments</comments>
		<pubDate>Thu, 21 May 2009 00:27:41 +0000</pubDate>
		<dc:creator>Matthew DeCarlo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=596</guid>
		<description><![CDATA[Although I’ve been running Windows 7 betas on and off periodically since the release of build 7000, it wasn’t until I used the x64 RC more extensively as my primary OS that I realized Java wouldn’t load in Firefox. Intriguingly, however, it appeared to be working just fine in both IE and Safari. I can’t [...]]]></description>
			<content:encoded><![CDATA[<p>Although I’ve been running Windows 7 betas on and off periodically since the release of build 7000, it wasn’t until I used <a href="http://www.techspot.com/news/34421-Windows-7-RC-leaked-to-torrent-sites.html">the x64 RC</a> more extensively as my primary OS that I realized Java wouldn’t load in Firefox. Intriguingly, however, it appeared to be working just fine in both IE and Safari. I can’t say for sure how widespread the issue is, coming straight XP, however, my girlfriend&#8217;s laptop running Vista Ultimate x64 also faced the issue.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/test-1r.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/04/test-1r.png" alt="test-1" width="500" height="166" class="aligncenter size-full wp-image-611" /></a></p>
<p>There were no manifestations of an actual error, in fact, <a href="http://www.javatester.org/version.html">Java applets were as blank as could be</a>, and trying to interact with the Java console in Firefox caused the text to gray out with absolutely no result. All the while, Java&#8217;s plugin was listed in the browser&#8217;s add-ons, just as one would expect it to be.<br />
<span id="more-596"></span><br />
<a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/tools-3.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/04/tools-3.png" alt="tools-1" width="500" height="164" class="aligncenter size-full wp-image-608" /></a></p>
<p>My initial instinct sent me hunting through Firefox’s options to ensure that Java was enabled – which it was. I checked the Java control panel in Windows for any potential discrepancies, of which I found none. I naturally turned to Google as well as some Firefox and Java help documents, and came up empty handed.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/enable-3.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/04/enable-3.png" alt="enable-1" width="500" height="226" class="aligncenter size-full wp-image-602" /></a></p>
<p>Losing faith in my ability to use a search engine after a frustrating 30 minutes of seeking an explanation to what I expected would be a common issue, I dove into the programs files. Following a brief session of skimming Java file descriptions, I discovered two little gems: npjpi160_13.dll and npoji610.dll. Sharing a similar name, both are described as plugin files for the Netscape Navigator browser. Sure enough, a peak in Firefox’s plugins folder confirmed that both were missing.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/files-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/04/files-1.png" alt="files-1" width="500" height="208" class="aligncenter size-full wp-image-603" /></a></p>
<p><strong>The fix:</strong> Ensure that the <a href="http://www.java.com/en/download/index.jsp">latest copy of Java</a> and <a href="http://www.techspot.com/downloads/19-mozilla-firefox.html">Firefox </a>are installed (watch out for the <a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/install-1.png">Yahoo! toolbar during installation</a>). Navigate to Java’s program directory, and in the “bin” folder locate the files named “npjpi160_13.dll” and “npoji610.dll”. Copy both files and proceed to Firefox’s plugins folder, where you’ll paste them. </p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/files-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/04/files-2.png" alt="files-2" width="500" height="217" class="aligncenter size-full wp-image-604" /></a></p>
<p>Assuming you’ve copied the proper files, and that this was the source of your issue, all should be well.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/04/test-2r.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/04/test-2r.png" alt="test-2" width="500" height="166" class="aligncenter size-full wp-image-612" /></a></p>
<p>Armed with the file names, I was able to find potential bug recognition at <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6533331">bugs.sun.com/bugdatabase</a>. If you’re still experiencing issues, visit <a href="http://www.java.com/en/download/help/index.xml">Java&#8217;s Help Center</a> for troubleshooting tips, and if necessary, feel free open a thread on <a href="http://www.techspot.com/vb/">our forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/596/a-fix-for-java-applets-not-loading-in-firefox/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A Quick &amp; Easy Guide to Bulk File Renaming</title>
		<link>http://www.techspot.com/blog/405/a-quick-easy-guide-to-bulk-file-renaming/</link>
		<comments>http://www.techspot.com/blog/405/a-quick-easy-guide-to-bulk-file-renaming/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:25:45 +0000</pubDate>
		<dc:creator>Matthew DeCarlo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[interesting links]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=405</guid>
		<description><![CDATA[If you&#8217;ve ever been in a situation where you had to rename dozens or even hundreds of files, performing each and every file name edit manually, you can certainly understand the need for an utility like the Bulk Rename Utility.
While it might be a bit overwhelming at first sight, the 5-15 minute learning curve is [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever been in a situation where you had to rename dozens or even hundreds of files, performing each and every file name edit manually, you can certainly understand the need for an utility like the <em><a href="http://www.techspot.com/downloads/4789-bulk-rename-utility.html">Bulk Rename Utility</a></em>.</p>
<p>While it might be a bit overwhelming at first sight, the 5-15 minute learning curve is well worth the time and energy you&#8217;ll undoubtedly save.</p>
<p>The <a href="http://www.bulkrenameutility.co.uk/Main_Intro.php">Bulk Rename Utility</a> allows you to perform a plethora of bulk file name modifications, all of which leave the files&#8217; extension untouched unless you deploy an edit using the “Extension” section. You can easily add, remove and substitute letters, numbers, date and timestamps and it can all be done in more than a single way in some situations, ultimately leaving the process very open to the user.</p>
<p>You are provided with a preview of all potential and pending changes so you can tinker with and tweak your settings accordingly, though if you make an error it&#8217;s easily reversible by tapping CTRL+Z.<br />
<span id="more-405"></span><br />
As you can see in the image below I&#8217;ve managed to alter the text to be appropriately capitalized (4), I requested all underscores to be removed (5), shifted the band&#8217;s name from the rear to the front (6) and inserted dashes &#8221; &#8211; &#8221; at the designated position (7) to separate the band and song name. The configuration of this took literally 45 seconds or less, if you&#8217;re curious.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/bru-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/bru-1-300x217.png" alt="bru-1" width="300" height="217" class="aligncenter size-medium wp-image-522" /></a></p>
<p>Once you experiment by using a few features or skim some relevant sections in the help file, the rest should be easy with a bit of common sense.</p>
<p>I&#8217;ve personally used this utility to reorganize roughly 2,500 music files in 200+ folders, something I&#8217;d been putting off for over a year due to the tedious nature of the whole process, but with BRU it only took me less than a couple of hours (including the learning curve).</p>
<p><a href="http://www.techspot.com/downloads/4789-bulk-rename-utility.html">Download the Bulk Rename Utility here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/405/a-quick-easy-guide-to-bulk-file-renaming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>List of antivirus suites that presently work with Windows 7 Beta</title>
		<link>http://www.techspot.com/blog/463/list-of-antivirus-that-presently-work-with-windows-7-beta/</link>
		<comments>http://www.techspot.com/blog/463/list-of-antivirus-that-presently-work-with-windows-7-beta/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 10:05:44 +0000</pubDate>
		<dc:creator>Matthew DeCarlo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=463</guid>
		<description><![CDATA[If you’ve decided to give Windows 7 a whirl and have recently installed the open now closed beta, you’ll have noticed that upon installation you are notified of the fact that you’re lacking proper antivirus software.
This is nothing new and actually has been a &#8220;feature&#8221; of Windows ever since XP&#8217;s SP2 got released and the [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve decided to <a href="http://www.techspot.com/guides/143-dual-boot-windows7/">give Windows 7 a whirl</a> and have recently installed the <del>open</del> now closed beta, you’ll have noticed that upon installation you are notified of the fact that you’re lacking proper antivirus software.</p>
<p>This is nothing new and actually has been a &#8220;feature&#8221; of Windows ever since XP&#8217;s SP2 got released and the Security Center came to exist. It&#8217;s nothing new either to have a majority of antivirus suites to become incompatible with brand new operating systems &#8211; and Windows 7 is no exception, especially more so in its current beta form.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/windows-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/windows-1.png" alt="windows-1" width="422" height="112" class="aligncenter size-full wp-image-476" /></a></p>
<p>Upon a bit of investigation you probably made your way to the Windows 7 security provider page at <a href="http://www.microsoft.com/windows/antivirus-partners/windows-7.aspx">Microsoft&#8217;s site</a> and perhaps were let down by the fact that the three “officially” supported AVs are all paid software or that your preferred suite isn’t listed (AVG is listed but not the free version). So, we’ve decided to install and test a variety of the more popular options out there so you don&#8217;t have to.<br />
<span id="more-463"></span><br />
<a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/windows-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/windows-2.png" alt="windows-2" width="455" height="299" class="aligncenter size-full wp-image-477" /></a></p>
<p>We will start things off by confirming that the supported AVs on Microsoft’s page indeed work:</p>
<p><strong>AVG &amp; AVG Free: <font color="green">Compatible</font></strong> **<br />
(<a href="http://www.techspot.com/downloads/43-avg-anti-virus-free-edition.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/avg-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/avg-1.png" alt="avg-1" width="500" height="142" class="aligncenter size-full wp-image-468" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/avg-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/avg-2.png" alt="avg-2" width="422" height="170" class="aligncenter size-full wp-image-469" /></a></p>
<p><strong>Kaspersky Antivirus 2009: <font color="green">Compatible</font></strong><br />
(<a href="http://www.techspot.com/downloads/243-kaspersky-anti-virus-personal-standard.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/kaspersky-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/kaspersky-1.png" alt="kaspersky-1" width="449" height="350" class="aligncenter size-full wp-image-470" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/kaspersky-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/kaspersky-2.png" alt="kaspersky-2" width="432" height="170" class="aligncenter size-full wp-image-471" /></a></p>
<p><strong>Norton AntiVirus 2009: <font color="green">Compatible</font></strong><br />
(<a href="http://www.techspot.com/downloads/97-norton-antivirus.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/nav-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/nav-1.png" alt="nav-1" width="500" height="434" class="aligncenter size-full wp-image-508" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/nav-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/nav-2.png" alt="nav-2" width="441" height="167" class="aligncenter size-full wp-image-509" /></a></p>
<p><strong>Eset NOD32: <font color="green">Compatible</font></strong><br />
(<a href="http://www.techspot.com/downloads/4320-nod32-antivirus-system.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/nod32-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/nod32-1.png" alt="nod32-1" width="500" height="311" class="aligncenter size-full wp-image-474" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/nod32-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/nod32-2.png" alt="nod32-2" width="442" height="169" class="aligncenter size-full wp-image-475" /></a></p>
<p><strong>McAfee Total Protection Beta: <font color="green">Compatible</font></strong><br />
(<a href="http://beta.mcafee.com/BetaMcAfee/Home.aspx">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/mcafee-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/mcafee-1.png" alt="mcafee-1" width="300" height="225" class="aligncenter size-full wp-image-539" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/mcafee-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/mcafee-2.png" alt="mcafee-2" width="500" height="379" class="aligncenter size-full wp-image-540" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/mcafee-3.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/mcafee-3.png" alt="mcafee-3" width="432" height="259" class="aligncenter size-full wp-image-541" /></a></p>
<p><strong>Avast! Home Edition: <font color="green">Compatible</font></strong><br />
(<a href="http://www.techspot.com/downloads/223-avast-home-edition.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/avast-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/avast-1.png" alt="avast-1" width="463" height="470" class="aligncenter size-full wp-image-466" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/avast-21.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/avast-21.png" alt="avast-2" width="433" height="172" class="aligncenter size-full wp-image-489" /></a></p>
<p><strong>Avira AntiVir Personal: <font color="green">Compatible</font></strong><br />
(<a href="http://www.techspot.com/downloads/41-antivir-personal-edition.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/antivir-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/antivir-1.png" alt="antivir-1" width="490" height="412" class="aligncenter size-full wp-image-464" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/antivir-21.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/antivir-21.png" alt="antivir-2" width="432" height="171" class="aligncenter size-full wp-image-490" /></a></p>
<p><strong>BitDefender Internet Security 2009: <font color="green">Compatible</font></strong><br />
(<a href="http://www.download.com/BitDefender-Internet-Security/3000-18510_4-10540275.html">Download</a>)</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/bitdefender-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/bitdefender-1.png" alt="bitdefender-1" width="500" height="387" class="aligncenter size-full wp-image-511" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/bitdefender-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/bitdefender-2.png" alt="bitdefender-2" width="441" height="265" class="aligncenter size-full wp-image-512" /></a></p>
<p><strong>Trend Micro Internet Security Pro: <font color="red">Incompatible</font></strong></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/trendmicro-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/trendmicro-1.png" alt="trendmicro-1" width="366" height="176" class="aligncenter size-full wp-image-514" /></a></p>
<p><strong>eScan Internet Security Suite: <font color="red">Incompatible</font></strong></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/escan-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/escan-1.png" alt="escan-1" width="383" height="338" class="aligncenter size-full wp-image-517" /></a></p>
<p><strong>Ahnlab V3 Internet Security 2007: <font color="red">Incompatible</font></strong></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/ahnlab-1.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/ahnlab-1.png" alt="ahnlab-1" width="500" height="389" class="aligncenter size-full wp-image-527" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/ahnlab-2.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/ahnlab-2.png" alt="ahnlab-2" width="432" height="353" class="aligncenter size-full wp-image-528" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/ahnlab-3.png"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/ahnlab-3.png" alt="ahnlab-3" width="492" height="338" class="aligncenter size-full wp-image-529" /></a></p>
<p>Needless to say, the similarities between Vista and 7 become apparent from looking at the list above. No doubt AV makers have adapted their applications to interact with the OS internal workings better, so they are easily prepared to work with 7.</p>
<p>Besides installing the suites we toyed with them a little and ran quick/full scans. Those apps listed as compatible should be working fine for you unless some bug in the beta OS (or why not, the AV suite compatibility) becomes self-evident.</p>
<p>If you&#8217;re curious about any other antivirus, let us know in the comments and we&#8217;ll update the article with our findings (if we can obtain the software) and be sure to let us know if your favorite antivirus is now compatible!</p>
<p><strong>** Update 2/12/09: </strong><br />
Added BitDefender Internet Security 2009 to the list. I experienced no compatibility issues whatsoever throughout the installation, updating and scanning process.</p>
<p><del>Paul Hayes (<a href="http://www.ascully.com/">Ascully.com</a>) was kind enough of letting us know that AVG&#8217;s Mail Scanner portion doesn&#8217;t go along well with Outlook, causing it to stop receiving email. We will confirm this ourselves later.</del> I tested this using Outlook 2007 and had no problems at all sending or receiving new/old mail via IMAP/SMTP from my Gmail account. Perhaps the issue is more isolated to a specific configuration and it may even be absolutely unrelated.</p>
<p><strong>** Update 2/13/09: </strong><br />
Added Trend Micro Internet Security Pro to the list. Resulted in BSOD (stop 0&#215;18) and screwed up UAC, couldn&#8217;t make any alterations from within Windows. I was forced to manually remove the software in Safe Mode (by deleting program data/registry entries). </p>
<p>Added eScan Internet Security Suite to the list. During installer/uninstaller caused the cursor to randomly move on it&#8217;s own and caused general instabilities.</p>
<p><strong>** Update 2/16/09: </strong><br />
Added Ahnlab V3 Internet Security 2007 to the list. It required me to run the compatibility wizard for installation and even then the program was very unstable (stopped responding on multiple occasions, especially when applying settings). Also, the Action Center failed to detect any protection while it was installed. Though it installed/uninstalled and allowed me to update/scan successfully, I would not presently use this antivirus on Windows 7.</p>
<p><strong>** Update 2/25/09: </strong><br />
Added McAfee Total Protection Beta (thank you for updating us in the comments). Experienced absolutely no issues, installation/uninstallation were clean and updating/scanning went smooth. If you were bummed about the previously incompatible offer from McAfee, wipe the tears away and get their beta software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/463/list-of-antivirus-that-presently-work-with-windows-7-beta/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Geforce 7900GT Screen Corruption in Vista or How to change your GPU clock speeds at the BIOS level</title>
		<link>http://www.techspot.com/blog/456/nvidia-geforce-7900gt-screen-corruption-in-vista/</link>
		<comments>http://www.techspot.com/blog/456/nvidia-geforce-7900gt-screen-corruption-in-vista/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 17:45:18 +0000</pubDate>
		<dc:creator>Per Hansson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=456</guid>
		<description><![CDATA[This is a problem that has existed in Vista from the very beginning, as I found out the hard way after its release in December 2006. If you use any Nvidia Forceware drivers other than version 158.24 you will get screen corruption like in the picture below when changing resolutions.
This situation only applies to factory [...]]]></description>
			<content:encoded><![CDATA[<p>This is a problem that has existed in Vista from the very beginning, as I found out the hard way after its release in December 2006. If you use any Nvidia Forceware drivers other than version <a href="http://www.nvidia.com/object/winvista_x86_158.24.html" target="_blank">158.24</a> you will get screen corruption like in the picture below when changing resolutions.</p>
<p>This situation only applies to factory overclocked 7900GT cards and the solution is to either under/overclock the card slightly.</p>
<p>I&#8217;m posting about this today because I had forgot about it until recently when I was reinstalling my brother&#8217;s computer, upgrading him from XP to Vista after a nice virus he got on MSN. I preferred to modify the card&#8217;s BIOS directly instead of just changing the clocks in software with Rivatuner.</p>
<p>To change the clock speed at the BIOS level download <a href="http://www.mvktech.net/component/option,com_remository/Itemid,26/func,fileinfo/filecatid,2973/parent,category/" target="_blank">NiBiTor</a>, first saving your current BIOS. If you are having trouble you can use <a href="http://www.techpowerup.com/gpuz/" target="_blank">GPU-Z</a> for this instead, which I did.</p>
<p>The change is very straightforward, just change the 2D &amp; 3D clock speeds on the main page and then save the file in .rom format as modded.rom. Obviously make sure that the card is 100% stable at the new speeds and corruption free. For flashing use <a href="http://www.mvktech.net/component/option,com_remository/Itemid,26/func,fileinfo/filecatid,2887/parent,category/" target="_blank">nvFlash</a>, make a clean <a href="http://www.bootdisk.com/" target="_blank">MS-DOS boot floppy</a> and copy the nvFlash util and BIOS to it, to flash just boot from it and type &#8220;nvflash modded.rom&#8221;</p>
<p><center><a href="http://www.techspot.com/blog/wp-content/uploads/2009/02/pict3562.jpg"><img class="alignnone size-full wp-image-457" src="http://www.techspot.com/blog/wp-content/uploads/2009/02/pict3562.jpg" alt="pict3562" width="520" height="384" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/456/nvidia-geforce-7900gt-screen-corruption-in-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why even pay for software? A declaration against poorly implemented DRM</title>
		<link>http://www.techspot.com/blog/434/why-even-pay-for-software-a-declaration-against-poorly-implemented-drm/</link>
		<comments>http://www.techspot.com/blog/434/why-even-pay-for-software-a-declaration-against-poorly-implemented-drm/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 08:41:39 +0000</pubDate>
		<dc:creator>Steven Walton</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs down]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=434</guid>
		<description><![CDATA[I’m guessing you wouldn&#8217;t usually expect me to make a post like this, but seriously, where is the incentive to pay for software these days? Yes, it is unfortunate how millions of people pirate software nowadays, but by now it has to be clear that there is little to nothing that can be done about [...]]]></description>
			<content:encoded><![CDATA[<p>I’m guessing you wouldn&#8217;t usually expect me to make a post like this, but seriously, where is the incentive to pay for software these days? Yes, it is unfortunate how millions of people pirate software nowadays, but by now it has to be clear that there is little to nothing that can be done about it.</p>
<p>Those that can afford to buy software generally do pay for it, but I have found the hard way that it isn&#8217;t always worth it, and this is becoming truer as time goes on thanks to poorly implemented DRM (Digital Rights Management).</p>
<p>When Microsoft released Windows Vista Ultimate 64-bit it was rather pricey, but I still went out and purchased two copies right away &#8211; one for me and one for testing. Although I have paid for the software I’m extremely tempted to avoid the genuine activation and simply crack it. But why would I do such a thing for software that I have paid good money for? Well, it’s simple. Because of the large number of people that pirate Windows, Microsoft has felt compelled to punish the suckers that actually buy it.</p>
<p><center><div id="attachment_443" class="wp-caption aligncenter" style="width: 340px"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/drm-not.jpg" alt="Hateful DRM practices jeopardize the end-user experience" title="drm-not" width="330" height="301" class="size-full wp-image-443" /><p class="wp-caption-text">Hateful DRM practices jeopardize the end-user experience</p></div></center></p>
<p>Every time I change a major piece of hardware I end up with a warning message informing me that I have two days to reactivate my copy of Windows. Okay, that’s not so bad. Just click re-activate then shall we. Hang on, that didn’t work, and now I have to ring the Microsoft support center based on India and try to communicate a 60+ digit code to someone I can barely understand. After that process is done I can finally use my computer again. Yay! Well… at least until I need to change/upgrade something again.</p>
<p>The alternative is to run a 20 second patch that removes the Microsoft activation altogether, meaning that I will never be inconvenienced again when upgrading, an inconvenience I apparently paid good money for. Again, the options: to pay for software that is going to have you pulling your hair out every time you change something, or get it for free without any of the catches.</p>
<p>Over the years the countless re-activations of my computers has not only improved my Indian accent, but also simply become a way of life.</p>
<p><span id="more-434"></span><br />
<center><div id="attachment_442" class="wp-caption aligncenter" style="width: 403px"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/activate-windows.jpg" alt="Windows activation reminder" title="activate-windows" width="393" height="213" class="size-full wp-image-442" /><p class="wp-caption-text">Windows activation reminder</p></div></center><br />
While I have learned to live with this, just recently the world of pirated software has started to make sense once again.</p>
<p>Although I spend much of my time testing out new and exciting graphics cards in the latest games, I rarely get to actually play the games themselves extensively. I’m a huge fan of real-time strategy games and I love the Command &#038; Conquer series.  The good old days when Westwood was still around&#8230;</p>
<p>Anyway, the recent release of C&#038;C: Red Alert 3 allowed me to get back into the RTS scene and play a few games in-between testing new graphics cards. Unfortunately, having finally stopped and taken the time to enjoy a video game, the experience was far from enjoyable, at least so far.</p>
<p>The first thing I did upon receiving my fresh new copy of Red Alert 3 was to install it on one of my desktop PCs, I chose my work computer since it was powerful enough and I spend most of my time on it. This turned out to be a bad move since EA doesn’t support 64-bit operating systems, at least with RA3 anyway. The game would crash to the desktop after 15 – 20 min of gameplay without fail. </p>
<p>Before discovering that it was an incompatibility issue with the 64-bit operating system I uninstalled the game and then re-installed it on the same system to no avail. The crashes to the desktop persisted and I was forced to play on another computer. I got another hard drive, installed Windows XP on it, and re-installed RA3 once again. It worked, and flawlessly too, which was all good news. I spent much of my spare time over the next few weeks playing it online.</p>
<p><center><div id="attachment_444" class="wp-caption aligncenter" style="width: 468px"><img src="http://www.techspot.com/blog/wp-content/uploads/2009/02/redalert3-drm.jpg" alt="Red Alert 3 is one EA titles that uses DRM" title="redalert3-drm" width="458" height="301" class="size-full wp-image-444" /><p class="wp-caption-text">C&#038;C: Red Alert 3 is one many current EA titles that uses SecuROM DRM</p></div></center></p>
<p>The computer that I had installed it on needed a motherboard change (testing related issue) so I swapped out the board for a new one. Windows XP booted up, I installed the new drivers and away I went without an issue, at least until I tried to fire up RA3 again. Other games like Far Cry 2 worked like a charm. Not Red Alert 3, though. Instead the game pretended to load and then hit me with an error explaining that the game had been installed too many times.</p>
<p>Despite the fact that I had not re-installed the game on this PC and had only changed the motherboard, it refused to load. Therefore I had to sign up for EA support, which was a pain in the arse, and just another one of those inconveniences you shouldn’t have to go through when paying full price for software. Anyway, EA got back to me, slowly, and once I sent them all my details they informed me that I had been given 1 more activation and after that it was pretty much all over, even if I uninstalled the game.</p>
<p>So here I am, with a game that I paid $60 for ($95 AUD), and if anything goes wrong with the hardware in my current system or I want to upgrade it in a year’s time, I may have to purchase another copy if I want to continue playing.</p>
<p>I have been reading about these kinds of DRM problems for some time now, but had never encountered them myself other than the Vista activation shenanigans. So, I understand that this is nothing new and probably something that many of you have already been dealing with, but it is still a load of BS!</p>
<p><em>Anti-DRM logo by <a href="http://drm.info/en/node/96">Alfredo Rezinovsky</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/434/why-even-pay-for-software-a-declaration-against-poorly-implemented-drm/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>ZoneAlarm for Windows Vista? Don&#8217;t do it</title>
		<link>http://www.techspot.com/blog/76/zonealarm-for-windows-vista-dont-do-it/</link>
		<comments>http://www.techspot.com/blog/76/zonealarm-for-windows-vista-dont-do-it/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:04:44 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/76/zonealarm-for-windows-vista-dont-do-it/</guid>
		<description><![CDATA[Update I have mentioned this post again on our front page after TS editor, Erik Orejuela downloaded a free copy of ZoneAlarm Pro earlier this month. The result was catastrophic for his Vista installation, even after a complete removal of the program and a system restore using the built-in Vista tool, the OS was simply [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong> I have mentioned this post again on our front page after TS editor, Erik Orejuela downloaded a <a href="http://www.techspot.com/news/32518-free-copy-of-zonealarm-pro-available-just-for-today.html">free copy of ZoneAlarm Pro</a> earlier this month. The result was catastrophic for his Vista installation, even after a complete removal of the program and a system restore using the built-in Vista tool, the OS was simply bogged down enough that a clean format was the easier path to follow.</p>
<p>Several people have commented here since this post was made over a year ago and admittedly without any scientific or extended tests, we still recommend you to stay away from the ZoneAlarm + Vista combo.</p>
<p><em>Original post (October 9, 2007):</em><br />
On a follow-up to my post yesterday about <a href="http://www.techspot.com/blog/75/add-another-one-to-the-basic-security-apps-you-should-be-running-in-windows/">basic security programs you should be running</a> under Windows XP, ever since I upgraded to Vista I revisited those program choices which for the most part remained the same with the exception of the free ZoneAlarm firewall&#8230;</p>
<p>In general, Windows Vista&#8217;s security is tighter and services such as Defender are more integrated into the OS. During the first couple of months, AVG&#8217;s anti-virus did not like Vista and it was common to find certain programs not working correctly until updates were released, even more so security suites that have to deal more directly with the core of the OS. ZoneLabs makers of the ZoneAlarm firewall took its time until the program was ready for Vista and it wasn&#8217;t until recently that it was made available on its free form as well (not part of the paid full suite).</p>
<p>Well, in short the experience I had with the <a href="http://www.techspot.com/downloads/4459-zonealarm-free-for-vista.html">latest build of ZoneAlarm for Vista</a> was horrific. I noticed slowdowns and strange behavior from the OS that simply wasn&#8217;t there before. In other words, a far cry from the seamless integration and speed seen with the XP version.</p>
<p><em>If you come from XP and want to install ZoneAlarm in Vista&#8230; just don&#8217;t do it.</em></p>
<p>The good news is that Vista&#8217;s built-in firewall has proven sufficient for me so far though it does not feature outbound traffic monitoring. It&#8217;s time to look for an alternative full-featured free firewall if you are running Vista.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/76/zonealarm-for-windows-vista-dont-do-it/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Offers from our partner Tradepub</title>
		<link>http://www.techspot.com/blog/220/offers-from-our-partner-tradepub/</link>
		<comments>http://www.techspot.com/blog/220/offers-from-our-partner-tradepub/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 03:49:01 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[deals]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=220</guid>
		<description><![CDATA[You may not know this but you can receive free technology magazines from our partner Tradepub. Apparently they also do trial software downloads along with technology whitepapers, some of which I have mentioned in the past here in the blog or in the forums when something really interesting pops up. Here&#8217;s a couple of new [...]]]></description>
			<content:encoded><![CDATA[<p>You may not know this but you can receive <a href="http://techspot.tradepub.com/">free technology magazines from our partner Tradepub</a>. Apparently they also do trial software downloads along with technology whitepapers, some of which I have mentioned in the past here in the blog or in the forums when something really interesting pops up. Here&#8217;s a couple of new rather interesting offers that I received on my mail earlier today.</p>
<p>Free Trial: <a href="http://techspot.tradepub.com/free/w_msf107">60-Day Trial of Microsoft Office Project</a></p>
<p>Free eBook: <a href="http://techspot.tradepub.com/free/w_eeye05">The 7 Things that IT Security Professionals MUST KNOW!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/220/offers-from-our-partner-tradepub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool wallpaper from Microsoft&#8217;s PDC</title>
		<link>http://www.techspot.com/blog/213/cool-wallpaper-from-microsofts-pdc/</link>
		<comments>http://www.techspot.com/blog/213/cool-wallpaper-from-microsofts-pdc/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 11:03:24 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[interesting links]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[the web]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=213</guid>
		<description><![CDATA[One thing to love about upcoming operating systems and its public beta releases is that eventually feature details and design elements leak and get distributed all over the web. You may remember how there were several prospective default wallpapers for Vista that made it to the web months before the OS release. Something similar has [...]]]></description>
			<content:encoded><![CDATA[<p>One thing to love about upcoming operating systems and its public beta releases is that eventually feature details and design elements leak and get distributed all over the web. You may remember how there were several prospective default <a href="http://www.techspot.com/gallery/showphoto.php/photo/667">wallpapers for Vista</a> that made it to the web months before the OS release. Something similar has happened with <a href="http://www.techspot.com/gallery/showphoto.php/photo/2522/ppuser/1">OS X</a> <a href="http://www.techspot.com/gallery/showphoto.php/photo/535">releases</a> which also come with great wallpapers out of the box.</p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1920x1200.jpg"><img src="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1920x1200-300x187.jpg" alt="" title="pdc08-1920x1200" width="300" height="187" class="aligncenter size-medium wp-image-214" /></a></p>
<p><a href="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1600x1200.jpg"><img src="http://www.techspot.com/blog/wp-content/uploads/2008/10/pdc08-1600x1200-300x225.jpg" alt="" title="pdc08-1600x1200" width="300" height="225" class="aligncenter size-medium wp-image-215" /></a></p>
<p>Now Microsoft is expected to unleash the first public preview of Windows 7 at their Professional Developers Conference this week. Some details have <a href="http://www.techspot.com/news/32231-windows-7-features-leak-ahead-of-announcement.html">leaked already</a>, but nothing to share just yet in terms of UI elements except for this PDC wallpaper that all computers at the conference are using (courtesy of <a href="http://www.istartedsomething.com/20081028/download-the-official-pdc-2008-wallpaper/">istartedsomething</a>). I have been using it for the past few hours and I had to recommend it. Nice colors, blends well and is a bit flashy (Vista style) without being too distracting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/213/cool-wallpaper-from-microsofts-pdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the Windows Embedded Theme on XP and Server 2003 (without patching)</title>
		<link>http://www.techspot.com/blog/193/use-the-windows-embedded-theme-on-xp-and-server-2003-without-patching/</link>
		<comments>http://www.techspot.com/blog/193/use-the-windows-embedded-theme-on-xp-and-server-2003-without-patching/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:40:02 +0000</pubDate>
		<dc:creator>Julio Franco</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[thumbs up]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=193</guid>
		<description><![CDATA[Windows XP has to be the most tweakable and skinnable piece of software ever created. Of course, how to compete with such a dominant and widely used operating system, but then again it might also be its light blue fisher price-like theme that gets in everybody&#8217;s nerves eventually.
For some of us, upgrading to Vista has [...]]]></description>
			<content:encoded><![CDATA[<p>Windows XP has to be the most tweakable and skinnable piece of software ever created. Of course, how to compete with such a dominant and widely used operating system, but then again it might also be its light blue fisher price-like theme that gets in everybody&#8217;s nerves eventually.</p>
<p>For some of us, upgrading to Vista has been somewhat of a relief. The rest of Windows users still using XP have probably either gone back to the silver boxy Windows or relied on official or third party patching for getting the job done. Unfortunately last time I checked (a couple of years ago), even the most elaborate skins for popular applications like WindowBlinds lack the finish and subtlety I require.</p>
<p>But don&#8217;t despair. My advice, use some of the Microsoft-made themes that replace the original blue theme and make for a much better impression than the built-in silver or green themes.</p>
<p><img src="http://www.techspot.com/blog/wp-content/uploads/2008/10/embedded_theme_screenshot_2.png" alt="Windows Embedded Theme for Windows XP/2003" width="380" height="494" /></p>
<p>Previously available themes include:<br />
<a href="http://www.techspot.com/downloads/3610-royale-theme-for-winxp.html">Royale</a><br />
<a href="http://www.techspot.com/downloads/3611-royale-noir-theme-for-winxp.html">Royale Noir</a> (by far my favorite)<br />
<a href="http://www.techspot.com/downloads/3612-zune-theme-for-winxp.html">Zune theme</a></p>
<p>Now also available (thanks to <a href="http://www.sizzledcore.com/2008/10/09/windows-embedded-theme-for-xp-and-2003/">Sizzled Core</a>), the <a href="http://www.techspot.com/downloads/4728-windows-embedded-theme-for-xp.html">Windows Embedded theme</a> that uses a strong blue but still looks quite good IMO.</p>
<p>Notice neither of these require UxTheme.dll patching or other workarounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/193/use-the-windows-embedded-theme-on-xp-and-server-2003-without-patching/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Crysis Warhead No Intro Fix</title>
		<link>http://www.techspot.com/blog/179/crysis-warhead-no-intro-fix/</link>
		<comments>http://www.techspot.com/blog/179/crysis-warhead-no-intro-fix/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 17:48:51 +0000</pubDate>
		<dc:creator>Per Hansson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.techspot.com/blog/?p=179</guid>
		<description><![CDATA[Quick and dirty, I have modified the original Crysis no intro fix for the recently released Warhead which has 2 more intro screens that unlike the original game are not skippable as far as I know. Almost as annoying as forcing your paying customers that DRM crap. And while at that, I should mention the [...]]]></description>
			<content:encoded><![CDATA[<p>Quick and dirty, I have modified the original Crysis no intro fix for the recently released <a href="http://www.techspot.com/news/31603-EA-reveals-Crysis-Warhead-PC-specs-and-pricing.html">Warhead</a> which has 2 more intro screens that unlike the original game are not skippable as far as I know. Almost as annoying as forcing your paying customers that DRM crap. And while at that, I should mention the DRM <a href="http://www.mycrysis.com/newsdetails.php?news=29380" target="_blank">is pretty decent in Warhead</a>, not requiring you to put the DVD in the drive each time you want to play.</p>
<p><a href="http://www.techspot.com/files/Crysis.Warhead.intro.fix-AB.rar" target="_blank">Click here</a> to download the patch, unrar it into the games installation directory at: \Game\Localized\Video and then run remove.intro.crysis.warhead.bat</p>
<p>The only thing it does is renaming all files beginning with &#8220;Trailer&#8221; so you might as well just delete them all and be done with it ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techspot.com/blog/179/crysis-warhead-no-intro-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
