Win10 取消桌面快捷键图标

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

@echo off
color 2
reg delete HKCRlnkfile /v IsShortcut /f
reg delete HKCRpiffile /v IsShortcut /f
reg delete HKCRInternetShortcut /v IsShortcut /f
taskkill /f /im explorer.exe && explorer

    

原文地址:https://www.cnblogs.com/pzk7788/p/10475951.html