If I may make some suggestions, consider the following:
1) Consider initially testing Win 10 on your system to make sure it runs well. You can install Windows right alongside Windows 11. That way, if it doesn't work out you can simply delete it and you still have Win 11 on your system. When done testing, you can reinstall 10 on the HD wiping out Win 11 since you now know that Win 10 works fine.
Here is a procedure for doing this:
EDIT: Just noticed that I accidentally supplied an incorrect link. This is now corrected.
Information Hi geeks and geekettes! This thread is to show your Windows 10 related tutorial and instructional videos. If you have made a
www.tenforums.com
NOTE: The great thing about this method is that you can test all your drivers, apps, etc. and it's ridiculously easy to cleanup when you are done.
2) As an alternative, perform a complete image backup of your system, then do a clean install of Windows 10, knowing that you can go back to Win 11 if needed.
Regarding your question about getting drivers installed, this would be my suggestion:
You can easily export every driver on your system with a single command, then, after you install your clean copy of Windows, you can import them all back in again.
In your current running copy of Windows, open an elevated command prompt and then run this command:
pnputil /export-driver * D:\Drivers
This will export all drivers from your system to
D:\Drivers
. You can change that location to anything you like. Just create that folder before you run the command. If you look in that folder after the command completes (it can take a while) you should see that every driver gets a subdirectory under the location you specified.
Save that folder to a location that you can access later, for example, a thumb drive.
Install Windows 10.
After installation, make sure that the drivers you exported in the above steps is accessible on thumb drive, etc. Run the command below specifying that location in place of the
D:\Drivers
.
pnputil /add-driver D:\Drivers\*.inf /subdirs /install
This will import all of those drivers back to your new Windows installation. Please note that this can potentially take several minutes. Also, when the display driver is being loaded, the screen may temporarily flash or go blank.
One more note: As far as I know, Windows 11 drivers should typically work with Windows 10. The only exception that I am aware of is that there is a new driver model available for Ethernet adapters. If you have an Ethernet adapter and it doesn't work, then you may possibly need to obtain the Win 10 driver for your Ethernet adapter.