Skip to main content

Keep your PC safe, clean and healthy - for free

Most new computers come pre-installed with trial or subscription versions of software to keep you home computing and internet experience safe and clean from hackers, viruses, spyware and other malicious attacks. The problem is these applications are either very limited in functionality - tempting you to purchase the "Pro" version, expire after a limited trial period, or force you into an ongoing subscription to keep the software up to date.

None of these options are necessary, there are plenty of alternative tools available that free for home and personal use, and are often (in my opinion) superior to their costly competitor. So save your $$$, uninstall that beast of a "Security Suite" that came with your computer and try out the applications listed below. In addition I've also listed a number of additional utilities and system tool replacements to keep your computer running safe, clean and health state.

Anti Virus
Grisoft AVG Anti-Virus Free Edition
I've been using AVG for many years now as a free alternative to Norton or Symantec AntiVirus. Every time I've got a new computer this is the the first thing to go on. I leave the main protection to the resident shield. I very rarely run a full virus scan.

Anti Spyware
SpyBot Search and Destroy
Spybot S&D has been another long standing favorite of mine. Spybot has three main functions, a spyware scanner which will detect and remove any malicious software, an Immunize function that pro-actively blocks against know spyware, and the latest version now includes a resident shield called Tea Timer which will provides real-time protection.
One downside, there is no auto-update so you have to remember to update and re-Immunize on a regular basis. I usually do this about once every month or two.


Disk and Registry Cleaner
CCleaner
CCleaner is a tool I use to keep Windows running smoothly by removing
unnecessary temporary files from the hard disk and cleaning up garbage from the Windows Registry. CCleaner could be viewed as a replacement for Windows XP "Disk Cleanup", the advantage is that CCleaner is aware of the temporary files used by a number of common applications, and in addition the registry cleaning function clears out unused entries in the Windows Registry. The windows registry grows as applications use it to store information, and in many cases when an application is uninstalled these registry entries are left behind. As the registry grows, Windows can begin to slow down. I run CCleaner on a regular basis, every one to two weeks. When using the registry cleaner, repeat the scan multiple times until no new issues are found.

Disk and Registry Defragmentation
AusLogic Disk Defrag and Registry Defrag
Two similar applications here. Defragmenting the disk and registry help keep Windows performing a little better. I find the AusLogic disk defrag tool faster than the standard Windows XP Defragmentation Tool. The Registry Defrag can really help boost system performance, particularly after running CCleaner. I run these Defrag tools about once a month.

Process Management
Sysinternals Process Explorer and AutoRuns
Knowing what processes and applications are running can be very useful to maintaining a healthy PC. A lot of applications install background applications and services that automatically startup when you login. Some of these are useful and some just waste startup time and system resources. Process Explorer provides an alternative to Window Task Manager that makes it easy to identify running processing. AutoRuns will scan all known startup locations and enable you to turn off any utilities and services that you don't need.

Firewall
Personally I don't bother with a separate firewall application. My home network router provides the main network firewall protection, and I'm quite happy with Windows Firewall for desktop protection. However if your PC is directly connected to the internet I strongly recommend you Google search for "free firewall" to view your options.

Comments

Anonymous said…
Hey thanks for the windows live greasemonkey script. I wrote an article about security on my blog, it is definately worth a look

Popular posts from this blog

Meego 1.1 on Aser Aspire One AOA 110

I've previously covered some to the modifications required to improve Meego on the Acer Aspire One. Having just reinstalled Meego 1.1 (note, the the no easy upgrade form 1.0, the recommended approach is a fresh install), here is a summary of the Meego AA1 tweeks. Enable right hand side SDHC Card Reader Add the following line to /etc/rc.local /sbin/modprobe pciehp pciehp_force=1 > /dev/null 2>&1 Increase battery life Add the lines suggested in the "Increase Battery Life" section at  https://help.ubuntu.com/community/AA1/Using   to the end of  /etc/rc.local Fix suspend issue when SDHC cards are mounted At the following line to beginning of /usr/sbin/pm-suspend umount /dev/mmcblk*p* Changes bfrfs settings for SSD usage Modify  /etc/fstab  to change  realatime  to  noatime  and add the btrfs option  ssd_spread /dev/sda2 / btrfs defaults,noatime,nodatasum,ssd_spread 1 1 Reduce SSD disk IO use tmpfs To reduce the...

Gaim Instant Messaging (IM) Client

Gaim is an excellent open source IM client that supports the main messaging platforms (MSN, Yahoo!, AIM, ICQ etc). Gaim does not support all of the fancy new features available in the main IM clients, but when it comes to plain and simple messaging Gaim is a winner for me. I largly use Gaim as my messaging client at work where I don't care for audio and video features and animated emoticons. There are also a number of Gaim plugin extenstions available. My personal favorite is the Guifications plugin in conjuction with the MSN Guifications theme which provides MSN messenger style popup notifications in the corner of the screen.

Video Conversion: Windows Media Center (MCE) DVR-MS to iPod Video

I treated myself to an iPod Video a couple of weeks ago, and after loading up my music collection I decided to try and move some recorded TV shows from my Media Center PC onto the iPod. The iPod won't play the Media Center recording directly, so they need to be converted to the appropriate video format, which is typically H.264 encoded video and AAC encoded audio in an .mp4 container. After much searching around and trying a variety of video conversion tools I settled on the following fairly straightforward approach using a couple of freely available applications. The first tool is used to convert the media center files to a non-proprietary format, and then the second step is to re-encode the video in a format suitable for the iPod. Step 1 - Convert the Windows Media Center DVR-MS recording to MPEG-2 video format Download and install the latest 1.1.0.x version of DVRMSToolbox (the 1.2.0.x versions are for Windows Vista only). Launch the DVRMStoMPEGGUI tool Start > All Programs ...