How to Enable Quick Edit Mode in the Command Prompt by Default

We saw how to use the mouse to copy Command Prompt text to the Windows Clipboard, by enabling the Quick Edit option in Command Prompt shortcut properties. What if you don’t use a desktop shortcut to open Command Prompt, and rather run cmd.exe directly? Here is a registry edit which enables Quick Edit option by default for Command Prompt. This works regardless of the methods you use to open the Command Prompt window.

This article was edited on Sep 24 2009 to include the method suggested by reader Mike (Thanks, Mike. I’ve clearly overlooked the GUI option.)

Enable Quick Edit by default in Command Prompt

Using the GUI

1. Open a Command Prompt window (cmd.exe)

2. Bring up the menu by clicking the top left corner (or press ALT + Spacebar)

3. Click Defaults

4. In the Options tab, place a checkmark near Quick Edit Mode

5. Click OK.

Using the Registry Editor

1. Launch Regedit.exe and navigate to:

HKEY_CURRENT_USER \ Console

2. Double-click QuickEdit and set its value data to 1

3. Exit the Registry Editor.

This has been tested in Windows XP, Windows Vista & Windows 7, and may work in other Windows Operating Systems as well.

Registry Fix

To automate the above steps, download quickedit.zip and run the enclosed REG file.

Related Posts


Email SubscriptionPrefer an E-mail subscription?

Enter your email address:

Delivered by FeedBurner

5 Comments

  1. Nikolai PK
    said this on Thursday, March 11th 2010 5:45 am

    I just took a closer look at Ramesh’s article. I don’t know why I hadn’t noticed this before; perhaps it was too subtle…

    I was accustomed to selecting the Properties option from either the CMD window or the shortcut icon for launching it. What Ramesh said — and I overlooked — was to select the DEFAULTS option from the CMD window menu.

    Yes, that changes the default for all subsequent CMD windows however they are launched, and without the dangerous microsurgery of using the Registry Editor.

    I’m still not sure whether I can get my users to accept the step of editing the Defaults, but it does have the advantage of only being required once, rather than being needed for every window in the batch, for every run of the script.

    I would still prefer to find a way to have the script make the setting, if that’s possible.

    Also, while I’m at it, to specify the Window Position (a different one for each window launched by the script, and not the ones the System chooses when it automatically positions the windows…). But maybe this is a question for another forum.

  2. Nikolai PK
    said this on Wednesday, March 10th 2010 5:58 am

    I am writing a batch-script for users who will find QuickEdit highly helpful, but who cannot be counted on to set properties or edit the Registry.

    To complicate the matter, the script launches a number of CMD windows; they come up with default settings only and it would be impractical — to say the least — to go to the properties menu for each one.

    I could supply a shortcut/icon to run the script, and I could pre-configure it with the desired properties, but I have not found a way to make the newly-launched windows inherit those properties. Likewise when I run the script from a pre-configured CMD window, the properties are not inherited.

    My other alternative would be to include something — like a switch to CMD or START — that would set the QuickEdit option in the line of the batch-script, but so far I haven’t found a way to do that either.

    And, of course, using an alternative shell-language (BASH, CygWin or the like) is not an option.

    Any advice would be gratefully appreciated.

    Thanks in advance.

  3. Windows Quick Edit
    said this on Wednesday, February 17th 2010 4:14 pm

    Nobody knows about this feature ?
    I just recently found this while using cygwin.

  4. John Dangerbrooks
    said this on Saturday, October 3rd 2009 6:54 pm

    Maybe its either my memory or just deja vu but I strongly believe you have posted this before.

  5. Mike
    said this on Wednesday, September 23rd 2009 6:19 pm

    Or you could just run cmd, click the top left corner, select “Defaults”, put a check in “QuikEdit Mode” and click ok and you’re done.

Leave a Reply