Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 1.63 KB

update-en.md

File metadata and controls

82 lines (50 loc) · 1.63 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 <recovery.img> reboot recovery

Activate mass storage mode

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

adb shell msc

Diskpart

diskpart

Select the Windows volume of the tablet

Use list volume to find it, it's the one named WINVAYU

select volume <number>

Assign the letter X

assign letter x

Exit diskpart

exit

Installing drivers

Unpack the Drivers archive you've downloaded earlier and run the OfflineUpdater.cmd script

When it asks you for the drive letter, enter X

Reboot to fastboot to flash UEFI

You can also use the WOA Helper app, in which case you can reboot with adb reboot

Make sure you use the latest UEFI, because Windows might not boot if you update drivers without updating the UEFI

adb reboot bootloader

Boot with Windows bootable UEFI image

Replace <uefi.img> with the actual path of the UEFI image

fastboot flash boot <uefi.img>

Finished!