windows打开任务栏固定软件显示该文件没有与之关联的程序来执行该操作.请安装应用,请在“默认应用设置”..关联

原因:

清除快捷方式小箭头引起的

解决方法:

一、创建文本文档

二、复制以下内容到文本

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格式

四、以管理员方式运行

你可能感兴趣的:(windows打开任务栏固定软件显示该文件没有与之关联的程序来执行该操作.请安装应用,请在“默认应用设置”..关联)