Turn On Auto-Complete For Command Prompt
if I am typing in C:\Program Files\, I would just need to type in C:\Prog and then press the TAB key. It will automatically appear “C:\Program Files\” in the command prompt.
How to enable auto-complete for command prompt
Step 1: Click on Start, then Run and type in regedit
Step 2: Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
Step 3: Double-click on the “CompletionChar” key and change the value to 9
Now you can use the TAB button to auto-complete in command prompt.
Popularity: 3%




