Tab completition in Windows
Posted Thu, 21st Sep at 3:09 PM
Get tab working in your windows command line like it does in linux:
Tab completion
Hit the “Start” button
Select “Run”
enter “regedit”, hit OK
Expand “My computer” (by clicking the little [+]
beside it)
Expand HKEY_LOCAL_MACHINE
Expand SOFTWARE
Expand Microsoft
Expand Command Processor
Double-click “CompletionChar”
Replace the value that’s there with 9 (which is the
ASCII equivalent of the TAB key)
Click OK
Easy as pie. :-)