win10 去除快捷方式小箭头
时间:2019-11-05 22:05:51
收藏:0
阅读:89
@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
原文:https://www.cnblogs.com/li1234yun/p/11801883.html
评论(0)