zoukankan      html  css  js  c++  java
  • EV: Remove "Shortcut" Text From New Shortcuts in Windows 7 or Vista

    Keywords: shortcut, registry, windows

    A source of annoyance for many Windows users is the ” – Shortcut” text that is added to the name of newly created shortcuts, and every time you have to manually edit the shortcut and remove that text. Wouldn’t it be great if there was a registry hack for this?
    Most long-time geeks will remember that there was a hack for Windows XP, and probably already know that the same hack works in Windows 7 or Vista as well.

    Open up regedit.exe through the start menu search box, and then browse down to the following registry key:

    HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer

    On the right-hand side you’ll find a key that is just called “link”, with a default value of 1e 00 00 00. Open this key up and change the 1e to 00 instead, leaving you with 00 00 00 00.
    You’ll have to log off and then back on to make this change take effect. Please note that this won’t affect existing shortcuts, only shortcuts that you create from now on.

    To change the setting back, just change back to the 1e value, log off and back on.

  • 相关阅读:
    测试用例的设计
    测试经理的职责
    如果开发认为这不是bug,对QA来说应该怎么处理?
    我选择测试的过程
    API的知识点
    测试人员需要的技能
    时区转换的计算方式
    学习能力的必需
    制图工具
    JSON序列和反序列1
  • 原文地址:https://www.cnblogs.com/weihongji/p/4355426.html
Copyright © 2011-2022 走看看