Win10 取消桌面快捷键图标

新建文本文档 --- 写入如下内容 --- 改名为 .bat 并运行

@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

 

 

 

 

 

    

posted @ 2019-03-05 12:24  孔雀东南飞  阅读(693)  评论(0编辑  收藏  举报