.NET musings, news, and product reviews courtesy of the Averetek development team.
This is an oldie but goodie. I spend a lot of the time working at the command line, and since I'm a two-fingered typist I'll take any shortcut I can find to save keystrokes. Here's a cool registry hack that I stumbled across some time back that forces the command processor to complete your command with the [TAB] key.
- Go to Start > Run and type regedit.
- Expand the My Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\
Command Processor node. - Double-click the CompletionChar key and set Value Data to 9.
- Close the Registry Editor.
Start the Command Processor, type cd \[TAB] and watch the magic. Subsequent [TAB] key presses will cycle through the available items alphabetically.
To my knowledge this works on all versions of Windows since NT 4.0.