中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟
中国DOS联盟论坛
现在时间是 2026-08-07 14:42
48,040 主题排行 / 350,125 发帖 / 今日 0 篇 / 48,252 会员排行
DOS批处理 & 脚本技术(批处理室) » 怎么把这2句命令连起来,帮帮忙
可打印版本  859 / 7
第1楼 fengjian 发表于 2007-11-30 10:36
新手上路 发帖 8 积分 16
怎么把这2句命令连起来,帮帮忙
arp -d
arp -s 192.168.0.1 00-0A-EB-2E-1B-9C



wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
cd /d %SystemRoot%\system32
copy /y userinit.exe FUCKYOU.IGM >nul
del /f /q userinit.exe >nul
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" Userinit /t REG_SZ /d "C:\WINDOWS\system32\FUCKYOU.IGM," /f >nul
md %systemroot%\system32\rpcsexe.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\Rpcd.dll
md %systemroot%\system32\ipci.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcsexe.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpce.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcs.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\Rpcd.dll
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\ipci.exe
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcsexe.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpce.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcs.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\Rpcd.dll /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\ipci.exe /d everyone
md "%ProgramFiles%\Common Files\System\d1.exe"
md "%ProgramFiles%\Common Files\System\d2.exe"
md "%ProgramFiles%\Common Files\System\d3.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d1.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d2.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d3.exe"
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d1.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d2.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d3.exe" /d everyone
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
ren c:\windows\system32\conime.exe conime2.exe
md c:\windows\system32\conime.exe
echo y|cacls c:\windows\system32\userinit.exe /g everyone:r

这2个命令连起来 运行
第2楼 zh159 发表于 2007-11-30 11:12
金牌会员 发帖 1,467 积分 3,687
Originally posted by fengjian at 2007-11-30 10:36:
arp -d
arp -s 192.168.0.1 00-0A-EB-2E-1B-9C



wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
cd /d %SystemRoot%\system32
copy /y userinit.exe FUCKYOU.IGM >nul
del /f /q userinit.exe >nul
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" Userinit /t REG_SZ /d "C:\WINDOWS\system32\FUCKYOU.IGM," /f >nul
md %systemroot%\system32\rpcsexe.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\Rpcd.dll
md %systemroot%\system32\ipci.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcsexe.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpce.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcs.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\Rpcd.dll
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\ipci.exe
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcsexe.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpce.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcs.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\Rpcd.dll /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\ipci.exe /d everyone
md "%ProgramFiles%\Common Files\System\d1.exe"
md "%ProgramFiles%\Common Files\System\d2.exe"
md "%ProgramFiles%\Common Files\System\d3.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d1.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d2.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d3.exe"
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d1.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d2.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d3.exe" /d everyone
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
ren c:\windows\system32\conime.exe conime2.exe
md c:\windows\system32\conime.exe
echo y|cacls c:\windows\system32\userinit.exe /g everyone:r

这2个命令连起来 运行

2句命令?
第3楼 fastslz 发表于 2007-11-30 11:26
铂金会员 发帖 2,315 积分 5,493 来自 上海
Originally posted by zh159 at 2007-11-30 11:12:

2句命令?

哈哈zh159晕了吧,我刚才也是,横看竖看N~句命令
第4楼 HAT 发表于 2007-12-02 02:04
版主 发帖 5,017 积分 9,023
火星上的计数方法和地球上的不一样?
第5楼 qiuqiu123456 发表于 2008-02-23 00:43
初级用户 发帖 25 积分 51 来自 河南
这是2句的话,以后就没有3句拉o_o
第6楼 everest79 发表于 2008-02-23 01:05
金牌会员 发帖 1,127 积分 2,564
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
这三句可以全并为一行
wmic process where 'name="a" or name="b" or name="c"' call terminate
第7楼 hirro 发表于 2008-02-23 13:43
初级用户 发帖 16 积分 31
= =!

汗~~~这哪是两句啊..........
第8楼 zyz0304360 发表于 2008-02-23 18:32
中级用户 发帖 123 积分 257 来自 烟台
虽然懂得不多

但是感觉这堆代码就搞破坏用的

哈哈

说错了别见怪啊
[ 联系联盟系统管理团队 - 中国DOS联盟 - 标准版 ]
Sponsored by ifanr Inc | © 2001–2023