Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.25 KB

uninstall.md

File metadata and controls

57 lines (33 loc) · 1.25 KB

Windows 11 running on a Poco X3 Pro

Running Windows on the POCO X3 Pro

Uninstallation

Why is this needed?

If you want to uninstall Windows, this is used instead of deleting partitions manually to avoid human error + writing a whole dedicated guide to just uninstalling.

If you want to relock your bootloader you'll need your partition table to be stock.

Prerequisites

New method

Flash and boot modified recovery

fastboot flash recovery path\to\moddedtwrp.img reboot recovery

Execute the restore script

adb shell restore
Finished!

Old method

In case the new one didn't work

Restore GPT

Replace path\to\gpt_both0.bin with the path to the gpt_both0.bin file.

fastboot flash partition:0 path\to\gpt_both0.bin

Erase userdata

To avoid a bootloop and restore FS size

fastboot -w
Finished!