win10及win11去除快捷方式小箭头的命令及解决办法
发表于:2024-02-16 | 分类: Windows操作系统

去除win10的快捷方式小箭头(不能用在win11操作系统)

这是用在win11的报错内容:
win11固定在任务栏的应用该文件没有与之关联的应用来执行该操作

1
2
3
4
5
@echo off
reg delete HKCR\lnkfile /v IsShortcut /f
reg delete HKCR\piffile /v IsShortcut /f
reg delete HKCR\InterShortcut /v IsShortcut /f
taskkill /f /im explorer.exe && explorer

win11固定在任务栏的应用该文件没有与之关联的应用来执行该操作

1. 问题现象

win11我们固定在任务栏的图标点击之后就出现这样的提示【该文件没有与之关联的应用来执行该操作……】弹窗,甚至连系统自带的文件管理器都打不开了。

这是因为我们按照win10的方式去除快捷方式小箭头的方式对win11并不适用。按照win10去除小箭头之后,就会造成这个问题

2. 恢复win11快捷方式小箭头

右键新建 【恢复小箭头.bat】文件
右键刚才新建的脚本文件,用记事本打开,内容复制粘贴如下

1
2
3
4
5
6
taskkill /f /im explorer.exe
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /t reg_sz /f
reg add "HEKY_CLASSES_ROOT\piffile" /v IsShortcut /t reg_sz /f
start explorer

以管理员身份运行【恢复小箭头.bat】

3. 去除win11快捷方式小箭头

右键新建 【去除小箭头.bat】文件

右键刚才新建的脚本文件,用记事本打开,内容复制粘贴如下

1
2
3
4
5
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer

​ 3. 以管理员身份运行【去除小箭头.bat】

上一篇:
windows10/11家庭版升级成专业版
下一篇:
Windows11的专业版激活密钥