Tech Tip: Enable command-line completion
Takeaway:
The command line is an integral part of Windows NT system administration. To enable command-line completion, there are a couple of methods you can use: wildcards and the [Tab] key.
For example, to switch to your system’s Program Files folder, type cd \progra* at the command line and press [Enter]. Using this wildcard will place you in the Program Files folder unless another folder matches the string. In that case, you’ll be placed in the first match. It’s also possible to use command-line completion with the [Tab] key.
Here’s how to enable this feature:
- Start the Registry Editor (Regedit or Regedt32).
- Browse to HKEY_CURRENT_USER\Software\Microsoft\Command Processor.
- Locate the CompletionChar value and set it to 9, which is the value for the [Tab] character in ASCII.
- Exit the Registry Editor.
Start a command prompt and type cd \ Program{tab} from the root of the system volume. You should end up with cd "C:\Program Files" as a result. Make sure you leave a space between the \ character and cd, or the procedure won’t work.
Note: Editing the registry is risky, so be sure you have a verified backup before making any changes.
SponsoredWhite Papers, Webcasts, and Downloads
- Voice over IP Manageability: Architecture Matters ShoreTel
- IP Telephony Executive Guide 2007 ShoreTel
- PS Series Groups: Deploying Microsoft SQL Server in an iSCSI SAN Dell EqualLogic
- Voice over IP and Productivity: How IP Telephony Enables Experts and Support Staff to Be Seemingly Everywhere at Once ShoreTel
- Satisfied with Your Phone System? Leading Company Tells You How It's Done ShoreTel
Article Categories
- Security
- Security Solutions, IT Locksmith
- Networking and Communications
- E-mail Administration NetNote, Cisco Routers and Switches
- CIO and IT Management
- Project Management, CIO Issues, Strategies that Scale
- Desktops, Laptops & OS
- Windows 2000 Professional, Microsoft Word, Microsoft Excel, Microsoft Access, Windows XP,
- Data Management
- Oracle, SQL Server
- Servers
- Windows NT, Linux NetNote, Windows Server 2003
- Career Development
- Geek Trivia
- Software/Web Development
- Web Development Zone, Visual Basic, .NET

