REGEDIT4 ; NT-TAB.reg -- Sets the NT Command Completion Character to TAB ; Use "RegEdit /s NT-TAB.reg" for silent installations ; v1.0 1998-10-22 JP Vossen http://www.jpsdomain.org/ ; v1.1 2001-09-06 JPV Added PathCompletionChar ; v1.2 2003-03-30 JPV Added .DEFAULT and SOFTWARE sections [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "CompletionChar"=dword:00000009 "PathCompletionChar"=dword:00000009 ; Can also do this if you have the permissions ;[HKEY_USERS\.DEFAULT\Software\Microsoft\Command Processor] ;"CompletionChar"=dword:00000009 ;"PathCompletionChar"=dword:00000009