A simple way to remove the shortcut arrow in WIN7

WBOY
Release: 2024-03-26 15:11:43
forward
418 people have browsed it

php editor Strawberry today will share with you a simple method to remove the shortcut arrow in WIN7. In Windows 7 system, shortcuts on the desktop will display a small arrow by default. Some users may find this small arrow unsightly and want to remove it. In fact, it only takes simple operations to make your desktop more refreshing and tidy. Next, let’s learn about the specific steps!

1. Right-click to create a new text document.

A simple way to remove the shortcut arrow in WIN7

2. Open the document and enter

reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,196" /t reg_sz /f

taskkill /f /im explorer.exe

attrib -s -r -h "%userprofile%AppDataLocaliconcache.db"

del "%userprofile%AppDataLocaliconcache.db " /f /q

start explorer

pause

Save the file as [235.bat] and save the file type as all files.

A simple way to remove the shortcut arrow in WIN7

3. Right-click the file and run it as administrator.

A simple way to remove the shortcut arrow in WIN7

4. After the operation is completed, the small arrow of the icon will be removed.

A simple way to remove the shortcut arrow in WIN7

The above is the detailed content of A simple way to remove the shortcut arrow in WIN7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:zol.com.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template