Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.16 KB

reinstall.md

File metadata and controls

54 lines (28 loc) · 1.16 KB

Windows 11 running on hotdog/guacamole

Running Windows on the OnePlus 7 Pro / 7T Pro

Reinstalling Windows

Prerequisites

Opening CMD as an admin

Download platform-tools and extract the folder somewhere, then open CMD as an administrator.

It is recommended to keep this window open and use it throughout the entire guide.

Replace path\to\platform-tools with the actual path to the platform-tools folder, for example C:\platform-tools.

cd path\to\platform-tools

Boot modified TWRP recovery

Replace path\to\moddedtwrp.img with the actual path of the image

fastboot boot path\to\moddedtwrp.img

Formatting Windows and ESP partitions

adb shell mkfs.ntfs -f /dev/block/by-name/win -L WINONEPLUS
adb shell mkfs.fat -F32 -s1 /dev/block/by-name/esp -n ESPONEPLUS