Open the Start Menu faster

The Start Menu in Windows seems to open fast using this trick.
Open the registry editor by going to Start ->Run ->regedit. Navigate to HKEY_CURRENT_USER\ControlPanel\Desktop. Double-click on MenuShowDelay and set it to ‘0′.

Closing a number of applications at once in Windows

To close many Windows at once in Windows 7/Vista/XP, keep the [Ctrl] key pressed and select all the windows you want to close in the taskbar. Then leave the [Ctrl] key, and right-click on the last selected taskbar entry. Select “Close group” from the context menu that appears.

How to change drive letters in Windows

Windows 7 logoAfter plugging in external drives or after adding optical drives and hard drives, Windows automatically assigns a drive letter to them. Usually, the system drive is assigned the letter C: and other drives are assigned subsequent incremented letters.

It is possible to change this auto-assigned drive letter in Windows 7/ Vista/XP. Right-click on My Computer and select “Manage”. Under Computer Management, select “Disk Management”. The right pane will contain the list of drives with the “CD-ROM” drives listed at the bottom.

Assign Drive Letter

Now, right-click on the drive whose letter needs to be changed and select “Change drive letters and paths…”. Click on “Change”, select “Assign the following drive letter” and select the required drive letter.

Note that the system drive letter cannot be changed.

Turn on Topic Reply Notification by default in phpBB

In phpBB3, topic reply notification is set to “Off” by default. Unlike vBulletin, where you are automatically subscribed to threads which you reply to, in phpBB, you have to manually check “Notify me when a reply is posted” from the “Post reply” page to subscribe.

However, there is an easy file edit that will keep “Notify me when a reply is posted” checked by default when posting a reply.

Open ‘includes/functions_user.php’:

Find :

      'user_notify'         => 0,

Replace with :

      'user_notify'         => 1,

After this edit, users will be automatically subscribed to threads while replying.

Enable display of older help files in Windows 7 and Vista

Windows Help

Ever since Windows 3.1, Microsoft has included the Windows Help program (WinHlp32.exe) with new releases. Starting with Windows Vista, Microsoft doesn’t bundle the Windows Help program used to view .HLP files meant for older Windows programs with the OS. Apparently, Microsoft made this decision because the program hasn’t had a major update for many years, and it did not meet their standards for new Microsoft programs. But for customers who still rely on 32 bit .HLP files, Microsoft offers this as a separate download.*

Download links :

After installing the program, Windows should be able to correctly display .HLP files.

Note: Sometimes, due to an error in the macro commands, a lock is activated on the application. To unlock it, navigate to ‘HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WinHelp’ and create a new DWORDValue. Enter the name as ‘AllowProgrammaticMacros’ and set the value to 1. The application will be unlocked.

* You need to undergo genuine Microsoft validation to download the files.