无忧启动论坛

标题: 如何让批处理列表中 再加几个新优化项? [打印本页]

作者: tt911    时间: 2018-3-6 08:17
标题: 如何让批处理列表中 再加几个新优化项?
本帖最后由 tt911 于 2018-3-6 08:57 编辑

@不知


http://bbs.wuyou.net/forum.php?mod=viewthread&tid=404854(附件在这里)

就加下面的:
去掉小箭头
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
pause


还差开启管理员帐户的.....more than to add




作者: nttwqz    时间: 2018-3-6 08:32
楼主会编程不会批处理?
作者: ge    时间: 2018-3-6 11:27
这个是不是照着改就可以了?
if %a2%==51 goto QD
:QD
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……

作者: l3429900    时间: 2018-3-6 12:02
添加项目,挡住了美眉的美图,那是不好的
作者: ge    时间: 2018-3-6 12:31
我什么都不懂!只是看到了规律!大神是不喜欢动脑子呀!
作者: ge    时间: 2018-3-6 12:35
完成这组命令后在结尾处添加
GOTO menu2
以回去菜单!每一个都这样写的!
作者: magicgenius    时间: 2018-3-6 12:42
去掉 pause ,加到原批处理后面不就得了……
作者: nttwqz    时间: 2018-3-6 15:16
看了一下,01不就是吗?还要加?




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3