日期:2014-05-17 浏览次数:20721 次
Xp环境下命令:
1、启动进入带网络的安全模式
bootcfg.exe /raw /id 1 /safeboot:minimal
?
2、启动进入正常模式
bootcfg.exe /raw /id 1 /safeboot:normal
?
Win7环境下命令:
1、启动进入带网络的安全模式
bcdedit.exe /set {current} safeboot network
?
2、启动进入正常模式
bcdedit.exe /deletevalue {current} safeboot
?
?