Safe browsing, no malware protection or firewall needed
What if I tell you that you can navigate your browser to any of the malicious sites and download viruses, spyware, and any other kind of malware until you are blue in the face...and your computer will be perfectly safe and clean. And one more thing, what if I tell you that you don't need any anti-virus or anti-malware program for that?
By now you probably think that all these years of riding motorcycles in the sun caused me to lose many of my brain cells. Well, generally you may be right but not this time, let me tell you how I do this.
How do computers get infected?
In order for a computer to get infected with a virus, warm, Trojan horse, and any other number of malware infections, one condition must be true...the malicious piece of code has to enter the computer. A virus can enter a computer in a number of ways: visiting a bad website, opening an email attachment, downloading files, inserting an infected CD Rom into a computer, etc.
Isolated and safe browsing
Isolated or contained browsing allows you to visit any website and download anything (even actual viruses) without getting your computer infected.
To understand what isolated browsing means think of cloth diapers vs. disposable diapers, and think of the poop as the virus. With a cloth diaper, you have to wash the diaper to be able to use it again, which can be equated to cleaning your computer after a virus infection. But with a disposable diaper, you simply trow the diaper away and use a new one, so imagine having a disposable computer, and every time you have a problem, you trow it away and use a new one.
Programs like Sanboxie creates a contained and controlled environment inside your computer by isolating the web browser (or any other program for that matter). Once started from within Sanboxie, the web browser have read access to files on your computer, but nothing can be written outside of the virtual box. Even if you download a file, it will be saved in the relevant directory inside the Sanboxie box unless your explicitly instruct it otherwise. So even if you deliberately choose to download a virus, it can only live within the Sanboxie box, and with one click of a button you can nuke the box and everything in it vanish (you also have the option to save items to your computer).
My setup
I have Sanboxie installed on all my computers, and to avoid clicking on the Sanboxie menu and launch the browser (2 - 3 mouse clicks), I created a simple batch file for launching the browser, and a simple one to nuke the Sanboxie box.
Browser start batch
Open a text file and type (or copy/paste) the following text: "C:\Program Files\Sandboxie\Start.exe" Z:\OperaPortable\OperaPortableOneUse.exe.
The first part "C:\Program Files\Sandboxie\Start.exe" is the location of the Sanboxie Start.exe file. The second part Z:\OperaPortable\OperaPortableOneUse.exe is the location of the browser executable (in my case Opera portable oneuse).
Save the file as BrowserStart.bat, than double click on it and your browser will open inside Sanboxie.
Browser close batch
Open a text file and type (or copy/paste) the following 2 lines:
"C:\Program Files\Sandboxie\Start.exe" /terminate
"C:\Program Files\Sandboxie\Start.exe" delete_sandbox_silent
The first line close any program that runs in Sanboxie, the second nuke all the data in it. Save the file as BrowserEnd.bat, than double click on it and your Sandboxie browser session and all the related browser and downloaded files will be nuked.
Computer House Cleaning
Wouldn't it be nice if your computer could perform as fast as it did when you first got it? there are few ways to achieve this, some are more intrusive than others, and some are easier to implement than other. In this post I'll share with you the things I do when I feel that my computer is getting a little sluggish and need a little push.
There is slow, and there is slow
First, we have to learn to distinguish between a computer that became slower over time, and perceived slowness of a computer. So what the hack is "perceived slowness", a computer is either slow or it's not...well, mostly true but not always. As technology progress and computer become stronger and faster, application and program writers create applications that require and consume more computer resources, for example: Microsoft Word consumes many more computer resources than it did 10 years ago. So if you bought your computer 3 years ago and you are working with new software that was created (or upgraded) recently, your programs may run slower.
What makes computers slow over time?
On computers with Windows operating systems (the vast majority of personal computers) the main cause for slowness is simply junk, junk in the registry, junk in the OS (operating system) directories, junk anywhere.
Registry junk are orphan and broken registry entries that are left over when programs are installed and un-installed from a Windows PC.- OS directories junk are leftover files in temp directories, application directories, OS common directories, etc. These are generally created by application (like your Internet Browser for example) and are left over when the application is un-installed and/or when the files are no longer needed.
Cut the crap, make my computer faster
Let's get one thing out of the way, the most sure way to get your computer performing the way it did the day your bought it is to format your hard drive, and re-install your OS. This is the most intrusive way since you will need to backup your data to an external source, format the hard drive, re-install the OS, and re-install all your programs...fortunately there are some alternatives.
As a rule of thumb, I reboot after each step (and so should you), and if I really feel like being a stickler I'll reboot and repeat the prior step before moving to the next one.
Note:
If you are going to use any of the tools mentioned in this post, I recommend using the portable version of each tool (I do). Portable version means you do not have to install anything on your computer, you simply save the program files into a directory and run it from there. If you'll like more details about the advantages of program portability see My Rig, and Computing life in portable mode.
Step 1 - Run a malware system check
Cleaning a computer from viruses and other harmful crap is a big subject, and I can (and will in future posts) write a lot on it. But for this purpose, maintenance cleanup, I usually run a couple of tools to make sure that my computer is fairly clean. I use the free passive virus scanner ClamWin to scan my computer for viruses. And I use the free Spybot Search & Destroy to scan my machine for other malware like: ad-ware, trojan house, worms, root kits, and harmful junk.
Step 2 - Un-install unwanted programs
Go trough the programs on your computer and un-install the ones you don't use or need anymore. You can use the "Add or Remove Programs" from the Control Panel on your Windows computer, but there are better and free alternatives out there. I use a program called Revo Uninstaller, it very easy to use and it cleans up all the program and all the left-overs like registry entries, application files and directories, temp files and directories, etc. I found that Revo Uninstaller does a much better job than the native Windows program removal tool and I am using it for the last few years.
Step 3 - Clean temp and application directories
Programs sometimes store a lot of unnecessary information on a computer. Browsers for example, store every page you visit in a temp directory (there are some ways to avoid this but most people don't). Windows OS also store different types of information in different OS tables and directory. By cleaning up this clutter a computer will become lighter and faster.
Windows offers a "Disc cleanup" tool under Start >> Program Files >> Accessories >> System Tools, but as always, there are better tools out there. I use two tools for this cleanup, one is CCleaner and the other is BleachBit, both free and both are equally good, I use them both to compliment one another.
Step 4 - Clean the registry
Cleaning the registry reduce the size of the registry and prevent Windows from reading registry entries for items that no longer exist on your computer. A good registry cleaner will rid the registry from a lot of junk that is left over time. I use a free tool called CCleaner, it scans the registry for orphan, left-over, and broken entries and delete them. I run this twice in a row to make sure that all the "bad" registry entries are taken care of.
Step 5 - Stop unnecessary processes from running at windoes startup
Some programs place an entry in the Windows startup file which allows a program (or a part of a program) to start as the computer boots up. This effects the computer boot speed, and since some of these programs do not really need to be running all the time, it also make the computer slower. The free CCleaner has a startup cleaner section (start CCleaner, click on Tools on the left menu, than Startup) that let's you disable or delete entries from the windows startup file.
Step 6 - Defragment your drives
Fragmentation on Windows OS happens when files are stored on the computer hard drive in a none sequential way. Which means that a file that is
4 blocks big, may be spread on block 1, 4, 6, and 8 instead of being on consecutive blocks like 2, 3, 4, and 5. File fragmentation makes windows work harder to construct a file when it is needed. As in prior steps, windows has a defragmentation tool called "Disc Defragmenter" (Start >> Program Files >> accessories >> System Tools), and as before, there are better tools for defragmenting a drive. I use a free defragment tool called Defraggler, it has few defragment modes like: quick defragmentation, space defragmentation, etc.
That's it (or as my 16 month old doghter say: da-shi)
If you followed the above steps and cleaned your computer, you will see an improvement in speed. It is hard to say how much faster a computer will become after a cleanup, in my case it is anywhere from 20% - 40% faster. But since every computer is different you may see different results.
Feel free to comment and let me know if it worked for your computer and how much faster it became.