Auto completion on win2k

How to Enable Auto-Complete Feature In The Command Prompt
It’ll turn on the auto-complete feature so when you type ‘cd d’ and hit the tab key, the console will display the list of folders that begin with the ‘d’ letter, and you’ll be able to choose the one you’re looking for, right from the console instead of typing its path.
1. Log on as Administrator,
2. Click Start, and then click Run,
3. Type Regedit and OK,
4. Double click HKEY_LOCAL_MACHINE,
5. Double click SOFTWARE,
6. Double click Microsoft,
7. Double click Command Processor,
8. In the right pane of Regedit, double click the ‘CompletionChar’ DWORD value,
9. Type 9 click OK,
10. Close Regedit,
11. Click start/programs/accessories/command prompt,
12. Type ‘cd d’ and hit the Tab key: the first folder that matches the ‘d’ letter is displayed (you can switch from folders pushing several times the Tab key).

Leave a Reply

Your email address will not be published. Required fields are marked *