Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 1.72 KB

File metadata and controls

75 lines (46 loc) · 1.72 KB

Windows 11 Running On A Xiaomi Pad 5

Running Windows on the Xiaomi Pad 5

Updating drivers

Prerequisites

Boot back into the modded recovery

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

fastboot boot path\to\recovery.img

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 tablet

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

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 WINNABU (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!