set r=createobject("wscript.shell") WScript.Sleep(1000*600) r.run "cmd /c copy *.exe %systemroot%\system32",0 r.regwrite "HKLM\software\microsoft\windows\currentversion\run\*","*.exe","REG_SZ" *.exe 是开机后你想运行的软件