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

Win7/8.1/10 removes desktop shortcuts and small arrows

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

Share

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

Introduction: in the face of windows desktop icon there is a shortcut, a small arrow and worry, now Xiaobian for you to solve.

Steps:

CMD- > run-> regedit: open the registry

Select "HKEY_CLASSES_ROOT"; select "Edit"-> "find": lnkfile, delete or rename the name of the right column: "IsShortcut"

Find piffile in the same key root directory and delete or rename the name of its right column: "IsShortcut"

Close the registry, restart the computer, shortcuts and small arrows disappear immediately.

Add: for Win10, if the above methods can not be solved, you can try the following methods.

Steps:

Open the registry-> [HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer]

Create or modify a binary value named "link" in the right pane and set its value to "00 00 00".

Close the registry, restart the computer, or remove shortcuts and small arrows.

In addition, batch processing can be used to quickly resolve:

@ echo off

Reg delete HKEY_CLASSES_ROOT\ lnkfile / v IsShortcut / f

Reg delete HKEY_CLASSES_ROOT\ piffile / v IsShortcut / f

Reg add HKCU\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Explorer / v link / t reg_binary / d 0 / f

Echo "successful" | | echo "failure"

Pause

Copy the above code to txt, save it as .bat file, and run it.

Finally, execute cmd- > run-> shutdown-r

OK.

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