CCleaner – A brief review

Some of the best things in life are free. CCleaner is one of them. As Windows users,we find our machines getting slower and unresponsive even if there are antivirus apps which are updated and firewall secured. One very basic reason for this is temporary files which over a period of time grow and make the …

How to get a list of local administrators on a Windows box

>There is the almighty root account in *nix and here in Windows world is the powerful and omnipotent Administrators group.Actually there can be different admin groups like domain admins,enterprise admins(ultimate account in a Microsoft Windows network) and of course the local administrator account on a standalone Windows box. Wouldn’t it be great if there is …

Checking out the dlls and making RAM go faster

>Task manager in Windows is useful,but what about tasklist? Tasklist is a command line utility in Windows XP Professional(not in Home)onwards. Let’s say I want to see all the processes and their associated dlls which are running on my Windows box just by using a simple command prompt.I can use tasklist to accomplish that,here is …