win10 remove the shortcut small arrow

@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

Guess you like

Origin www.cnblogs.com/li1234yun/p/11801883.html