Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 8系統教程 >> win8系統應用技巧 >> Win8.1系統桌面圖標快捷方式小箭頭怎麼去掉?

Win8.1系統桌面圖標快捷方式小箭頭怎麼去掉?

日期:2017/2/9 17:42:28      編輯:win8系統應用技巧

   從X以前我們可以通過各種各樣的優化工具來去除桌面圖標小箭頭,現在Win8系統有了更加簡便的方法,下面系小編就為大家介紹一下。

  1.首先,桌面右鍵新建一個文本文檔,將下面的代碼復制進去,另存為win8.bat(文件類型選擇所有文件),右鍵“以管理員身份運行”,重啟電腦即可方法快捷方式箭頭消失了。

  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

Win8.1系統桌面圖標快捷方式小箭頭怎麼去掉?

  2.如果需要恢復桌面圖標小箭頭,可以使用同樣的方法,代碼用下面的。

  reg delete “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /f

  taskkill /f /im explorer.exe

  attrib -s -r -h “%userprofile%AppDataLocaliconcache.db”

  del “%userprofile%AppDataLocaliconcache.db” /f /q

  start explorer

圖標小箭頭怎麼去掉,系統之家,Win8.1系統
Copyright © Windows教程網 All Rights Reserved