<?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>SearchMarked.com &#187; Windows</title>
	<atom:link href="http://www.searchmarked.com/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchmarked.com</link>
	<description>I search, I bookmark, I write, You learn.</description>
	<lastBuildDate>Wed, 14 Oct 2009 12:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get a Microsoft SQL Server 2005 Database Out of Standby/Read-Only Mod</title>
		<link>http://www.searchmarked.com/windows/how-to-get-a-microsoft-sql-server-2005-database-out-of-standbyread-only-mod.php</link>
		<comments>http://www.searchmarked.com/windows/how-to-get-a-microsoft-sql-server-2005-database-out-of-standbyread-only-mod.php#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:52:22 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/?p=109</guid>
		<description><![CDATA[Google Query: SQL Server 2005 Database Standby / Read-Only
Recently, I helped a customer restore a SQL Server 2005 database. The only problem was that the default restore was leaving the database in Standby / Read-only mode. The solution to this problem was really quite simple. After some googling I came across this MSDN Thread.
Basically to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to get a Microsoft SQL Server 2005 Database Out of Standby/Read-Only Mod", url: "http://www.searchmarked.com/windows/how-to-get-a-microsoft-sql-server-2005-database-out-of-standbyread-only-mod.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Google Query: SQL Server 2005 Database Standby / Read-Only</strong></p>
<p>Recently, I helped a customer restore a SQL Server 2005 database. The only problem was that the default restore was leaving the database in Standby / Read-only mode. The solution to this problem was really quite simple. After some googling I came across <a href="http://social.msdn.microsoft.com/forums/en-US/sqlgetstarted/thread/7925902b-9d6f-445a-8432-e58e7580d65d/" onclick="javascript:urchinTracker ('/outbound/article/social.msdn.microsoft.com');">this MSDN Thread</a>.</p>
<p>Basically to restore the database from a backup and put it back into production mode, just run the following SQL query:</p>
<p><code>RESTORE DATABASE &lt;database_name&gt; FROM &lt;full_backup&gt; WITH RECOVERY;</code></p>
<p>Happy Database Restoring!</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+get+a+Microsoft+SQL+Server+2005+Database+Out+of+Standby%2FRead-Only+Mod&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fhow-to-get-a-microsoft-sql-server-2005-database-out-of-standbyread-only-mod.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/how-to-get-a-microsoft-sql-server-2005-database-out-of-standbyread-only-mod.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A utility to get past the &#8220;Error Deleting File or Folder&#8221; error.</title>
		<link>http://www.searchmarked.com/windows/a-utility-to-get-past-the-error-deleting-file-or-folder-error.php</link>
		<comments>http://www.searchmarked.com/windows/a-utility-to-get-past-the-error-deleting-file-or-folder-error.php#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:44:09 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/a-utility-to-get-past-the-error-deleting-file-or-folder-error.php</guid>
		<description><![CDATA[Have you ever run into any of the following when trying to delete a file?

Cannot delete file: Access is denied
There has been a sharing violation.
The source or destination file may be in use.
The file is in use by another program or user.
Make sure the disk is not full or write-protected and that the file is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "A utility to get past the &#8220;Error Deleting File or Folder&#8221; error.", url: "http://www.searchmarked.com/windows/a-utility-to-get-past-the-error-deleting-file-or-folder-error.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Have you ever run into any of the following when trying to delete a file?</p>
<ul>
<li>Cannot delete file: Access is denied</li>
<li>There has been a sharing violation.</li>
<li>The source or destination file may be in use.</li>
<li>The file is in use by another program or user.</li>
<li>Make sure the disk is not full or write-protected and that the file is not currently in use.</li>
</ul>
<p>I found a slick utility today that will help you release the locks on a file and solve this problem without having to reboot your PC. It&#8217;s called <a href="http://ccollomb.free.fr/unlocker/#faq" title="Unlocker" onclick="javascript:urchinTracker ('/outbound/article/ccollomb.free.fr');">Unlocker.</a></p>
<p>The instructions on the <a href="http://ccollomb.free.fr/unlocker/#faq" onclick="javascript:urchinTracker ('/outbound/article/ccollomb.free.fr');">Unlocker Site</a> are pretty straightforward. Happy File Unlocking!</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=A+utility+to+get+past+the+%26%238220%3BError+Deleting+File+or+Folder%26%238221%3B+error.&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fa-utility-to-get-past-the-error-deleting-file-or-folder-error.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/a-utility-to-get-past-the-error-deleting-file-or-folder-error.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Crossover on Ubuntu FTW!</title>
		<link>http://www.searchmarked.com/ubuntu/free-crossover-on-ubuntu-ftw.php</link>
		<comments>http://www.searchmarked.com/ubuntu/free-crossover-on-ubuntu-ftw.php#comments</comments>
		<pubDate>Wed, 29 Oct 2008 02:14:42 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/?p=89</guid>
		<description><![CDATA[I had been contemplating getting Crossover for a while because it is an &#8220;easier to setup&#8221; WINE implementation. But, I don&#8217;t like paying for stuff when I could do it myself for free. Now I can get the best of both worlds! In case you are wondering Crossover lets you run some Windows applications on [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Free Crossover on Ubuntu FTW!", url: "http://www.searchmarked.com/ubuntu/free-crossover-on-ubuntu-ftw.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I had been contemplating getting Crossover for a while because it is an &#8220;easier to setup&#8221; WINE implementation. But, I don&#8217;t like paying for stuff when I could do it myself for free. Now I can get the best of both worlds! In case you are wondering Crossover lets you run some Windows applications on your Mac or Linux machine without using a virtual machine.</p>
<p>Today and tomorrow only, <a href="http://down.codeweavers.com/" onclick="javascript:urchinTracker ('/outbound/article/down.codeweavers.com');">Codeweavers is offering their products for free!</a> How cool is that? You could run Office with Crossover, but we all know you will be running Team Fortress 2 or World of Warcraft. Happy Gaming!</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=Free+Crossover+on+Ubuntu+FTW%21&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fubuntu%2Ffree-crossover-on-ubuntu-ftw.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/ubuntu/free-crossover-on-ubuntu-ftw.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to reset the offline folder cache on Windows XP</title>
		<link>http://www.searchmarked.com/windows/how-to-reset-the-offline-folder-cache-on-windows-xp.php</link>
		<comments>http://www.searchmarked.com/windows/how-to-reset-the-offline-folder-cache-on-windows-xp.php#comments</comments>
		<pubDate>Sun, 27 Jul 2008 17:42:48 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Offline Files]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/?p=84</guid>
		<description><![CDATA[Searchmarked.com Tip
If any of you have ever worked with offline folders in Windows, you know how frustrating it is when a server changes or is no longer available and Windows still tries to keep the offline folders synchronized. This is not only annoying for one user, but is extremely annoying in a shared computing environment [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to reset the offline folder cache on Windows XP", url: "http://www.searchmarked.com/windows/how-to-reset-the-offline-folder-cache-on-windows-xp.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Searchmarked.com Tip</strong></p>
<p>If any of you have ever worked with offline folders in Windows, you know how frustrating it is when a server changes or is no longer available and Windows still tries to keep the offline folders synchronized. This is not only annoying for one user, but is extremely annoying in a shared computing environment where multiple users log on to the same PC. This is because offline files stores files for every user that logs on and it tries to synchronize every users&#8217; offline files every time.</p>
<p>When offline files become a burden, there is a simple trick to reset the offline file cache on Windows XP (it is not obvious if you have never done it before). The steps are below:</p>
<p>-You must be logged on as a user with Administrator Rights.</p>
<p>-Open up Windows Explorer by pressing &#8220;Windows Key + E&#8221; (or by using the myriad of other ways to open Windows Explorer).</p>
<p>-Navigate to Tools -&gt; Folder Options</p>
<p>-Go to the Offline Files tab</p>
<p><img class="alignnone" title="Offline-Files Tab" src="http://i192.photobucket.com/albums/z293/hstagner/offline-files.png" alt="" width="260" height="320" /></p>
<p>-Now hold down &#8220;CTRL+SHIFT&#8221; and left click on the &#8220;Delete Files&#8230;&#8221; option.</p>
<p>-A confirmation message will appear.</p>
<p><img class="alignnone" title="Offline Files Deletion Confirmation" src="http://i192.photobucket.com/albums/z293/hstagner/offline-files-delete-confirmation.png" alt="" width="318" height="58" /></p>
<p>-Click &#8220;Yes&#8221;</p>
<p>-Click &#8220;OK&#8221; on the Offline Files option window.</p>
<p>-Reboot your computer.</p>
<p>-Now the offline files cache has been reset and you can start corrupting it again from scratch! <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>That&#8217;s it! Happy file caching!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Windows</a>, <a href="http://technorati.com/tag/Offline+Files" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Offline Files</a>, <a href="http://technorati.com/tag/Networking" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Networking</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+reset+the+offline+folder+cache+on+Windows+XP&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fhow-to-reset-the-offline-folder-cache-on-windows-xp.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/how-to-reset-the-offline-folder-cache-on-windows-xp.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to configure Windows IP settings from the command prompt.</title>
		<link>http://www.searchmarked.com/windows/how-to-configure-windows-ip-settings-from-the-command-prompt.php</link>
		<comments>http://www.searchmarked.com/windows/how-to-configure-windows-ip-settings-from-the-command-prompt.php#comments</comments>
		<pubDate>Sat, 28 Jun 2008 14:15:18 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-configure-windows-ip-settings-from-the-command-prompt.php</guid>
		<description><![CDATA[Google Query: change ip address from command line
As an IT professional, I often have to use a laptop to test software or services on different subnets where I am working. Some of these subnets do not provide DHCP so that I can obtain an IP Address automagically   . I would have to go [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to configure Windows IP settings from the command prompt.", url: "http://www.searchmarked.com/windows/how-to-configure-windows-ip-settings-from-the-command-prompt.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Google Query: change ip address from command line</strong></p>
<p>As an IT professional, I often have to use a laptop to test software or services on different subnets where I am working. Some of these subnets do not provide DHCP so that I can obtain an IP Address automagically <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . I would have to go into the IP settings of the network adapter and change the settings manually when I wanted to talk on a new subnet. This was a pain. Then, I remembered a program called &#8220;Netsh.exe&#8221; that comes with Windows 2000, XP, and 2003.</p>
<p>I always forget the syntax though. A quick google search landed me on the <a href="http://www.petri.co.il/configure_tcp_ip_from_cmd.htm" onclick="javascript:urchinTracker ('/outbound/article/www.petri.co.il');">Petri IT Knowledgebase</a></p>
<p>Basically, what I ended up doing is this:</p>
<p>-Open up notepad<br />
-Type the following into your blank &#8220;.txt&#8221; file</p>
<p><code>netsh interface ip set address name="<em>Adapter Name</em>" static <em>ip mask gateway</em></code><br />
Where <em>Adapter Name</em> is the name for your NIC that you want to configure (e.g. &#8220;Local Area Connection&#8221;), <em>ip</em> is the ip address you want to set, <em>mask</em> is the subnet mask, and <em>gateway</em> is the gateway you want to set.</p>
<p>-Save the text file as a &#8220;*.cmd&#8221; or &#8220;*.bat&#8221; file and run it whenever you want to change subnets (just create a *.cmd or *.bat file for each subnet).</p>
<p>That&#8217;s it! No more manually setting up your NIC because that just takes way too long <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Windows</a>, <a href="http://technorati.com/tag/Automation" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Automation</a>, <a href="http://technorati.com/tag/Command-Line" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Command-Line</a>, <a href="http://technorati.com/tag/Scripting" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Scripting</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+configure+Windows+IP+settings+from+the+command+prompt.&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fhow-to-configure-windows-ip-settings-from-the-command-prompt.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/how-to-configure-windows-ip-settings-from-the-command-prompt.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five free alternatives for bloated software on Windows</title>
		<link>http://www.searchmarked.com/windows/five-free-alternatives-for-bloated-software-on-windows.php</link>
		<comments>http://www.searchmarked.com/windows/five-free-alternatives-for-bloated-software-on-windows.php#comments</comments>
		<pubDate>Mon, 25 Feb 2008 20:03:42 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Alternative Software]]></category>
		<category><![CDATA[Bloated Software]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/five-free-alternatives-for-bloated-software-on-windows.php</guid>
		<description><![CDATA[Searchmarked.com Tip
I have always said that Windows machines would run perfectly fine if it weren&#8217;t for all the software that people install on them   . There is some truth to this for some of the especially bloated, sluggish, commercial software that is out there for Windows.
In this post I&#8217;m going to let you [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Five free alternatives for bloated software on Windows", url: "http://www.searchmarked.com/windows/five-free-alternatives-for-bloated-software-on-windows.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Searchmarked.com Tip</strong></p>
<p>I have always said that Windows machines would run perfectly fine if it weren&#8217;t for all the software that people install on them <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . There is some truth to this for some of the especially bloated, sluggish, commercial software that is out there for Windows.</p>
<p>In this post I&#8217;m going to let you in on a little secret. You don&#8217;t need Norton anti-virus, Adobe Reader, Microsoft Office, QuickTime, or Microsoft Money for most every day computing needs. Before I get comments saying, &#8220;Well, you do need Software A because it does a, b, and c that Software B won&#8217;t do,&#8221; let me say this. The software outlined in this post is good for almost every non-power user need there is. Also, if you are doing advanced computing, chances are you already know that these products exist and you should know if they fit your needs.</p>
<p>So, here we go with the list.</p>
<p><strong>-Avast Home Edition</strong>: Replaces <em>&#8220;insert horrible, nasty, bloated commercial anti-virus here&#8221; </em>Yep, <a href="http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php" >as I have said before</a>- Norton Sucks, McAfee Sucks, Panda Sucks. Viruses Suck, but you have to deal with them as a Windows user. Go to <a href="http://www.avast.com" onclick="javascript:urchinTracker ('/outbound/article/www.avast.com');">http://www.avast.com</a> and <a href="http://www.avast.com/eng/avast_4_home.html" onclick="javascript:urchinTracker ('/outbound/article/www.avast.com');">download the free Home Version</a>.</p>
<p><strong>-Foxit Reader: </strong>Replaces Adobe Reader. Why would you want to do this? Because Adobe Reader sucks. It sucks the life out of your RAM every time it loads. It is bloated and it slows your computer down. If you need to read a pdf file, go to <a href="http://www.foxitsoftware.com" onclick="javascript:urchinTracker ('/outbound/article/www.foxitsoftware.com');">http://www.foxitsoftware.com</a> and <a href="http://www.foxitsoftware.com/pdf/rd_intro.php" onclick="javascript:urchinTracker ('/outbound/article/www.foxitsoftware.com');">download Foxit Reader</a>. From what I have seen, it works flawlessly and is very fast. The program itself is about 1/10th the size of Adobe Reader. That should tell you something.</p>
<p><strong>-VLC Media Player: </strong>Replaces almost all other media players, including QuickTime. Quicktime works as advertised on the MAC. However, on Windows it just pisses me off. An unsuspecting user will install QuickTime with iTunes if they are not careful and uncheck the iTunes box. QuickTime is slow and causes many weird problems on Windows machines. Go to <a href="http://www.videolan.org" onclick="javascript:urchinTracker ('/outbound/article/www.videolan.org');">http://www.videolan.org</a> and <a href="http://www.videolan.org/vlc/download-windows.html" onclick="javascript:urchinTracker ('/outbound/article/www.videolan.org');">download VLC Media Player</a>. Install it with the Firefox plugin (<a href="http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php" >you are browsing with Firefox aren&#8217;t you?</a>) and watch embedded web video like QuickTime till your heart&#8217;s content. It plays stand-alone video and audio files as well.</p>
<p><strong>-OpenOffice Suite:</strong> Replaces Microsoft Office. If you just need a little word processing, presentation creating, and spreadsheet magic, then OpenOffice should work. OpenOffice uses less resources than Microsoft Office and it will save in the Microsoft Office formats (.doc, .ppt, .xls). Head over to <a href="http://www.openoffice.org" onclick="javascript:urchinTracker ('/outbound/article/www.openoffice.org');">http://www.openoffice.org</a> and <a href="http://download.openoffice.org/" onclick="javascript:urchinTracker ('/outbound/article/download.openoffice.org');">download the latest version of OpenOffice</a> to save yourself some sanity and money.</p>
<p><strong>-Clearcheckbook.com: </strong>Replaces Microsoft Money. There are plenty of users out there that use Microsoft Money to balance their checkbook. They don&#8217;t do fancy reports. They aren&#8217;t forecasting investments for the next fiscal year. They just want to balance their friggin checkbook. Why they torture themselves with Microsoft Money is beyond me. Clearcheckbook.com is the only web application that I am recommending because it is simple, intuitive, and replaces a core function that many users use in Microsoft Money. This site helps you balance your checkbook (plain and simple) by letting you enter in your purchases via the website, Instant Messaging, or even SMS text messaging. Simple is good and this site works great. There are also some more advanced features that are just as easy to use. Head over to http://www.clearcheckbook.com and rid yourself of Microsoft Money.</p>
<p>That&#8217;s it! Five simple programs that won&#8217;t break the bank (they&#8217;re free) or your computer. Have any alternative programs that you like to use? Let me know in the comments.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=Five+free+alternatives+for+bloated+software+on+Windows&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Ffive-free-alternatives-for-bloated-software-on-windows.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/five-free-alternatives-for-bloated-software-on-windows.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to deal with &#8220;Login Failure: the target account name is incorrect&#8221; on a Windows file share</title>
		<link>http://www.searchmarked.com/windows/how-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php</link>
		<comments>http://www.searchmarked.com/windows/how-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php#comments</comments>
		<pubDate>Thu, 31 Jan 2008 21:32:12 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Cryptic Errors]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php</guid>
		<description><![CDATA[

   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';


Your Ad Here

Google Query: Login Failure: the target account name is incorrect
This problem had me going for a bit today. As it turns out the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to deal with &#8220;Login Failure: the target account name is incorrect&#8221; on a Windows file share", url: "http://www.searchmarked.com/windows/how-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: left;"><!-- Begin: AdBrite --><br />
<script type="text/javascript">
   var AdBrite_Title_Color = 'FFFFFF';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = '000000';
   var AdBrite_Border_Color = '2D8930';
   var AdBrite_URL_Color = '008000';
</script><br />
<script src="http://ads.adbrite.com/mb/text_group.php?sid=745476&#038;zs=3330305f323530" type="text/javascript"></script></p>
<div><a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=745476&#038;afsid=1"target="_top"  style="font-weight:bold;font-family:Arial;font-size:13px;" onclick="javascript:urchinTracker ('/outbound/article/www.adbrite.com');">Your Ad Here</a></div>
<p><!-- End: AdBrite --></div>
<p><strong>Google Query: Login Failure: the target account name is incorrect</strong></p>
<p>This problem had me going for a bit today. As it turns out the answer was simple. Let me set up the scenario for you.</p>
<p>At work we are in the middle of an Active Directory child domain migration (we are migrating our users and computers into a child domain). As part of this domain migration, we are also moving from separate departmental file servers onto a single file server for the building. I had a logon script in place that would disconnect old mapped printers from a client and reconnect new mapped printers so that we could decommission one of the old file servers (a dying behemoth HP that looks like a mini-fridge).</p>
<p>The script worked beautifully except for on two legacy Windows 2000 Professional workstations (the rest are Windows XP). The old printers were not removed and the new printers were not mapped on these machines. So, I proceed to try and run the script manually by going to:<br />
<code>\\script-server\script-share</code></p>
<p>I get the following message:<br />
<code>Login Failure: the target account name is incorrect</code></p>
<p>Huh!?! OK, so this sounds like a DNS or WINS problem. I proceed to check both using nslookup and nbtstat. Everything looks normal. I can query the server and get the appropriate IP address. I even flushed both the DNS and NetBIOS cache. Still the same message. Google time.</p>
<p>After searching for &#8220;Login Failure: the target account name is incorrect&#8221; I came upon a forum entry at <a href="http://www.experts-exchange.com/Operating_Systems/Q_21018430.html" onclick="javascript:urchinTracker ('/outbound/article/www.experts-exchange.com');">experts-exchange</a> that got me thinking in the right direction.</p>
<p>One of the accepted answers said to remove the problem server from the domain and rejoin it. What that does is essentially reset the computer account for that server. So, I got to thinking (dangerous, I know). The server that I was using for the logon script had recently been migrated to the child domain&#8230;</p>
<p>What if the old computer account still existed in the parent domain? A quick query in Active Directory confirmed this to be true. AHA! I deleted the account from the parent domain and all was well after that. The two Windows 2000 Professional workstations were able to access the Script server share.</p>
<p>The only thing that I am still fuzzy on is why the Windows 2000 Professional workstations had a problem and the Windows XP Professional workstations didn&#8217;t. Any ideas? Leave them in the comments.</p>
<p>This was a very specific case in which the error was experienced. However, the cause may enlighten those administrators in a similar situation. Perhaps the server computer account is screwed up. In this case, maybe resetting it in Active Directory or removing and re-joining the server to the domain will help. I hope you find this helpful. I was glad that it was a relatively simple solution.</p>
<p>Happy File Serving!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Windows</a>, <a href="http://technorati.com/tag/File+Server" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> File Server</a>, <a href="http://technorati.com/tag/Active+Directory" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Active Directory</a>, <a href="http://technorati.com/tag/Scripting" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Scripting</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+deal+with+%26%238220%3BLogin+Failure%3A+the+target+account+name+is+incorrect%26%238221%3B+on+a+Windows+file+share&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fhow-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/how-to-deal-with-login-failure-the-target-account-name-is-incorrect-on-a-windows-file-share.php/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to redirect users&#8217; favorites folder using VBScript</title>
		<link>http://www.searchmarked.com/windows/vbscript-for-folder-redirection-on-windows.php</link>
		<comments>http://www.searchmarked.com/windows/vbscript-for-folder-redirection-on-windows.php#comments</comments>
		<pubDate>Mon, 28 Jan 2008 19:05:57 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/vbscript-for-folder-redirection-on-windows.php</guid>
		<description><![CDATA[Searchmarked.com Tip
Update: wnaquin in the comments below pointed out that the users&#8217; actual favorites were not in the new location. Keep in mind that this script does not actually copy any data to the new location. So this will work for new users, but for existing users you will have to copy their data manually [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to redirect users&#8217; favorites folder using VBScript", url: "http://www.searchmarked.com/windows/vbscript-for-folder-redirection-on-windows.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Searchmarked.com Tip</strong></p>
<p><strong>Update: wnaquin in the comments below pointed out that the users&#8217; actual favorites were not in the new location. Keep in mind that this script does not actually copy any data to the new location. So this will work for new users, but for existing users you will have to copy their data manually or through a logon script. The below .bat or .cmd file should work:</strong></p>
<p><code>@echo off<br />
REM # The below line creates the directory structure.<br />
xcopy "%userprofile%\favorites" "\\Server\share\%username%\favorites" /i /t /q /y<br />
REM # The below line copies the files.<br />
xcopy "%userprofile%\favorites" "\\Server\share\%username%\favorites" /i /q /y</code></p>
<p>Every Windows System administrator knows what a pain user profiles can be. This is especially true if they are roaming profiles. That is why I have made it my personal mission to rid the world of roaming profiles. I have enabled folder redirection at work through Group Policy. This works for the &#8220;Application Data&#8221;, &#8220;My Documents&#8221;, and &#8220;Desktop&#8221; folders.</p>
<p>However, in Microsoft&#8217;s infinite wisdom, they decided to leave out the one folder that will make our users scream the loudest. The &#8220;Favorites&#8221; folder. There is no setting in Group Policy for the &#8220;Favorites&#8221; folder. So I had to script it. Below are the results in VBScript.</p>
<p><code>'==========================================================================<br />
'<br />
' NAME: fav_redirect.vbs<br />
'<br />
' AUTHOR: Harley Stagner<br />
' DATE  : 1/24/2008<br />
'<br />
' COMMENT: This script will redirect users folders to the File server<br />
'		    yourfileserver<br />
'==========================================================================<br />
'**************************************************************************<br />
'********************************Header Section*****************************<br />
'**************************************************************************<br />
<span style="color: #0000ff;"> Option Explicit</span><br />
'Variable for shell object<br />
<span style="color: #0000ff;"> Dim</span> <span style="color: #000000;">wshShell</span><br />
'Variable for redirecting Favorites<br />
<span style="color: #0000ff;"> Dim</span> <span style="color: #000000;">strFavoriteRedirectRegKey</span><br />
<span style="color: #0000ff;"> Dim</span> <span style="color: #000000;">strFavoriteRedirectLocation</span><br />
<span style="color: #0000ff;"> Dim</span> <span style="color: #000000;">strFavoriteRedirectRegType</span><br />
'**************************************************************************<br />
'********************************Reference Section**************************<br />
'**************************************************************************<br />
'CREATE GLOBAL OBJECTS<br />
<span style="color: #0000ff;"> Set</span> <span style="color: #000000;">wshShell = CreateObject(<span style="color: #999999;">"WScript.Shell"</span>)</span><br />
' INITIALIZE VARIABLES----------------------------------------------------------------------------------------------<br />
'Favorites Redirection Registry Info<br />
<span style="color: #000000;"> strFavoriteRedirectRegKey =</span> <span style="color: #999999;">"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Favorites"</span><br />
<span style="color: #000000;"> strFavoriteRedirectLocation =</span> <span style="color: #999999;">"\\YOURFILESERVER\Redirected Folders\%username%\Favorites"</span><br />
<span style="color: #000000;"> strFavoriteRedirectRegType = </span><span style="color: #999999;">"REG_EXPAND_SZ"</span><br />
'**************************************************************************<br />
'**********************************Worker/Output Section********************<br />
'**************************************************************************<br />
'Redirect Favorites by writing registry entry.<br />
<span style="color: #000000;"> wshShell.RegWrite strFavoriteRedirectRegKey, strFavoriteRedirectLocation, strFavoriteRedirectRegType</span></code></p>
<p>Just copy and paste the code into notepad and save the file with a *.vbs extension and you&#8217;re ready to rock. You will need to replace some information in the script with details that are specific to your environment (like the redirection location). Also keep in mind that the initialization of the variables are one variable per line. For example, where it says &#8220;strFavoriteRedirectRegKey= Some value&#8221; that statement should be on one line. Also the statement:</p>
<p><span style="color: #000000;"><code> wshShell.RegWrite strFavoriteRedirectRegKey, strFavoriteRedirectLocation, strFavoriteRedirectRegType</code></span></p>
<p>Should be on one line. The formatting of the web page throws this off sometimes.</p>
<p>You can either run the script locally (to test its functionality) or you can set this as a login script for users via Active Directory Group Policy. That&#8217;s it! Happy folder redirecting!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Windows</a>, <a href="http://technorati.com/tag/Active+Directory" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Active Directory</a>, <a href="http://technorati.com/tag/VBScript" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> VBScript</a>, <a href="http://technorati.com/tag/Windows+Scripting" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Windows Scripting</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+redirect+users%26%238217%3B+favorites+folder+using+VBScript&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fvbscript-for-folder-redirection-on-windows.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/vbscript-for-folder-redirection-on-windows.php/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to get past the 250 character limit on Windows file copying</title>
		<link>http://www.searchmarked.com/windows/how-to-get-past-the-250-character-limit-on-windows-file-copying.php</link>
		<comments>http://www.searchmarked.com/windows/how-to-get-past-the-250-character-limit-on-windows-file-copying.php#comments</comments>
		<pubDate>Fri, 18 Jan 2008 21:18:30 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-get-past-the-250-character-limit-on-windows-file-copying.php</guid>
		<description><![CDATA[Google Query: cannot remove folder filename or extension too long
I was copying some files from an older file server to a newer file server when I ran across the above error. After some Googling, I was reminded of a Windows &#8220;feature&#8221; that I have not had to deal with before. Apparently there is a 250 [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to get past the 250 character limit on Windows file copying", url: "http://www.searchmarked.com/windows/how-to-get-past-the-250-character-limit-on-windows-file-copying.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Google Query: cannot remove folder filename or extension too long</strong></p>
<p>I was copying some files from an older file server to a newer file server when I ran across the above error. After some Googling, I was reminded of a Windows &#8220;feature&#8221; that I have not had to deal with before. Apparently there is a 250 character limit on the Windows file path when copying files to a different location. This is not a limitation of NTFS, but a &#8220;feature&#8221; of Windows explorer shell.</p>
<p>Anyway, it is something that you just have to deal with. There are a few approaches that you could take.</p>
<p>-Delete all the user&#8217;s files and smack them for using such long filenames and burying their files &#8220;20,000 folders under the C:&#8221; .</p>
<p><em><strong>*Note the above method will probably get you fired (would it be worth it though?)</strong></em></p>
<p>-Find some way to shorten the file path so you can copy it over.</p>
<p>It just so happens that the above method can be achieved without a loss of employment using the Windows SUBST command to create a virtual drive that is mapped to a folder on your Windows machine.</p>
<p>-Open up the command prompt by going to &#8220;Start-&gt;Run&#8221; and typing &#8220;cmd&#8221;</p>
<p>-In the command prompt window type the following:<br />
<code>subst v: "c:\path\to\your\ridiculous\unnecessarily\buried\folder\under\a\folder\under\a\folder"</code></p>
<p>Now instead of trying to copy &#8220;c:\path\to\your\ridiculous\unnecessarily\buried\folder\under\a\folder\under\a\folder\file.txt&#8221;</p>
<p>You will be copying &#8220;v:\file.txt&#8221;</p>
<p>When you are done with the virtual drive you can unmap it by typing the following at the command prompt:<br />
<code>subst v: /d</code></p>
<p>That&#8217;s it! If you are a user reading this, please try to use more sensible file organization techniques. If you are an IT professional, congratulations for not strangling your users. Happy File Copying!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Windows</a>, <a href="http://technorati.com/tag/File+System" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> File System</a>, <a href="http://technorati.com/tag/File+Server+Maintenance" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> File Server Maintenance</a>, <a href="http://technorati.com/tag/Users+Never+Learn" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Users Never Learn</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+get+past+the+250+character+limit+on+Windows+file+copying&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fhow-to-get-past-the-250-character-limit-on-windows-file-copying.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/how-to-get-past-the-250-character-limit-on-windows-file-copying.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use free ($) software to sensibly protect your Windows PC</title>
		<link>http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php</link>
		<comments>http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php#comments</comments>
		<pubDate>Wed, 09 Jan 2008 22:02:14 +0000</pubDate>
		<dc:creator>hstagner</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php</guid>
		<description><![CDATA[Searchmarked.com Tip
Let&#8217;s get right to the point. The big anti-virus products suck! McAfee sucks! Norton sucks! Panda sucks! They infect your Windows-based systems with their sucktitude until you lose all productivity. Isn&#8217;t the point of anti-virus to protect you from a loss of productivity? Does this line sound familiar?
&#8220;I spent 4 hours last night trying [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to use free ($) software to sensibly protect your Windows PC", url: "http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Searchmarked.com Tip</strong></p>
<p>Let&#8217;s get right to the point. The big anti-virus products suck! McAfee sucks! Norton sucks! Panda sucks! They infect your Windows-based systems with their sucktitude until you lose all productivity. Isn&#8217;t the point of anti-virus to protect you from a loss of productivity? Does this line sound familiar?</p>
<blockquote><p>&#8220;I spent 4 hours last night trying to update <em>&lt;&#8211;insert horrible piece of crap anti-virus product here&#8211;&gt; </em>. I finally found the solution to the problem after 2 hours of googling, 1 hour of finding so an so dll file, and 1 hour on the phone with tech support trying to find out what to do with so and so dll file.&#8221;</p></blockquote>
<p>Here is the part where I usually say &#8220;use Ubuntu instead of Windows, duh.&#8221; However, that is simply not an option for some users. So rather than preach, I&#8217;ll tell you how to protect those Windows systems without resorting to crapware. It&#8217;s simple really. Follow these steps and everything will be much better.</p>
<p>-If you have a new computer (Dell, HP, whatever) uninstall that stupid free trial of whatever crappy anti-virus came with it.</p>
<p>-If your ISP provides you with a big-name (read crappy) anti-virus software package, DON&#8217;T USE IT! Refer to the first step and uninstall it.</p>
<p>-If you &#8220;know a guy&#8221; (maybe your cousin&#8217;s son&#8217;s brother-in-law) that is &#8220;good with computers&#8221; and tells you that you need to install McAfee, Norton, or Panda, schedule a meeting with him face to face. Now smack him for uttering such nonsense and proceed to the next step.</p>
<p>-Do visit <a href="http://www.avast.com" title="Not Crapware, I promise!" onclick="javascript:urchinTracker ('/outbound/article/www.avast.com');">http://www.avast.com</a>, will ya?</p>
<p>-<a href="http://www.avast.com/eng/avast_4_home.html" title="Just download it please..." onclick="javascript:urchinTracker ('/outbound/article/www.avast.com');">Download their free home version</a>, install it, and register it. You&#8217;ll be much happier for it, I promise.</p>
<p>-A small warning: Avast does talk to you when it updates the virus database, but you can turn this off if you don&#8217;t feel like being social with your anti-virus software.</p>
<p>That takes care of your anti-virus woes. That was easy wasn&#8217;t it? There is one other thing you can do to help keep your computer safe. STOP USING INTERNET EXPLORER! Seriously, cut it out, will ya? I won&#8217;t get into an overly zealous technical argument over which browser is better, yada, yada, yada. I will just offer this.</p>
<p>Let&#8217;s say you are allergic to fish. Fish targets your allergies and you have a horrible, nasty, life-threatening reaction when you eat fish. But, fish came with your computer, so you eat it. Your prior knowledge of the horrible fish allergy should have prevented you from eating it. But now you are going to die a horrible, fishy, death. that&#8217;s not how you want things to happen is it? Why don&#8217;t you go get a nice chicken sandwich instead?</p>
<p>Spyware tends to target Internet Explorer. So, you are more likely to get spyware by using Internet Explorer. Having this prior knowledge, why would you want to use Internet Explorer when you computer is inherently allergic to it?</p>
<p>Don&#8217;t eat the fish, eat chicken. Don&#8217;t use Internet Explorer, <a href="http://www.mozilla.com/en-US/firefox/" title="Don't eat the fish!" onclick="javascript:urchinTracker ('/outbound/article/www.mozilla.com');">download and install Firefox</a> for free.</p>
<p>That&#8217;s it! Happy Computing!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');">Windows</a>, <a href="http://technorati.com/tag/Spyware" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Spyware</a>, <a href="http://technorati.com/tag/Security" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Security</a>, <a href="http://technorati.com/tag/Anti-virus" rel="tag" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"> Anti-virus</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=2b863fb9-6985-4119-9ea7-b8a518a3714e&amp;title=How+to+use+free+%28%24%29+software+to+sensibly+protect+your+Windows+PC&amp;url=http%3A%2F%2Fwww.searchmarked.com%2Fwindows%2Fhow-to-use-free-software-to-sensibly-protect-your-windows-pc.php" onclick="javascript:urchinTracker ('/outbound/article/sharethis.com');">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.searchmarked.com/windows/how-to-use-free-software-to-sensibly-protect-your-windows-pc.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
