<?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>Bill Bolmeier &#187; Security</title>
	<atom:link href="http://billbolmeier.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://billbolmeier.com</link>
	<description>A Personal Web Technology Blog</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Keeping Your PC Safe</title>
		<link>http://billbolmeier.com/keeping-your-pc-safe/</link>
		<comments>http://billbolmeier.com/keeping-your-pc-safe/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 02:46:43 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[anti-spyware]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[pc security]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://billbolmeier.com/?p=287</guid>
		<description><![CDATA[Assuming a person sleeps at night, here are some automated tasks you should have your PC do to keep it safe and secure.  In a perfect world you could do a virus scan at 1:00am, a backup at 2:00am and shut down the PC at 3:00am, all automatically. 1. Run a scheduled virus check I [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right; padding-left: 5px; padding-top: 5px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://billbolmeier.com/keeping-your-pc-safe/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p>Assuming a person sleeps at night, here are some automated tasks you should have your PC do to keep it safe and secure.  In a perfect world you could do a virus scan at 1:00am, a backup at 2:00am and shut down the PC at 3:00am, all automatically.</p>
<h3>1. Run a scheduled virus check</h3>
<p>I like using different virus scanners for different machines to see how they work and what kind of report is provided.  Here are some scanners I use and they all come in a free version.  These can be found at <a href="http://www.majorgeeks.com">MajorGeeks.com</a>.</p>
<ul>
<li><a href="http://majorgeeks.com/AVG_AntiVirus_Free_Edition_d886.html">AVG AntiVirus Free Edition</a></li>
<li><a href="http://majorgeeks.com/Avira_AntiVir_Personal_-_Free_Antivirus_d955.html">Avira AntiVir Personal &#8211; Free Antivirus</a></li>
<li><a href="http://majorgeeks.com/PC_Tools_ThreatFire_d5190.html">PC Tools ThreatFire</a></li>
</ul>
<p>Make sure you review the report the next day to make sure everything looks good.</p>
<h3>2. Back it up</h3>
<p>Take the time in 2009 &#8211; to backup.</p>
<ul>
<li>Good old copy and paste works just fine if you don&#8217;t have a lot to backup.  Copy directories to an external drive.  External drives are coming pretty darn inexpensive now a days.Check out <a href="http://www.buy.com/">Buy.com</a> for external hard drives.  <strong>Western Digital</strong> is just one brand that you can find at office supply stores as well as Target and Walmart stores.  If you have an 80GB hard drive on your laptop, Western Digital has 160GB USB hard drives that will do the trick.</li>
<li>Windows software includes: <a href="http://www.goodsync.com/freevpro.html">GoodSync</a>, <a href="http://www.educ.umu.se/~cobian/cobianbackup.htm">Cobian Backup</a>, <a href="http://www.2brightsparks.com/freeware/freeware-hub.html">SyncBack</a>, <a href="http://www.acebackup.com/">AceBackup</a>, <a href="http://backup.comodo.com/">Comodo</a></li>
<li>Want to backup to the cloud (Internet)?  You can backup stuff from your computer to another location, which is great because you not only get things backed up but they are also off-site (your home or office), that way if you have a fire you&#8217;ll be safe knowing your backups are not in the house or office where the fire was.  Check out the following: <a href="http://mozy.com/">Mozy</a>, <a href="http://www.jungledisk.com/">Jungle Disk</a>, <a href="http://www.steekr.com/">steekR</a></li>
</ul>
<p>Again, review the report the next day to make sure everything is getting backed up that you think is getting backed up.  Look for errors in the report as well.</p>
<h3>3. Shut it down automatically</h3>
<p>You can use the built in scheduler in <strong>Windows XP</strong> and <strong>Windows Vista</strong> to schedule your PC to shut down automagically.</p>
<p>There is a program on both operating systems called <strong>shutdown.exe</strong> located in the system32 folder.  You can use the scheduler to run this program at any time you&#8217;d like.</p>
<p>To make the program shut down automatically setup a task in scheduled tasks and when it asks you what you want to run, browse to the shut.exe program.</p>
<p>To run the command shutdown.exe use the following prarameters:</p>
<p><strong>Windows XP</strong><br />
C:\Windows\system32\shutdown.exe -s -t 60 -c “Daily Shutdown” -f</p>
<p><strong>Vista</strong><br />
C:\Windows\system32\shutdown.exe /s for Vista</p>
<p>A couple other guidelines to keep in mind:</p>
<ol>
<li>Use <strong>Windows Defender</strong> for Anti-Spyware support if you don&#8217;t have an Anti-Spyware solution for your Windows PC.  This will keep you safe from bad websites.</li>
<li>Don&#8217;t send your login ID and password over the Internet via email or any other way that you don&#8217;t absolutely trust.  You might have a banking account but make sure you browse directly to that account and not by clicking a link in an email.  Some emails look as authentic as a trusted source and they ask you to reset your account or some other way to get you to send your login id and password.  This is called phishing.</li>
</ol>
<p>That&#8217;s it for now.  Let me know if you need any help setting up your PC security tasks.  Leave a comment if you have questions or use the <a href="http://billbolmeier.com/contact">contact form</a>.  If you like this article <a href="http://feeds.feedburner.com/billbolmeier">subscribe to my blog</a> for future articles on security.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://billbolmeier.com/automatically-shutdown-windows-xp/" rel="bookmark" class="crp_title">How to Automatically Shutdown Windows XP</a></li><li><a href="http://billbolmeier.com/7-youll-love-windows-7/" rel="bookmark" class="crp_title">7 Things You&#8217;ll Love About Windows 7</a></li><li><a href="http://billbolmeier.com/productivity-tools/" rel="bookmark" class="crp_title">12 Productivity Tools</a></li><li><a href="http://billbolmeier.com/core-wordpress-plugins/" rel="bookmark" class="crp_title">Core WordPress Plugins</a></li><li><a href="http://billbolmeier.com/cool-windows-system-tools/" rel="bookmark" class="crp_title">Cool Windows System Tools</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://billbolmeier.com/keeping-your-pc-safe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
