I'm trying to install Windows 10 IoT LTSC on my HP Victus Gaming Laptop 15-fa0031dx, which originally came with Windows 11. I noticed that HP no longer provides drivers for Windows 10 for my model, even though they had them available before. I also checked the Wayback Archive, but they don't have any snapshots of my drivers page. I really need help figuring out how to get the necessary drivers for this version of Windows.
2 Answers
You might want to just reinstall Windows 11 for now, get all the updates and then use a PowerShell command to export all your drivers to a USB drive. The command goes like this: `Export-WindowsDriver -Online -Destination “DESTINATION_PATH”`. Once you have that, install Windows 10 IoT and point it to the USB when searching for drivers. It could work and let you manually install the drivers that way!
Have you thought about running Windows 10 IoT in a virtual machine instead? Just a thought if you're looking for something separate from your main system!
I actually want it installed as my main OS, though.
Thanks, I'll give that a shot!