Hello
Welcome to the Microsoft Community.
Here’s the professional English translation of your troubleshooting guide for the Surface Pro 11 issues:
### Issue 1: Windows Installer Boot Error
#### Root Causes
- Incomplete configuration of MSI packages during pre-installation
- Residual installation tasks for Office or other Microsoft products
#### Solutions
- Disable Startup Items:
- Press Ctrl+Shift+Esc to open Task Manager
- Navigate to "Startup" tab → Disable all "Microsoft Installer" related entries
- Repair Installation Service:
Run as Administrator in CMD:
```cmd
net stop msiserver
reg delete HKLM\System\CurrentControlSet\Services\MSIServer /v ImagePath /f
reg add HKLM\System\CurrentControlSet\Services\MSIServer /v ImagePath /t REG_EXPAND_SZ /d "%SystemRoot%\system32\msiexec.exe /V"
net start msiserver
```
- Clear Installation Cache:
```cmd
rmdir /s /q %windir%\Installer
rmdir /s /q %ProgramData%\Microsoft\Windows\Installer
```
### Issue 2: Speedtest.net App Blank Screen
#### Root Causes
- ARM64 architecture compatibility issues on Surface Pro 11
- Graphics driver initialization failure
#### Solutions
- Reset the App:
- Go to Settings > Apps > Installed Apps
- Select Speedtest → "Advanced Options" → Click "Reset"
- Run in Compatibility Mode:
- Right-click Speedtest shortcut → Properties → Compatibility
- Check "Run in compatibility mode" → Select "Windows 10"
- Alternative:
Use speedtest.net via browser for more accurate results
### Last Resort: System Reset
If issues persist:
- Navigate to
Settings > System > Recovery - Select "Reset this PC" → "Keep my files"
- Install all Windows Updates post-reset
### Critical Notes
Before executing commands:
- Connect to power
- Back up critical data (though files are preserved during reset)
- Surface Pro 11 requires ARM64-optimized apps
Best regards,
Tamara-Hu | Microsoft Community Support Specialist