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 …
Quick – how do you tell how many connections does your box have over say port 445(SMB)or whether that port is really closed? Or for any other port like 80? The quickest way I have seen is simply using netstat from command prompt although applying a filter for ports that we want to find out.[Of …
>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 …
>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 …