win7-去掉快捷方式小箭头.bat

步骤

  1. 新建txt文件,重命名为  win7-jiantou.bat;
  2. 右键,编辑,粘贴下面的代码,保存;
  3. 双击运行即可。

 

代码

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /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

你可能感兴趣的:(大杂烩,Windows,windows,bat,注册表,一键,快捷方式)