win10完美去除小箭頭

2022-03-20 09:51:12 字數 714 閱讀 8581

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

attrib -s -r -h "

"del

"" /f /q

start explorer

pause

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

2.恢復小箭頭

reg delete "

hkey_local_machine\software\microsoft\windows\currentversion\explorer\shell icons

" /v 29 /f

taskkill /f /im explorer.exe

attrib -s -r -h "

"del

"" /f /q

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小箭頭 恢復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...