XP에서는 UNIX 머신처럼 Tab키로 파일이름을 자동 완성할 수 있지만 Windows 2000에서는 기본적으로 빠져있다. 다음 팁을 사용하면 2000에서도 동일하게 사용할 수 있다.
- 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
또 다른 방법은 Command Prompt 실행시 cmd /F:ON 으로 한 다음 Ctrl+F 키를 사용하는 건데 이건 좀 복잡한 듯.