作者:chen人气:0来源:网吧系统下载站2014-05-05 09:54:04
windows Xp和Win7下启动进入安全模式命令
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
继续阅读:Win7