Skip on down to the menu.
How To Have Command Line Completion Like In Unix/Linux
- Run RegEdit (Start | Run, type in regedit in the dialog box).
- Double click the folder HKEY_CURRENT_USER
- Double click the subfolder Software
- Double click the subfolder Microsoft
- Double click the subfolder Command Processor
- Double click the key value CompletionChar. These are listed on the right hand side of the window.
- Change the Value Data value to the ASCII value of the key you wish to use for command completion. Not all keys work. The recommended value is 9 decimal which is <TAB>.
- Quit RegEdit.