Archive for September, 2008

Keyboard Launching + XP vs. Vista

Monday, September 29th, 2008

My computer has been crashing in games lately, and I narrowed the problem down to the video card or software.

So, before burning completely through my pocket buying a new video card, I decided to try and go back to XP to fix the problem.

Unfortunately, once back to Windows XP my gaming stability did not change one bit. However, it made me think, what really are compelling reasons to upgrade to Vista?

Security Features such as DEP and ASLR would be more relevant if most developers coded with them in mind. Vista is certainly more pretty, with its glassy, see-through features. Also, there is the fact that all the security patches and upgrades you would have to download and apply after installing XP SP2 are already included or not needed in Vista

But after using XP again for a few weeks, the only thing I missed from Vista was the start menu and its bottom search bar. This may be something for the more keyboard oriented users out there. But I’m guessing most geeks can type quickly and are very at home at the keyboard. I prefer the ease and efficiency of pressing the start button on the keyboard, typing ‘word’ and pressing enter, to using the mouse to navigate the start menu.

XP does not have this excellent feature, but luckily there are several programs you can turn to, if you have not yet “upgraded” to Vista.

Launchy is a free, open source solution which I found on this Lifehacker article, Best 5 Application Launchers. It runs on Windows and Linux (KDE, Gnome)!

All you do is pick a keyboard combination to bring up Launchy. I chose Ctrl + Space. Then you begin typing the name of the program you wish to launch, and the results come up (which are indexed based on your start menu contents and desktop) in a Firefox like magic box, then you press enter.

The time I have saved by launching my applications via the keyboard is probably equal to the time it’s taken me to write this article, so just be grateful I’ve let you know about this excellent program.

Let me know if there are any features of Vista that would stop you from going back to XP, or simple productivity savers like this that you “just couldn’t live without”.

How to kill Malware (Viruses and the like)

Friday, September 12th, 2008

Short Answer: Use the free tool Autoruns to stop malware running at startup, then scan and remove with AVG etc.

Slightly longer one: Having had many people request my services to rid their computers of all kinds of malware – viruses, worms, spyware etc – I have developed a simple toolkit and method for removing them, for systems that you can actually boot up, at least.

The weakness of malware is that they are not very dangerous if they are simply on your system somewhere, they obviously have to be executed. This is most likely to initially be the user themselves, but after that, there are many areas in the registry which control what programs, services and .dll files are to be loaded at the start-up of the system.

My most invaluable (what a very strange word, by the way – like extraordinary) tool when combating malware is Autoruns. Autoruns is written by some guys at SysInternals. It is a tool for listing, deleting and disabling all items that run when Windows starts up. This includes executables, shortcuts, Browser Helper Object .dlls, drivers etc.

Scroll through the Autoruns list and look for items which are not digitally signed at all (the publisher column is blank), and for ones with suspicious names like random numbers and letters. If you find one with no publisher which you are not sure about, just type its process name into google and see what you find. You can simply uncheck items you don’t want, and if this breaks your computer you can always return to Autoruns in safe mode and re-check them again.

It would be smart to double check tsnp2std.exe is legitimate, as it does have a digitally signed publisher

It would be smart to double check tsnp2std.exe is legitimate, as it does have a digitally signed publisher

I was tasked with removing viruses from my friends computer recently. There was some particularly annoying malware present that I couldn’t find inAutoruns, and AVG Free 8 did not detect it either. When I would try to browse to certain URL’s like support.microsoft.com, or windowsupdate.microsoft.com, (on IE and Firefox 3, but not Chrome) the browser would redirect to 127.0.0.1 and fail. The system32 Hosts file was not the culprit either.

Sufficiently disappointed in AVG for not finding this rogue piece of code in my system, I looked for other free tools to try scanning with. I would recommend Adaware as a great free tool for removing spyware, except that it did not find this Malware program.

Finally, my saviour came in the form of another miraculous free software product, Malwarebyte’s Anti-Malware. I would highly recommend installing this product along with AVG Free. Malwarebyte’s program does not run on start-up, so it doesn’t take additional system resources. It would be a good idea to run this occasionally, in case AVG misses something nasty.

If you suspect that some Windows system files may be corrupted or missing, running the ’sfc /scannow’ will check all system files and replace them if needed. You will need your Windows install disc for this tool.

The Windows Vista install DVD is also very adept at repairing a Windows installation. You may need to use this option if you cannot even boot into Safe Mode.