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桌面圖標快捷方式小箭頭呢?

怎麼去除win8桌面圖標快捷方式小箭頭呢?

日期:2017/2/9 18:05:33      編輯:win8系統應用技巧

   第一、在桌面右鍵新建一個文本文檔,將下面的代碼復制進去,另存為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

  第二、如果需要恢復小箭頭,可以使用同樣的方法,代碼用下面的。

  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

Copyright © Windows教程網 All Rights Reserved