To specify which shortcut-key that should be used for file- and directory-completion add/update these DWORD registry values:
Another way to get completion is to start Cmd.exe like this, where you will use CTRL+D(ASCII value 4) to complete pathname and CTRL+F(ASCII value 6) to complete filename:[HKEY_CURRENT_USER \Software \Microsoft \Command Processor]
CompletionChar= 9 (ASCII value for TAB)
PathCompletionChar= 9 (ASCII value for TAB)
More Info MS KB244407cmd /f:on
More Info MS KB310530
Leave a Reply