Windows Desktop and folder right-click Open command-line window

Source: Internet
Author: User

Windows Desktop and folder right-click Open command-line window

1. Press SHIFT first, then right-click to run cmd (not Administrator privileges)

I've added the right button and the system has PS instead of CMD, so it's "open the Powershell window here

2. Instead of shift, in the blank space in the desktop and folder, click on the menu that appears with the right button and "Run command line with administrator privileges" Instead of the folder icon alone.

Save the following code as a '. reg ' file and then open the Allow to run and import the registry is OK.

Windows Registry Editor Version 5.00#Right-click on the folder [HKEY_CLASSES_ROOT\folder\Shell\cmd]@= "Open command line CMD here" "Icon" = "shell32.dll,24"[HKEY_CLASSES_ROOT\folder\Shell\cmd\Command]@= "cmd.exe/k cd%1" #Right-click inside the folder and on the desktop [HKEY_CLASSES_ROOT\directory\background\Shell\cmd2]@= "Open admin CMD Here" "Icon" = "shell32.dll,24"[HKEY_CLASSES_ROOT\directory\background\Shell\cmd2\Command]@= "cmd.exe/s/k pushd \"%v\ ""[HKEY_CLASSES_ROOT\directory\background\Shell\runas]@= "Open admin CMD Here" "Icon" = "shell32.dll,24"[HKEY_CLASSES_ROOT\directory\background\Shell\runas\Command]@= "cmd.exe/s/k pushd \"%v\ ""

Right-click on the folder:

The space in the desktop and folder, right-click:

Windows Desktop and folder right-click Open command-line window

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.