In Windows command line mode, the tab key is automatically configured.

Source: Internet
Author: User

In Linux, I used to use the tab key for Automatic completion. in windows, I always wanted to use this function,

Today, I finally learned how to set it. The method is very simple:

Manually modify the Registry as follows:

Run: regedit

Modify the registry key:

The value of "completionchar" in [HKEY_LOCAL_MACHINE/software/Microsoft/command processor] is 9.

Its initial value is 0.

If you do not have this key, create a new one. The type is REG_DWORD.

Or save the following content as a. reg file and import it to the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE/software/Microsoft/command processor]
"Autorun" = ""
"Completionchar" = DWORD: 00000009
"Defaultcolor" = DWORD: 00000000
"Enableextensions" = DWORD: 00000001
"Pathcompletionchar" = DWORD: 00000009

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.