Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows教程綜合 >> 關於windows >> win8系統桌面圖標快捷方式小箭頭清除方法

win8系統桌面圖標快捷方式小箭頭清除方法

日期:2017/2/7 13:47:11      編輯:關於windows
 

從我使用XP開始,我就非常不喜歡桌面快捷方式的小箭頭,無論是後來的vista還是windows7.於是我通過安裝windows優化大師類似的優化工具去除快捷方式小箭頭,而在最新的windows8上,我們可以使用一個簡單的技巧來達到目的。
 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