Win10快捷方式圖標(biāo)小箭頭怎么去掉?每次安裝系統(tǒng)后都會喜歡新的去掉桌面快捷方式小箭頭,同樣這次win10也不例外,下面百事網(wǎng)小編就為大家?guī)韜in10快捷方式小箭頭去掉方法,希望對大家有所幫助。
去除win10快捷方式小箭頭方法
新建一個txt文本文檔,然后把以下命令復(fù)制到其中:
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
保存之后,把這個文本文檔重命名為后綴擴(kuò)展名為bat的批處理文件,然后運(yùn)行它即可