Right-click a shortcut file (lnk file) and choose "Open folder" from the shortcut menu"

Source: Internet
Author: User

Right-click the shortcut file (lnk file) and choose "Open folder" from the shortcut menu to open the folder where the shortcut is located. On the Windows Server platform, right-click the shortcut file, select "open file location ". However, on a non-Windows Server Platform (the XP system used by the landlord), this option is not available. You only need to right-click and select "properties ", click "search target" on the shortcut page of the file Properties dialog box. You can modify the Registry on www.2cto.com so that the right-click menu can also directly open the file location. Add the following registry file to the Registry. [Plain] Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT \ lnkfile \ shell \ open the Folder \ command] @ = "cmd/c mode con cols = 14 lines = 1 & type \" % 0 \ "| find/I \": \ "| findstr/I \" ^ [a-z] \ "> \" % temp % \\~~ AutoOpenDir.txt \ "& for/f % a in (% temp % \\~~ AutoOpenDir.txt) do start % ~ Dpa & del \ "% temp % \\~~ AutoOpenDir.txt \ "" has the following effects:
 

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.