winre是什么
Windows RE的全称为Windows Recovery Environment,即Windows 恢复环境。Windows RE实质上是提供了一些恢复工具的Windows PE。
Windows RE是Windows Vista增加的`新特性。此外,用微软提供的DaRT和Windows中的“创建系统修复光盘”也可以创建Windows RE可引导恢复光盘。
自定义路径把WinRE镜像(boot.sdi和winre.wim)以及Win7镜像(install.wim)均放在该目录下R
例如Recoverywindowsre
Reagentc /disable 停止当前的WinRE。
Reagentc /Setreimage /Path RRecoveryWindowsRE /bootkey 3b00 \'重新定义WinRE的启动路径,F1激活。
Reagentc /Setosimage /Path RRecoveryWindowsRE \'指定WinRE启动Win7安装镜像路径。或Reagentc /Setosimage /Path RRecoveryWindowsRE /index1。
Reagentc /enable \'重启WinRE。