Jun 1, 2009

Change the size and quality of thumbnails in Windows XP

thumbnail size increase

While navigating through different folders in Windows Explorer, sometimes it feels that the default thumbnail size of images should be a bit bigger. Or some may insist on having the thumbnail  smaller than its preset size, especially if it is taxing on their system. Here is a registry tweak you can do to change the thumbnail size as well as its image quality in Windows Explorer. Here is how to do it:

1. Click Start > Run and type regedit

2. In the registry window, go to the following location:

HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer

Create a new DWORD value called ThumbnailSize, and set the value between 32 and 256.

And/or create another DWORD value called ThumbnailQuality, and set the value between 50 and 100.

You can do the same thing using TweakUI utility also. 

Click on Explorer and then click Thumbnials. Move the slider to change the image quality of thumbnail and put any value between 32 to 256 in the thumnail size option. Click Apply and check for changes. You may need to go back to the previous folder and then return to the folder containing thumbails to see the change. 

increase size of thumbnail, increase photo preview size

May 23, 2009

Find out how long your system has been running

Do you want to know how long has your system been running? This is a very simple method to find out the system uptime along with other important information such as product id, system model, system type, pagefile location etc.

Just follow these steps:

1.Click Start > All Programs > Accessories > Command Prompt
2.In the command prompt window, type systeminfo
3.A list of valuable information about your PC is shown

To bring the Command Prompt window, you can also follow this step:

1.Click Start > Run

2.In the Run dialog box, type cmd to open the command prompt window

system uptime

May 22, 2009

How to hide your hard disk partitions

I have always wished that I could hide my hard disk's partitions. This can be a good way of protecting your important files from the people around you who never miss any opportunity to sneak into your PC. Or it can be a really funny and maybe a cruel prank for someone who is still a novice to computers! But someone smart enough to disable this registry tweak or simply by using a little bit of common sense can have access to your drives in no time. So this is not the best way to hide your stuff from people hoping nobody will find it. I would recommend it to be played as a prank.

This trick hides all your local or networked drives. It does not deletes or disables them. So rest assured you can get them back the way they were before. This is how you hide your drives:

1.Open Start > Run and type regedit. The registry editor window opens up.

2.Find your way to HKEY_CURRENT_ USER\Software\ Microsoft\ Windows\Curre ntVersion\Policies\ Explorer.

3.In the right hand side pane, create a new DWORD value and set its value as 3FFFFFF (Hexadecimal)

hide your hard disk partitions

4.Now close window and restart your computer.

5.When the PC starts, open My Computer. All your drives would have gone. Only the Document folders will be there. But if you enter the path of any folder located in any drive such as C:/Program Files/Microsoft you can open that folder. So, anyone brainy enough to think of this can enter any drive.

6.To enable display of drives in My Computer as it was before, just delete the DWORD entry that you created in the registry editor and restart your PC.