Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.54 KB

update.md

File metadata and controls

69 lines (41 loc) · 1.54 KB

Windows 11 running on hotdog/guacamole

Running Windows on the OnePlus 7 Pro / 7T Pro

Updating drivers

Prerequisites

Boot modified TWRP recovery

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

fastboot boot path\to\moddedtwrp
img

Entering mass storage mode

  • In TWRP press Advanced > Enable Mass Storage Mode

Diskpart

diskpart

Select Windows volume

Use list volume to find it, replace $ with the actual number of WINONEPLUS

select volume $

Assign the letter X

assign letter x

Exit diskpart

exit

Installing Drivers

Note

This process will take +- 20 minutes. Do not worry, this is normal.

  • Unpack the driver archive, then open the OfflineUpdater.cmd file (if an error shows up, run OfflineUpdaterFix.cmd instead)

If it asks you to enter a letter, enter the drive letter of WINONEPLUS (which should be X), then press enter

Reboot your device

Make sure to also change the UEFI image in Android, otherwise you may face a "blue screen of death" (BSoD) when booting Windows later.

Finished!