Windows Tips

idrob

VIP Member
VIP Member
Joined
Sep 17, 2009
Messages
2,375
Reaction score
1,481
For whatever reason when ever I install a clean version (as opposed to upgrade) of Windows, It will install generic drivers for my hardware, so what I have been doing for some years now is keep a spare copy of windows/system 32 on a USB drive and direct windows manually to where the drivers are kept.

Recently I came across another method of saving the windows drivers to a folder which might come in handy for others.


Create a "Drivers" folder for example: "C:\Drivers" then run this from command prompt as admin to export the drivers:

Dism /online /Export-Driver /Destination:C:\Drivers

Then when you've installed windows run this command to import the drivers into your new windows operating system:

Dism /online /Add-Driver /Driver:C:\Drivers /Recurse
 

Attachments

  • command prompt 1.png
    command prompt 1.png
    125.7 KB · Views: 13
does this include drivers needed for specific drivers for say Dell or just drivers for windows only ?
 
does this include drivers needed for specific drivers for say Dell or just drivers for windows only ?

What ever drivers you've got installed on your system will be extracted to the folder you create.

So its all drivers.
 
For whatever reason when ever I install a clean version (as opposed to upgrade) of Windows, It will install generic drivers for my hardware, so what I have been doing for some years now is keep a spare copy of windows/system 32 on a USB drive and direct windows manually to where the drivers are kept.

Recently I came across another method of saving the windows drivers to a folder which might come in handy for others.


Create a "Drivers" folder for example: "C:\Drivers" then run this from command prompt as admin to export the drivers:

Dism /online /Export-Driver /Destination:C:\Drivers

Then when you've installed windows run this command to import the drivers into your new windows operating system:

Dism /online /Add-Driver /Driver:C:\Drivers /Recurse
works a treat
 
it does work a treat

i thought this was common knowledge lol

my mistake
 
Another (dumb) question :Hit:

so if it backs up all drivers, if I was to reinstall a fresh windows it obviously wouldn't install any junk drivers that I won't install from the original dell I backed up from ?
 
Another (dumb) question :Hit:

so if it backs up all drivers, if I was to reinstall a fresh windows it obviously wouldn't install any junk drivers that I won't install from the original dell I backed up from ?

the backup comes from system 32 where windows keeps only the essential drivers, so you are only backing up the essential drivers and no junk drivers.
 
Thanking you :)
 
7gb worth of drivers backed up
Cheers @idrop rep added
 
Last edited by a moderator:
7GB seems excessive m8

I was thinking that as-well, what hardware can one possibly be using to accumulate 7 gigs of drivers but I was too chicken to ask.
 
tbh I thought the same, but I only copied the command
Untitled (2).jpg

Ive not installed much on it tbh its only a few months old
 
tbh I thought the same, but I only copied the command
View attachment 89343

Ive not installed much on it tbh its only a few months old

I only installed this version of windows a few days ago and from yesterday to now it has installed 9 more drivers, so this time when I run the command it has 17 drivers instead of yesterdays 8. but still the drivers folder is only 630 MB.

Perhaps some one else who has had windows installed for a long time can try the command and tell us how many drivers are backed up and how much space it takes.
 

Attachments

  • Untitled 11-06-15 3.png
    Untitled 11-06-15 3.png
    237.3 KB · Views: 16
Thanks guys, the command Dism was introduced with win 8 so it wont work with win 7.

I don't know why Rat has 7gigs worth of drivers but as we can see for the rest of us its normal.

I guess we have to study this command in more detail if we are going to figure that one out:


https://technet.microsoft.com/en-us/library/hh825236.aspx
 
Could only happen to me lol
 
Back
Top