Home  >  Article  >  Computer Tutorials  >  Windows remove shortcut arrow

Windows remove shortcut arrow

WBOY
WBOYOriginal
2024-06-19 12:55:28359browse

Are you tired of those annoying little arrows that appear on Windows shortcut icons? PHP editor Apple will reveal to you how to easily clear these arrows and give your desktop a completely new look. Continue reading below for step-by-step guidelines and tips to help you say goodbye to these visual distractions.

Windows remove shortcut arrow

The shortcuts on the desktop all have a small arrow. For some friends, it looks very uncomfortable. The following editor will teach you how to remove desktop shortcuts. small arrow in the way.

Create a new text document at any location, copy the following content, save it as "Windows Remove Small Arrows.bat", double-click to run to remove the small arrows.

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

The above is the detailed content of Windows remove shortcut arrow. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn