The Microsoft TPM Scam - Windows 11 Can Installed Without A TPM Into Qemu

00:01:00 Creating a qcow2 file for Windows 11. 00:02:10 Running the virtual machine. 00:03:30 Installing the virtio storage driver. 00:06:10 Installing Windows 11 onto the disk. 00:07:50 Time to boot into the main setup. 00:09:00 Going through the setup with no TPM error. 00:11:10 An error comes up during the setup, but a reboot fixes it. 00:12:25 Installing the virtio network driver. 00:15:50 Installing the QXL graphics driver. 00:17:40 Installing a browser ro check the networking. In this video I am installing Windows 11 into Qemu and am showing how to install the virtio drivers, so that the disk accesses can be fast. This is also a Windows 11 that has had the hardware check removed, which shows that none of the standard code in it, actually needs the TPM. This shows that Microsoft has decided to switch to doing things like Apple, where they make up some lame excuse for why their next version of their operating system, needs some random hardware feature that is only in the newer computers that are sold. They know full well that the older machines will still be able to run their operating systems, but they are taking a part in the biggest scam of the whole world, which is the stock market, where their share price is dependent on how much profit they make, so they are encouraged by it to use any means that they can, in order to make as much money as they can, while not caring about if those old machines then end up in a land fill, or even in the Pacific ocean. Below is the link to the virtio drivers:
https://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers
Below is the command line that I used:
qemu-system-x86_64 -m 16384 -mem-path /dev/hugepages -M q35 -smp cores=2,threads=2,sockets=1 -enable-kvm -cpu host,hv_relaxed,hv_vpindex,hv_time,hv-vapic,hv_spinlocks=0x1fff,hv-runtime,hv-synic,hv-stimer,hv-frequencies,hv-reset -net nic,model=virtio-net-pci,macaddr=72:34:f2:db:52:b4 -net bridge,br=br0 -readconfig /etc/ich9-ehci-uhci.config -device usb-tablet,bus=ehci.0,port=2 -vga qxl -global qxl-vga.vgamem_mb=32 -object iothread,id=iothread0 -device virtio-blk-pci,drive=drive0,scsi=off,iothread=iothread0 -drive if=none,id=drive0,cache=none,cache-size=16M,aio=native,file=windows-11.qcow2 -drive file=virtio-win.iso,media=cdrom,index=3 -drive file=Windows-11-lite-msmg.iso,media=cdrom,index=2 -boot menu=on