首页 > Windows开发 > 详细

win10 去除快捷方式小箭头

时间:2019-11-05 22:05:51      阅读:91      评论:0      收藏:0      [点我收藏+]
@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

win10 去除快捷方式小箭头

原文:https://www.cnblogs.com/li1234yun/p/11801883.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!