TomRed.net

  • Increase font size
  • Default font size
  • Decrease font size
Subscribe Bookmark and Share
Home Tutorials Java Windows Dos Command line Tab Completion

Windows Dos Command line Tab Completion

User Rating: / 0
PoorBest 

This was provided by a colleague of mine, Juan Hernandez Gomez. Thank you.
Anyone who is familiar with linux/unix will be aware of the tab completion features when using the command line. Windows also provides such a feature but it is disabled by default. To make this change you will be making a registry change. You should save a copy of the registry before making any changes. You may need to log in as an Administrator to make these changes. 

  1. In type regedit(or regedit32) to start Regedit.
  2. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor
  3. In the right pane, double click on CompletionChar.
  4. Change the Value data to 9.
  5. Click OK and exit Regedit.

On opening a new cmd window you will find that you can now use the tab for completion.