Batch Files In Windows 7

In case you have made a batch file in Windows 7,you might have noticed that it doesn’t really work as it should right off the bat. Here is what I am saying : Suppose a simple batch file that pings a website continuously is made (ping.bat) in this case : (If you want to learn …

How to hide drives in Windows 7

In Windows 7 versions other than Home,it is possible to do a lot of stuff using the good old group policy console (gpedit.msc) It is possible to completely hide drives from Windows explorer based on how settings are configured in local group policy editor. Suppose in this example D: drive needs to be hidden. (It …

Open many files at once in Windows 7

Windows 7 comes bundled with the cool PowerShell. It is better than the regular command prompt and provides greater degree of control and automation for system admins. Most of the work done in Powershell is through cmdlets (small built-in commands which access required objects and modify them). Here I will show you how to open …