Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.55 KB

update.md

File metadata and controls

74 lines (45 loc) · 1.55 KB

Windows 11 running on a Poco X3 Pro

Running Windows on the POCO X3 Pro

Updating drivers

Prerequisites

Boot into TWRP

If your recovery has been replaced by the stock recovery, flash it again using

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

Execute the msc script

If it asks you to run it once again, do so

adb shell msc

Diskpart

diskpart

Select the Windows volume of the phone

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

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 WINVAYU (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.

adb reboot

Finished!