找回Windows7的“将此程序锁定到任务栏”功能(Pin to Taskbar / Pin to Start Menu)

找回Windows7的“将此程序锁定到任务栏”功能(Pin to Taskbar / Pin to St...

问题描述:

windows7默认设置下,左键单击左下角“开始”菜单,右键单击程序快捷方式,显示的右键菜单里面会出现“将此程序锁定到任务栏”(Pin to Taskbar)和“将此程序锁定到开始菜单”( Pin to Start Menu)两个选项,以方便windows用户直接在任务栏里面启用常用的软件或者文件夹,随着windows7使用者的增多,部分用户开始为了提高电脑整体运行性能而开始使用一些在XP和VISTA上面较为流行的系统优化软件,例如众所周知的“windows优化大师”、“360启动项管理”“windows7优化大师”等等,结果在优化完成之后出现了各种各样奇怪的问题,“将此程序锁定到任务栏”(Pin To Taskbar)功能消失或者直接拖曳开始菜单里面的程序快捷方式到任务栏无效就是其中一个比较典型的症状。

附注:

windows7 “Pin To Taskbar、Pin to Start Menu "功能描述:

You can pin a program directly to the taskbar so you can open it quickly and conveniently, rather than looking for the program in the Start menu.

Picture of a program's Jump List on the taskbarPin a program using its Jump List

To pin a program to the taskbar

  • Do one of the following:

    If the program is already running, right-click the program's button on the taskbar (or drag the button toward the desktop) to open the program’s Jump List, and then click Pin this program to taskbar.
    – or –
    If the program isn't running, click Start, find the program’s icon, right-click the icon, and then click Pin to Taskbar.

You can also pin a program by dragging the program's shortcut from the desktop or Start menu to the taskbar. Additionally, if you drag the shortcut of a file, folder, or website to the taskbar, and the associated program isn't already pinned there, then that program is pinned to the taskbar and the item is pinned to the program’s Jump List.

Notes

  • To remove a pinned program from the taskbar, open the program's Jump List, and then clickUnpin this program from taskbar.

  • Folders and shortcuts to folders appear in the Windows Explorer Jump List when opened or pinned.

  • You can pin a program from the Start menu to the taskbar, but not from the taskbar to the Start menu.

    解决办法:

    @echo off
    color 02 
    echo 请选择要执行的操作(1-删除,2-恢复,3-退出)
    set choice=
    set /p choice=请选择(1/2/3)按回车执行:
    if /i '%choice%'=='1' goto a
    if /i '%choice%'=='2' goto b
    if /i '%choice%'=='3' goto end
    :a
    reg delete HKEY_CLASSES_ROOT/piffile /v IsShortcut /f
    reg delete HKEY_CLASSES_ROOT/lnkfile /v IsShortcut /f
    taskkill /f /im explorer.exe
    cls
    explorer.exe
    :b
    reg add HKEY_CLASSES_ROOT/lnkfile /v IsShortcut /t REG_SZ /f
    reg add HKEY_CLASSES_ROOT/piffile /v IsShortcut /t REG_SZ /f
    taskkill /f /im explorer.exe
    cls
    explorer.exe
    :end
    exit

    将以上内容存为XX.bat 文件
    运行时选1表示除掉桌面图标上的小箭头
    2表示恢复,恢复后就可以在右键中看到这个“将此程序锁定到任务栏”了

    总结:

    不要随便使用一些系统优化软件对系统进行优化,对于专业人士可以采用手动或者工具+手动的方式进行一些必要的优化,然而对于非专业人士只要PC没有什么大的性能障碍,可以按照系统的默认设置使用,如果非要使用优化工具或者电脑爱好者,建议使用工具的同时注意这些优化工具里面的“备份”或者“恢复”功能,一般在优化的过程当中都有提示,万一优化之后系统出现问题,也可以使用“恢复”来还原以前正常的设置!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值