Win7 去掉快捷方式小箭头

亲自试过,可行!重启后生效!

将下面的代码复制到一个空的文本文档中,并保存成***.bat文件。

@echo off
@echo Win7-去掉快捷方式小箭头
@title Win7-去掉快捷方式小箭头
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /t reg_sz /f
reg delete HKEY_CLASSES_ROOT\lnkfile /v IsShortcut /f
reg delete HKEY_CLASSES_ROOT\piffile /v IsShortcut /f
reg delete HKEY_CLASSES_ROOT\InternetShortcut /v IsShortcut /f
@echo 操作成功,需重启系统后生效!
pause

也可以点击附件下载BAT文件.

posted @ 2012-07-18 14:38  玛索小铺  阅读(242)  评论(0编辑  收藏  举报