Featured

Running Windows 11 on Linux with KVM/QEMU

This guide walks through the full process of running Windows 11 on Linux using KVM/QEMU and Virt-Manager,  the most robust and future-proof setup available today. While tools like VirtualBox still exist, KVM/QEMU has quietly become the gold standard on Linux. It offers: Near-native CPU performance Excellent disk and network throughput Proper UEFI, Secure Boot, and TPM support Long-term compatibility with Windows 11 updates Before starting, make sure you have: A Linux system with virtualization enabled in BIOS Intel: VT-x / VT-d AMD: SVM / IOMMU At least 8 GB RAM (16 GB recommended) Around 80 GB of free disk space A Windows 11 ISO The VirtIO drivers ISO Step 1: Check Virtualization Support Open a terminal and run: egrep -c '(vmx|svm)' /proc/cpuinfo If the result is 1 or higher , virtualization is enabled. If it returns 0 , you’ll need to enable it in your BIOS before continuing. Step 2: Install KVM, QEMU, and Virt-Manager On Ubuntu / Debian-based systems: sudo apt update sudo...

Update drivers - Lumia WoA

only for Lumia 950 and 950XL devices running Windows10 on Arm


Right-click on the Driver Updater zip file, extract it and put it in C:\  and the driver's zip in C:\UpdatedDrivers\Lumia-Drivers-Full

Put the phone in mass storage mode and plug it into a Windows PC 

 open a PowerShell window as administrator in the driver updater folder

For Lumia 950: type or copy and paste the following 
(Assuming the windows partition is J:

.\DriverUpdater.exe C:\UpdatedDrivers\Lumia-Drivers-Full\definitions\Desktop\ARM64\Internal\950.txt C:\UpdatedDrivers\Lumia-Drivers-Full\ J:\

For Lumia 950XL 

.\DriverUpdater.exe C:\UpdatedDrivers\Lumia-Drivers-Full\definitions\Desktop\ARM64\Internal\950xl.txt C:\UpdatedDrivers\Lumia-Drivers-Full\ J:\


Comments