Jump to content

Recommended Posts

Posted

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

Posted
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...
Posted
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?

 

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)"

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...