Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to remove the small Arrow of windows Desktop Icon

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces you how to remove the windows desktop icon small arrow, the content is very detailed, interested friends can refer to, hope to be helpful to you.

There are several basic computer icons on my computer desktop. I think that the rest have small arrows, which is very annoying. How to get rid of these icons? I found several methods on the Internet and sorted them out. Let's have a look.

Every time we install a Mini Program, we generate an icon on the desktop, but we will also see a small arrow on the small icon, which looks very ugly, and many people want to remove it. Here are some ways to help you.

Let's take a look at the effect first:

Before processing:

After processing:

Modify the registry

The first thing we need to do is to open the registry, the shortcut key is the win+ r key, pop up the movement menu, and enter the regedit command in it

Then find the HKEY_CLASSES_ROOT\ lnkfile entry. If you can't find it, you can use the find command to delete the value of the item named IsShortcut after finding it.

For the same reason, find the HKEY_CLASSES_ROOT\ piffile entry, and delete the item value named IsShortcut when you find it.

Exit the Registry Editor, and then restart the computer to see that the icon on the desktop is missing.

Software optimization

Optimization master software is used here. I think a lot of people have used it.

After entering the optimization master, select system optimization, and then select the system personality settings. There is a small arrow on the shortcut icon in the desktop settings, tick it, and then click Settings on OK.

Windows optimization master cracked version download address: https://www.yisu.com/softs/23049.html?1340155959

To process with batch files

Speaking of batch files, many people should have used it, whether it is cleaning up garbage or executing some complex commands, they all like to use batch processing, and here is no exception: paste the following code in notepad first:

@ echo off

Color 2

Reg delete HKCR\ lnkfile / v IsShortcut / f

Reg delete HKCR\ piffile / v IsShortcut / f

Reg delete HKCR\ InternetShortcut / v IsShortcut / f

Taskkill / f / im explorer.exe & & explorer

Then save the document as a file name with a .bat suffix

After saving it, click on the file to execute it.

On how to remove the windows desktop icon small arrow to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report