How do I enable folder name completion?

John Savill

June 11, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. You can set the registry entry HKEY_CURRENT_USERSoftwareMicrosoftCommand ProcessorCompletionChar to 9 and use the Tab key to enable filename completion. However, you can use another setting to enable path completion (but not filename completion). To do so, complete the following steps:

  1. Start the registry editor (regedit.exe).

  2. Move to HKEY_CURRENT_USERSoftwareMicrosoftCommand Processor.

  3. From the Edit menu, select New, then DWORD value.

  4. Enter the name PathCompletionChar.

  5. Double-click New Value, and set the value to the desired key (4 sets to Ctrl+D).

  6. Click OK.

  7. Close the registry editor.

You don't need to restart Windows; just start a new Command Prompt window (cmd.exe).

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like