每次安装系统后都会喜欢新的去掉桌面快捷方式小箭头,同样这次win10也不例外,那么win10快捷方式小箭头怎么去除呢?下面就为大家一重快读去掉win10快捷方式小箭头方法希望对大家有所帮助。
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
pause