How do I go about backing up/saving installed device drivers in Windows?

10

6

I want to reinstall Windows 2000 on a machine which has some very obscure drivers. I don't much fancy having to hunt round for them (that's if I'm able to locate them at all).

Is it possible to save or backup already installed drivers?

If so, how do I do this? How do I then go about installing these 'saved' drivers?

Umber Ferrule

Posted 2009-08-25T22:28:23.623

Reputation: 3 149

What drivers are they? Someone on here might know where to find them... – arathorn – 2009-08-25T22:40:23.867

Has anyone used the apps suggested below? What are your experiences? Thanks. – Umber Ferrule – 2009-08-26T14:23:21.590

Answers

8

Within every Windows workstation operating system since the release of Vista in November 2006, the DriverStore folder has made this process relatively easy without the need for any third-party software.

On the machine in question (or from one with identical hardware), copy the following folder to a DVD-R or an external USB drive:

%SystemDrive%\Windows\System32\DriverStore

This folder will provide you with a comprehensive backup of all the pertinent device drivers installed on that computer.

After the operating system has been reloaded, you can temporarily attach your backup media to the computer and restore any missing drivers in this manner:

  1. Within Device Manager, right-click each missing device and select Update driver software...

    Update Driver Software

  2. On the next screen select Browse my computer for driver software

    Browse my computer for driver software

  3. Navigate to the temporary location of that DriverStore folder, ensure that the box is checked to Include subfolders and click Next

    Search for driver software in this location

Follow the same procedure for every problematic device, and each driver will be installed successfully.

Run5k

Posted 2009-08-25T22:28:23.623

Reputation: 13 092

1

I needed to do the very same thing you talk about, and I went with:

DriverBackup!

Info:

Fast and user-friendly free tool for drivers's backup, restoration and removal with command line options, automatic restoration from CD\DVD and path formatting. DriverBackup! includes also an interactive command line builder.

Screenshot:

enter image description here

My reasons for choosing that one:

  • All the other alternatives I know of, are either shareware, or freeware, and I don't like to trust drivers (and the headache it'll cause me to search for them) on closed source code.
  • The program gives you 2 options: 1> It backups up to a file that only it will recognize for later restoration 2> (my option) It saves the files you need for when windows shows the "New Hardware Found" dialog (this way the program may break, never work again or .... and you're safe)

That's my 2 cents

Krazy_Kaos

Posted 2009-08-25T22:28:23.623

Reputation: 1 614