工具/原料
电脑 win7
方法/步骤
1、首先,在桌面最下角,点击“开始”图标,点击“运行”。
2、弹出运行对话框,分别按顺序在输入框中复制粘贴下面三行。
cmd /k reg add "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f
cmd /k reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f
cmd /k taskkill /f /im explorer.exe & explorer.exe
3、完成后,重启电脑,任意打开一个应用,在任务栏下方右击,即可出现“将程序锁定到任务栏”。
操作步骤如下:
1、点击开始,点击运行;
2、输入cmd,点击确定;
3、依次输入以下命令,按下回车:
cmd /k reg add "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f
cmd /k reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f
cmd /k taskkill /f /im explorer.exe & explorer.exe
4、输入exit退出即可。
按WIN键(就是windows标徽键)+R键或者直接打开“运行”,输入下面几行字。
cmd /k reg add "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f
cmd /k reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f
cmd /k taskkill /f /im explorer.exe & explorer.exe
分拿来吧~
网上找的
echo Windows Registry Editor Version 5.00>>%temp%\shuaige.reg
echo [HKEY_CLASSES_ROOT\lnkfile] >>%temp%\shuaige.reg
echo “IsShortcut”=”">>%temp%\shuaige.reg
echo [HKEY_CLASSES_ROOT\piffile] >>%temp%\shuaige.reg
echo “IsShortcut”=”">>%temp%\shuaige.reg
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] >>%temp%\shuaige.reg
echo “29〃=”C:\\\\Windows\\\\System32\\\\shell32.dll,50〃>>%temp%\shuaige.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] >>%temp%\shuaige.reg
echo “29〃=”C:\\\\Windows\\\\System32\\\\shell32.dll,50〃>>%temp%\shuaige.reg
taskkill /f /im explorer.exe
regedit /s %temp%\shuaige.reg
del /f /s /q %temp%\shuaige.reg
start C:\Windows\explorer.exe
将上面命令直接保存为批处理,后缀为.bat或.cmd,运行即可解决无法锁定到任务栏的问题
或者你将图标直接拖到任务栏就OK了,简单而不伤脑筋。
huangli61 好厉害啊,我用你的方法弄好了