Download the following files:
- Windows 11 Inside Preview [ARM64 version] Installation ISO File
- Huawei MateBook E 2019 Official Drivers Installer: MateBook_E_2019_OneKey_2.0.0.12.zip
- Rufus
Use rufus to make the installation flash drive.
- Extract MateBook_E_2019_OneKey_2.0.0.12.zip, install, and find boot.wim in
C:\ProgramData\Huawei\Driver\OneKey Driver
. Or you may also download the boot.wim image here. - Make a directory named temp in
C:\ProgramData\Huawei\Driver\OneKey Driver
, which isC:\ProgramData\Huawei\Driver\OneKey Driver\temp
. - Mount the boot.wim image. Open an elevated command prompt window, and run the following command:
DISM /Mount-Wim /WimFile:"C:\ProgramData\Huawei\Driver\OneKey Driver\boot.wim" /index:1 /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp"
- Copy the directory
C:\ProgramData\Huawei\Driver\OneKey Driver\temp\Windows/System32/DriverStore
which contains all the matebook drivers we need toC:\ProgramData\Huawei\Driver\OneKey Driver
. Now the directory should beC:\ProgramData\Huawei\Driver\OneKey Driver\DriverStore
. - Unmount the boot.wim image and discard the changes. In the elevated command prompt window, run the following command:
DISM /Unmount-Wim /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp" /discard
Now the temp directory should be empty.
- Plugin the Windows 11 installation flash drive. Make it U:\ for example.
- Mount the boot.wim file from Windows 11. In the elevated command prompt window, run the following command:
DISM /Mount-Wim /WimFile:"U:\sources\boot.wim" /index:1 /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp"
- Add the matebook drivers to the mounted boot.wim image in the last step. In the elevated command prompt window, run the following command:
DISM /Image:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp" /Add-Driver /Driver:"C:\ProgramData\Huawei\Driver\OneKey Driver\DriverStore" /recurse
- Unmount the boot.wim image and commit the changes. In the elevated command prompt window, run the following command:
DISM /Unmount-Wim /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp" /commit
- Make the same changes to the
U:\sources\install.wim
image. Make sure to commit the changes.
- Change Secure Boot to OFF in BIOS.
- Plugin the flash drive and start the installation, until you see "This PC can't run Windows 11".
- Press
Shift
+F10
, and it will open a command prompt window. Type in regedit and press enter. - In the Registry Editor, make the following settings:
- Go to
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
. Right click on Setup and click New > Key. Name it LabConfig. - Click on LabConfig, then right click on the right pane, and click New > DWORD (32-bit Value). Name it BypassTPMCheck. Double click on ByPassTPMCheck and change the Value data to 1, and press OK.
- Create another DWORD and change the Value data to 1 just like the above step and name it BypassSecureBootCheck.
- Go to
- Close the Registry Editor and the command prompt.
- Click on the Back button where you left off at the "This PC can't run Windows 11" message, and continue the installation.