把下方的命令复制到文本文件,转为bat文件,管理员身份运行,解决。
缘由:删除快捷小箭头引起的毛病,点击任务栏让你关联啥的。
taskkill /f /im explorer.exe
reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /d “C:Windowssystem32imageres.dll,154” /t reg_sz /f
reg add “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /d “C:Windowssystem32imageres.dll,154” /t reg_sz /f
reg add “HKEY_CLASSES_ROOTlnkfile” /v IsShortcut /t reg_sz /f
reg add “HEKY_CLASSES_ROOTpiffile” /v IsShortcut /t reg_sz /f
start explorer
复制下面这个bat 命令运行 ,去掉小箭头,任务栏也正常
reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /d “%systemroot%system32imageres.dll,197” /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h “%userprofile%AppDataLocaliconcache.db”
del “%userprofile%AppDataLocaliconcache.db” /f /q
start explorer
pause
- 最新
- 最热
只看作者