Posts Tagged ‘Tips’

Using the Mouse to Copy Command Prompt Text to Clipboard

A useful tip for mousers. Earlier we saw how to copy Command Prompt output to the Windows Clipboard. Did you know that you can accomplish the same using your pointing device (mouse)? Also, you can select a particular section (word or line) and copy it to the Clipboard. Here is how to do so.

1. Create a Command Prompt shortcut (cmd.exe) on the Desktop.

2. Right-click on the Command Prompt shortcut and choose Properties

3. In the Options tab, enable QuickEdit mode, and click OK.

4. Open a Command Prompt window (using the custom shortcut) and type a command.

5. To copy the output, select the text area using the mouse pointer and click the right-mouse button (or press ENTER.)

This tip applies to Windows Vista & Windows 7 as well.

Editor’s note: The above setting works only if you access the Command Prompt using the desktop shortcut that you created earlier. In one of the upcoming articles, we’ll instruct how to make the Quick Edit setting enabled by default, so that it works irrespective of the method you use to access the Command Prompt.

How to Disable Explorer Search Box Suggestions in Windows 7

Earlier we saw how to clear the search MRU entries in Windows 7. Are you one of those who find the Search Box suggestion pop-ups annoying, and don’t require this feature? Here is a registry edit which disables the search box suggestions in Windows Explorer.

1. Click Start, type Regedit.exe and press ENTER

2. Navigate to the following branch:

HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Windows \ Explorer

Note: The above key may not exist by default, and you may need to create the above branch manually.

3. Create a DWORD value named DisableSearchBoxSuggestions

4. Double-click DisableSearchBoxSuggestions and set its data as 1

5. Exit the Registry Editor.

This setting disables suggesting recent queries for the Search Box and prevents entries into the Search Box from being stored in the registry for future references.

Registry Fix

To automate the above download w7-disable-search-suggest.zip, unzip and run the enclosed REG file. To reverse the changes run the file undo.reg

Using the Group Policy Editor

This is only for Windows 7 editions that include the Group Policy Editor.

1. Launch the Group Policy Editor (gpedit.msc)

2. Navigate to the following branch:

User Configuration | Administrative Templates | Windows Components | Windows Explorer

3. Set Turn off display of recent search entries in the Windows Explorer search box to Enabled

4. Exit the Group Policy Editor.

Note: If you enable this policy, Windows Explorer will not show suggestion pop-ups as users type into the Search Box, and it will not store Search Box entries into the registry for future references. If the user types a property, values that match this property will be shown but no data will be saved in the registry or re-shown on subsequent uses of the search box.

How to Remove “Always Use the Selected Program” Option From Open With Dialog

The Open With dialog in Windows allows you to open a file using different programs. Also, you can create or change the file type association by selecting the "Always use the selected program to open this kind of file" checkbox in the Open With dialog. Sometimes, users wrongly associate file types and end up having to fix the associations manually. To prevent this, you can remove the "Always use the selected program to open this kind of file" checkbox so that file type association using Open With dialog is not possible.

1. Launch Regedit.exe and navigate to the following branch:

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer

Note: If the above branch does not exist, you need to create it manually.

2. Create a new DWORD value named NoFileAssociate

3. Double-click NoFileAssociate and set its data to 1

4. Exit the Registry Editor.

The above registry change effects the current user account only. To implement the change for all users (machine-wide), create the NoFileAssociate value in the following branch:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer

Additional Information

The above edit when used in Windows 2000/XP, results in a grayed out "Always use the selected program…" checkbox. Whereas in Windows Vista & Windows 7, the checkbox is removed completely.

Windows Easy Transfer Wizard Runs When Double-Clicking a Drive in Windows XP

After using the Windows Easy Transfer wizard to collect files and settings in the source computer running Windows XP, you may notice that the Windows Easy Transfer wizard runs every time when the drive is double-clicked in My Computer. Also, the drive icon is changed, representing the Windows Easy Transfer program icon.

(more…)

How to Adjust Aero Peek Desktop Preview Mouse Hover Delay in Windows 7

Aero Peek is a new feature introduced in Windows 7, which allows you temporarily view the desktop, without having to minimize all the open windows. You can temporarily preview the desktop by moving the mouse pointer over the Show desktop button at the end of the taskbar. The default hover delay is 1 second. If this time is too short for you, you can delay it further more to avoid accidental preview of the desktop, using the registry hack discussed in this article.

(more…)

How to Disable Internet Explorer 8 Welcome Screen (Tour and RunOnce) for All Users

When you open Internet Explorer 8 the first time, you’ll see the Set Up Windows Internet Explorer 8 screen asking you to configure the search and accelerator settings. After configuring the settings, a new tab window opens automatically, redirecting to Microsoft Internet Explorer 8 Website. This article tells you how to disable the Internet Explorer 8 Tour (Set up & Welcome screen) for all user accounts.

(more…)

How to Remove the “Download Windows Search” Prompt in Internet Explorer 8 Address Bar

When you type something in the Internet Explorer 8 Address bar, you may be prompted with the message Download Windows Search to improve history and favorites results. This message is shown in systems where Windows Search is not installed or if it is disabled. I’m sure there are still a lot of users who prefer not to install Windows Search, and want to remove the annoying "Download Windows Search" prompt in IE8.

Microsoft KB968513 instructs to download Windows Search in order to remove the prompt, but does not tell how to remove the prompt without having to install or enable Windows Search. That’s the reason I wrote this article. (more…)

How to Disable the Empty Recycle Bin Confirmation Box in Windows 7

Earlier we saw how to disable the confirmation window when emptying the Recycle Bin in Windows XP and Windows Vista. Here is a Registry hack to accomplish the same in Windows 7, using the excellent NirCmd tool. This registry hack replaces the Empty Recycle Bin command with NirCmd command-line so that the Recycle Bin can be emptied silently without any prompts. This also works from the Recycle Bin Tasks pane. (more…)

How to Add Icons to Custom Right-Click Menu Options in Windows 7

When working with Windows 7 RC this week, I stumbled upon another nice and useful feature which I thought I should write about. Windows 7 allows you to add icons to your custom right-click (static) menu entries. Usually, to display a right-click command with an icon, one needs to write a context menu handler Shell Extension (DLL). Now, you can assign icons for static menu items as well, without having to program anything. (more…)

Free Up Hard Disk Space After Installing Windows Vista Service Pack 2

After installing Windows Vista Service Pack 2, you can use the Windows Component Clean Tool (COMPCLN.exe) to remove the archived files. This tool also removes the files that were archived after Windows Vista SP1 was applied. You can free up more than 1 GB of disk space (if the Vista SP1 Files Removal Tool VSP1CLN.EXE was not already used.) When COMPCLN.EXE was run in a system in which VSP1CLN.EXE was already run, it freed up 440 MB of disk space approximately. (more…)