Hello Oladapo Shittu,
I know how frustrating it can be when a simple piece of hardware like a scanner just refuses to work with a new operating system. I found a solution on the internet with a similar driver problem on Windows 11. This method bypasses the broken automatic installer and forces Windows to use the driver files directly. Here's how to adapt it for your HP Scanjet G2710:
Steps:
1. Download & Extract
- Get the Windows 10 driver from HP's website for your Scanjet G2710
- Use 7-Zip to extract the downloaded
.exe file to a folder
2. Manual Installation
- Go to Settings > Bluetooth & devices > Printers & scanners
- Click "Add device" then "Add manually"
- Choose "My printer is a little older" or similar option
- When prompted for the driver, click "Have Disk..."
- Browse to your extracted folder and select the
Autorun.inf file
- Complete the installation
3. PowerShell Fix
If any software has trouble detecting the scanner, run this in PowerShell as Administrator:
reg add "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v "PreferLegacyPrintDialog" /d 1 /t REG_DWORD /f
Then restart your computer.
Hope this helps.