- UID
- 29159
- 积分
- 4893
- 威望
- 分
- 激情
- 分
- 居民币
- ¥
- 主题
- 回帖
- 0
- 记录
- 日志
- 相册
- 好友
- 注册时间
- 2012-4-1
- 最后登录
- 1970-1-1
- 在线时间
- 小时
|
提醒:1. 同一主题,严禁重复发布!违规“删或禁”!2. 信息均由网友发布,请自辨真伪!
将以下虚线內文字复制另存为XXX.BAT 文件,以管理员方式运行即可!
------------------------------------------
@Echo *****去桌面图标小箭头*****
@goto startch
:star
@echo !按键错误,请重新选择!
:startch
@set /P CHS=[1]安装,[2]解除安装,[Q]退出!
@if /I "%CHS%"=="1" goto install
@if /I "%CHS%"=="2" goto uninstall
@if /I "%CHS%"=="Q" exit
@if /I "%CHS%"=="q" exit
@goto star
:install
::去除快捷字样
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" /v link /d "00000000" /t REG_BINARY /f
del "%userprofile%\AppData\Local\iconcache.db" /f /q
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
@exit
:uninstall
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
@exit
------------------------------------------------------------
就这么简单,你试试看吧。
|
|