无忧启动论坛

标题: 请问这句批处理改成PECMD处理怎么写? [打印本页]

作者: cycyc    时间: 2019-3-24 22:28
标题: 请问这句批处理改成PECMD处理怎么写?
本帖最后由 cycyc 于 2019-3-24 22:29 编辑

请问下面的这句批处理:
REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f /v "29" /t REG_SZ /d "%windir%\system32\EMPTY.ICO"
改成PECMD处理怎么写?

作者: 527104427    时间: 2019-3-24 23:36
保存为BAT,然后用此工具转换:

CMD转换WCS.7z (1.82 MB, 下载次数: 177)

下面为转换后的命令:

REGI $HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons\\29=%windir%\system32\EMPTY.ICO
作者: zds1210    时间: 2019-3-25 00:09
五大威武。
作者: dwtr    时间: 2019-3-25 00:37
厉害大神
作者: 2012jiashanni    时间: 2019-3-25 09:45
REGI $HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons\\29=%windir%\system32\EMPTY.ICO


EXEC !=REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f /v "29" /t REG_SZ /d "%windir%\system32\EMPTY.ICO"
作者: qxb7065    时间: 2019-3-25 15:08
代码的东西太多了
作者: cycyc    时间: 2019-3-25 22:27
527104427 发表于 2019-3-24 23:36
保存为BAT,然后用此工具转换:

给力到了极点!
我曾在网上搜过 cmd2pecmd,没成想这东东叫做 CMD2WCS,哈哈!
多谢多谢。
作者: cycyc    时间: 2019-3-25 22:28
2012jiashanni 发表于 2019-3-25 09:45
REGI $HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons\\29=%windir%\system32\EMPT ...

厉害!
多谢多谢!
作者: songbird777    时间: 2019-3-26 16:20
厉害。跟大神又学一招




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