How to remove the small arrow of win10 system shortcut
This article mainly shows you "how to remove the small arrow of win10 system shortcuts", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "how to remove the small arrow of win10 system shortcuts" this article.
Methods / steps to remove small arrows from win10 system shortcuts:
Method one
Call up the running window and enter the cmd / k reg delete "HKEY_CLASSES_ROOT\ lnkfile" / v IsShortcut / f & taskkill / f / im explorer.exe & start explorer.exe command to remove it.
Method two
Create a new text document and start typing the following command
@ 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
Save the file with the suffix bat, and then double-click to open it, and you will find that the shortcut arrow has disappeared successfully.
The above is all the contents of the article "how to remove the small arrow of win10 system shortcuts". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!