Alexander’s Blog

September 13, 2006

Speed Up Start Menu Search in Windows Vista

by @ 12:10 pm. Filed under Desktop, Registry, Windows Vista

In Windows Vista, when you use the search feature, Windows automatically includes the file index search, which can be huge because it includes all the searchable files on your computer. To speed the search process in Windows Vista, you can modify the registry per instructions below.

1. Start the registry editor (regedit.exe).
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
3. Double-click Start_SearchFiles in the right-hand pane.
4. Set Value data to 0.
5. Restart your computer.

Keep in mind that by modifying the search this way you are reducing the scope of the search to exclude hard drive files. If this is not what you want to do, then you may want to leave the registry setting to the default.

July 5, 2006

Take Advantage of “File and Directory Name Completion” Feature

by @ 11:31 am. Filed under Desktop, Tips & Tricks

If you are tired of typing long directory names in Windows, you should take advantage of a feature called “File and Directory Name Completion”. This feature can speed up your navigation when you use the command prompt. The two hot keys that you use to invoke this feature are CTRL+F and CTRL+D. Here’s how it works.

You can enable this feature by starting a command prompt with the /f:on switch. Click Start, Run, and in the Open box type cmd /f:on. Now to use the file completion feature type any executable command and press CTRL+F. For example, if you are in \Windows folder and you want to change directory to “IIS Temporary Compressed Files” folder, simply type cd i and press CTRL+F. You’ll notice that the rest of the characters (IS Temporary Compressed Files) are automatically filled for you.

To make life even easier, try this trick. This is the ultimate time saver because you don’t even need to know the exact name of a folder to use this technique. It will list all the folders for you. If you simply type cd and press spacebar, then hold down the CTRL key and keep on clicking D (or F), you will cycle through all the possible folders. Remember to use the spacebar after typing cd.

The preferred method is to modify the shortcut that starts the command prompt by adding the /f:on switch. Go to Start, Programs, Accessories, right-click Command Prompt and select Properties. Click on the Shortcut Tab and type /f:on at the end of the command in the Target box so it looks like this:

%SystemRoot%\system32\cmd.exe /f:on

This technique works on Windows 2000/XP/2003.

January 4, 2006

Add “Empty Recycle Bin” to your Right-Click Menu

by @ 11:50 am. Filed under Desktop, Registry, Security/Firewalls, Tips & Tricks, Windows Vista, Windows XP

If you want to quickly empty your recycle bin, instead of minimizing the desktop and going to the Recycle Bin you can simply right click any file on your computer and select Empty Recycle Bin. Here’s how.

Save the following entries in a text editor as a .REG file (e.g. emptybin.reg). Logon with an account that has administrative privileges. Double-click the .reg file to modify the registry. You will be prompted to add the information to the registry. You should see the Empty Recycle Bin added to the context menu for all files.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
@=”Empty Recycle Bin”

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Empty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Empty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Empty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Empty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

I’ve tested this successfully on Windows XP Professional computers. If you can’t get it to work, feel free to contact me.

Update: May 23, 2007: I tested the .reg file successfully on 32-bit Windows Vista.

Contact E-mail | Terms of Use | Privacy Policy

Copyright ©2010 Zubair Alexander. All rights reserved.

Internal Links

Search Blog

Categories

Archives

May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

RSS Feeds

TechGalaxy Visitors

25 queries. 0.418 seconds