It sounds like you're experiencing issues with Windows 24H2 not detecting your new RTX-5090 GPU after swapping it from the RTX-4080 Super. Here are some troubleshooting steps you can try to resolve the issue:
- Check BIOS Settings: Ensure that the integrated graphics are indeed disabled in the BIOS. Sometimes, settings can revert after hardware changes.
- Reinstall GPU Drivers: Since you mentioned that you can't see the GPU to uninstall the drivers, you can try using the Command Prompt to remove any existing drivers. Boot into Safe Mode and run the following command:
This will list the drivers. You can then remove the old drivers using:pnputil /enum-drivers
Replacepnputil /delete-driver <Published Name> /uninstall /force<Published Name>with the name of the driver you want to remove. - Use Device Manager: If the GPU is not showing up in Device Manager, try scanning for hardware changes. Right-click on "Device Manager" and select "Scan for hardware changes".
- Run System File Checker: You can also run the System File Checker to repair any corrupted system files. Open Command Prompt as an administrator and run:
sfc /scannow - Check Windows Update: Ensure that your Windows is fully updated. Sometimes, driver updates are delivered through Windows Update.
- Manual Driver Installation: If the GPU is still not detected, download the latest drivers for the RTX-5090 directly from the NVIDIA website and install them manually.
If none of these steps work, you might consider a clean installation of Windows, but ensure you back up your data first. This can sometimes resolve persistent driver issues that other methods cannot.
References: