比处理去除快捷方式的右键图标

赋值保存到记事本,并重命名为*.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

你可能感兴趣的:(图标)