shunvhe 2012-08-10
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