AJWhite1970 Posted August 23, 2018 Posted August 23, 2018 Morning all I used to have a portable version of a Windows Driver scanner than wasn't riddled with adware and third party "extras" but I can't find it now I need to use it again. Can anyone recommend some software that can be reliably used for said task? Cheers Andrew
fiza Posted August 23, 2018 Posted August 23, 2018 Is this just to see what drivers a system uses? I use Driver Grabber to pull drivers off a machine so I can then use them on another of the same make and model. I guess it would also tell you which drivers are installed. https://www.ghacks.net/2007/07/11/use-driver-grabber-to-copy-drivers-in-windows/ Latest version https://fileforum.betanews.com/detail/DriverGrabber/1170699160/1 1
AJWhite1970 Posted August 23, 2018 Author Posted August 23, 2018 Neat tool - thanks. But I used to have a tool that was run on a windows PC/server and would query the PCI/VEN and then give the links to the latest drivers available and I can't for the life of me find it again now...
Arthur Posted August 23, 2018 Posted August 23, 2018 I used to have a tool that was run on a windows PC/server and would query the PCI/VEN and then give the links to the latest drivers available and I can't for the life of me find it again now... Was it one of these? DriversCloud Driver Genius Snappy Driver Installer There are some more alternatives listed here... https://alternativeto.net/software/snappy-driver I use Driver Grabber to pull drivers off a machine so I can then use them on another of the same make and model. It's possible to do that with PowerShell now. Export-WindowsDriver -Online -Destination "C:\Drivers\$((Get-WmiObject -Class win32_computersystem).Model)" 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now