Print File List by Right Clicking on Folder

Have you ever tried printing the content of a directory or file list you have stored in directory? It seems impossible as there is no inbuilt feature of doing that…

Next question is why you want to print directory listing ? Well you might be having lots of MP3 stored there and you want to upload the list to internet so that your friend can ask what they need. Or you might want to have a hard copy of your files stored in the directory and most commonly used reason is you want to create a CD label with list of files stored in it…

Ok So now there are 2-3 different method to do same, we will discuss all of them here..

Method -1 – Printing form DOS Command prompt-

To print using dos command prompt please follow these steps –

Start a command prompt (run -> CMD), change to directory for which you want to print the file listing and then type the following command.

dir > print.txt

This will creat a directory listing and store the output in a text file called print.txt Once you created the file you can open it any text editor and print the content or alternatively you can directly print from command prompt by using this command -

print print.txt

When your print is complete just remove the file.

Method -2 – Add a menu option in Explorer for printing Directory Listing -

If you frequently print listing of files you can add a menu option in context menu of Explorer for printing the file list stored in a folder,  to do so by using following steps -

1. Create a batch file called Printdir.bat.  To do so pen Notepad or another text editor and type (or cut and paste) following text:


» Continue reading Print File List by Right Clicking on Folder

Change Thumbnail Size and Quality in XP

Thumbnails are used to show a preview of image without opening the image in any Image Viewer or Editor. To Show thumbnails of pictures in Windows XP you have to enable thumbnail View. Once you enable Thumbnail view windows create a Thumbnail Database file (thumbs.db) in same folder and cache the thumbnails of images into this file. This way windows will show you preview of images faster next time you browse through same set of pictures.

If you like the Thumbnail view of images but not satisfied with quality or size of the thumbnails you can change default setting of these by using following registry hack.  (Always backup your registry before making any changes).

However Before changing these settings be sure that your computer have enough RAM and processing resources to handle these. As Thumbnail views can use a lot of system resources making your computer slow. If you increase the quality and size of thumbnail view, Browsing through files will require more time as building thumbnail is quite a slow process. Also if you have very large folders with thousands of images in it. Then it will be very time consuming and also your thumbnail cache can grow big.


» Continue reading Change Thumbnail Size and Quality in XP

How To Recover Administrator Password Using ERD Commander

Have you forgotten administrator password for your Windows 7/Vista/XP powered computer, now you are worried that you have to format and reinstall windows in order to gain access to your windows admin account. Well It happens with many of us and even though we have helped other in this we don’t take care ow our own password. We tend to forget and this is a normal human tendency.

But you can recover your forgotten password using Lock Smith utility which is part of ERD Commander tool by win internals. How to do that is explained below.

E.R.D. Commander by Win internals —

ERD Commander is part of the Microsoft Diagnostics and recovery Toolkit and can be downloaded from Microsoft’s site or other sources you know.  Among several method which can be used to Rest admin password in Windows 7/Vista/XP ERD commander is one of them.

This tool is very useful if you don’t have more than one working admin account in your windows installation and you lost password for that. Also You don’t have password reset disk as well as Windows Installation disk, or lost any or both of these.


» Continue reading How To Recover Administrator Password Using ERD Commander