@echo off rem 去除桌面小箭头 rem 用于存储显示应用程序与系统文件快捷方式的小箭头 reg delete HKCR\lnkfile /v IsShortcut /f rem 用于存储显示MS_DOS程序快捷方式的小箭头 reg delete HKCR\piffie /v IsShortcut /f rem 重起explorer.exe taskkill /f /im explorer.exe start explorer rem 创建快捷方式时不显示"快捷方式"后缀 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer /v link /t REG_BINARY /d 00000000 /f