Making IE6 run in full screen – always

Here is a registry hack useful for XP machines that are used in lobby or for some display purposes that use internet explorer. Let’s take a look at how to always run Internet Explorer 6 in full mode: 1. Open registry editor (Start>Run>regedt32.exe) 2. Navigate to HKEY_CURRENT_USER>Console, find ‘fullscreen‘ change the value from 0 to …

Using tree command

Suppose we need to find out quickly what all sub directories with their files are under a directory without going to Windows explorer to do that or even using the dir command.Is it possible? Yes indeed.We can find out the details from the beloved command prompt using the “tree”. This command comes in handy when …

How to speed up Start Menu in XP

This one is an old but useful hack for making the Start menu appear as quickly as you click on it in Windows XP. By default,a delay value of 400 is associated with the registry key of MenuShowDelay(HKEY_CURRENT_USER Control Panel Desktop MenuShowDelay). To change this default value: 1.Open registry editor (Start>Run>regedt32) (Backup the registry first …