48.去除桌面图标小箭头和盾牌

去除桌面图标小箭头和盾牌:

1
taskkill /F /IM explorer.exe & reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /t REG_SZ /d %windir%\system32\imageres.dll,197 /f & reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 77 /t REG_SZ /d %windir%\system32\imageres.dll,197 /f & attrib -s -r -h %userprofile%\AppData\Local\iconcache.db & del %userprofile%\AppData\Local\iconcache.db /f /q & start %windir%\explorer.exe

重新显示桌面图标小箭头和盾牌:

1
taskkill /F /IM explorer.exe & reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f & attrib -s -r -h %userprofile%\AppData\Local\iconcache.db & del %userprofile%\AppData\Local\iconcache.db /f /q & start %windir%\explorer.exe
  • Copyrights © 2023-2024 kukusun