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.

  • 相关阅读:
    jQuery 在 IE 上 clone checkbox 的問題。
    C/C++ typedef用法
    C++继承
    map常用操作
    C++ JsonCpp 使用(含源码下载)
    string常用操作
    C++虚函数
    STL容器迭代过程中删除元素技巧(转)
    关于IE下用HTTPS无法下载/打开文件(转)
    C++STL概览
  • 原文地址:https://www.cnblogs.com/weihongji/p/4355426.html
Copyright © 2011-2022 走看看