每次安裝系統(tǒng)后都會喜歡新的去掉桌面快捷方式小箭頭,同樣這次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