Friday, January 9, 2009

Auto Complete Feature in command mode


You have the auto completion feature in Windows XP and Windows 2003 ( I am not aware of other versions..). use CTRL+D  and CTRL+F to enjoy this cool feature.
Reg keys:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"AutoRun"=""
"CompletionChar"=dword:00000040
"DefaultColor"=dword:00000000
"EnableExtensions"=dword:00000001
"PathCompletionChar"=dword:00000040

Want to change the keys?.. change the CompletionChar key and PathCompletionChar key

No comments:

Post a Comment