winre vergroten

Hoe kunnen we helpen?

< Back

Open Command Prompt (cmd) as an administrator.
Check if WinRE is installed by running reagentc /info. If it’s there, you’ll see a “Windows RE location” with a path.
Turn off WinRE by running reagentc /disable.
Get ready to make a new recovery partition by shrinking the OS partition.
Use diskpart by running diskpart in Command Prompt.
List the disks and select the one with OS by running the command sel disk.
Find and select the OS partition by running the command sel part.
After selecting the partition, run the command: shrink desired=250 minimum=250.
Select and delete the old WinRE by running the command: sel part, and then run the command delete partition override.
Finally, you can create a new recovery partition. In this step, check if your disk is GPT (GUID Partition Table) or MBR (Master Boot Record) by running the list disk. When you run the list disk command, you’ll see a new list of drives. A drive is “Gpt” if you see an asterisk (*) in the “Gpt” column.

If you do not see the asterisk mark, the drive is MBR.

For GPT, use the following commands:

create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
After running the above command, run gpt attributes =0x8000000000000001.

For MBR, run create partition primary id=27 and follow these steps:

Format the new partition: format quick fs=ntfs label=”Windows RE tools”.
Check the new partition with list vol and exit diskpart with exit.
Turn WinRE back on with reagentc /enable.
Confirm WinRE installation with reagentc /info.

Commententaren zijn gesloten.