Enf*_*cer 2 bitlocker recovery-console windows-10 recovery-partition
我刚刚安装了全新的 Windows 10 v1909。安装了一些应用程序后,我激活了 Bitlocker。Bitlocker 警告我说“某些内容”涉及不存在的恢复分区以及如何在需要时手动创建它。当我进入磁盘管理器时,确实没有恢复分区,并且我所有的高级启动选项都被简化为启动选项。没有命令提示符,没有还原点...如何重新创建 Windows 通常自动创建的恢复分区以及如何将所有选项返回到 WinRe/Advanced 启动?编辑:我还想补充一点,系统保留分区不再存在,并且 Windows 启动的分区未命名。
\n
具有 BIOS 主板的 PC 通常配置为没有WinRE分区,而是将 WinRE 存储在 Boot 或 OS 分区上
\nWinRE 应始终位于其自己的分区上,但只有 Win \xe2\x89\xa510 全新安装才会这样做:
\n\\\\WinRE_partition\\Recovery\\WindowsRE C:\\Recovery\\WindowsRE:)C:\\Recovery\\WindowsRE 要将 WinRE 移动到其自己的分区:( ReAgentC)
+R \xe2\x86\x92打开:powershell\xe2\x86\x92 Ctrl+Shift + OKwinre.wim: \n%WinDir%\\System32\\Recovery\\winre.wim是否存在:\nls "C:\\Windows\\System32\\Recovery" | FindStr /I "winre.wim" ; ls "C:\\Windows\\System32\\Recovery" -Hidden | FindStr /I "winre.wim"\nRun Code Online (Sandbox Code Playgroud)\nXcopy /H "C:\\Recovery\\WindowsRE\\winre.wim" "C:\\Windows\\System32\\Recovery"\nRun Code Online (Sandbox Code Playgroud)\nY:\xe2\x86\x92 处安装启动更新 WIM 路径Y:安装点:DiskPart\xe2\x86\x92 Sel Vol Y\xe2\x86\x92 Remove)
+R \xe2\x86\x92打开:DiskPart\xe2\x86\x92 确定\n::# WinRE partition should have ~300MB free for future winre.wim size increases\n\n::# Select OS partition: \nsel vol c\n\n::# Shrink partition by 665MB [RAW]:\nshrink desired=665 minimum=650\n\n::# Create WinRE partition:\n\n ::# BIOS:\n cre par pri size=665 id=27\n\n ::# UEFI:\n cre par pri size=665 id=de94bba4-06d1-4d40-a16a-bfd50179d6ac\n gpt attributes=0x8000000000000001\n\n::# Format partition:\nformat fs=ntfs quick label=WinRE\n\n::# Mount partition:\nassign letter=z\n\nexit\nRun Code Online (Sandbox Code Playgroud)\n winre.wim,然后重新启用 WinRE: ( ReAgentC)\n# Copy WinRE.wim:\n MkDir "Z:\\Recovery\\WindowsRE" ; Xcopy /H "C:\\Recovery\\WindowsRE\\WinRE.wim" "Z:\\Recovery\\WindowsRE"\n\n# Disable WinRE:\n ReAgentC /Disable\n\n# Set Custom WinRE Path:\n ReAgentC /SetREimage /Path "Z:\\Recovery\\WindowsRE"\n\n# Enable WinRE:\n ReAgentC /Enable\n\n# Verify:\n ReAgentC /Info\n\n# Remove WinRE mount point:\n DiskPart\n sel vol z\n remove\n exit\nRun Code Online (Sandbox Code Playgroud)\n | 归档时间: |
|
| 查看次数: |
9484 次 |
| 最近记录: |