HKCU\Software\Microsoft\Command Processor
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0x0 | 0x1 - 0x1F | 0x20 | 0x40 |
Specifies a character that activates the filename completion feature in the command processor (Cmd.exe).
To specify a character, enter the hexadecimal value of an ASCII
control character other than 0x20 (space). For example, 0x4
represents
To change the value of this entry, use Command Processor (Cmd.exe).
Note
CompletionChar and PathCompletionChar can appear in HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. If both appear in the registry, the value of the entry in HKEY_CURRENT_USER takes precedence over the value in HKEY_LOCAL_MACHINE.
Tip
To enable or disable file name completion and
directory name completion for one use of the command processor, at
the command prompt, type CMD /F:ON (enable) or
CMD /F:OFF (disable). This command sets the completion
character to
For more information about the file name completion feature, at a command prompt, type CMD /?
Related Entries
CompletionChar in HKLM