win10完美去除快捷方式小箭頭的方法

2021-08-04 02:55:04 字數 615 閱讀 7011

1.去掉小箭頭

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

start explorer

pause

複製上面的**。新建乙個文字檔案。貼上後另存為.bat檔案,然後以管理員身份開啟。

ok!2.恢復小箭頭

reg delete "hkey_local_machine\software\microsoft\windows\currentversion\explorer\shell icons" /v 29 /f

taskkill /f /im explorer.exe

start explorer

pause

同理,將上述**另存為.bat檔案,管理員身份開啟。就可恢復小箭頭了。

這種方法不會導致任何問題可放心使用。

win10完美去除快捷方式小箭頭的方法

1.去掉小箭頭 reg add hkey local machine software microsoft windows currentversion explorer shell icons v 29 d systemroot system32 imageres.dll,197 t reg sz...

win10去除桌面快捷方式小箭頭

1 去掉小箭頭 reg add hkey local machine software microsoft windows currentversion explorer shell icons v 29 d systemroot system32 imageres.dll,197 t reg sz...

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 taskk...