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

赋值保存到记事本,并重命名为*.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 @ 2011-11-17 12:55  Xingsoft  阅读(238)  评论(0编辑  收藏  举报