Driver Backup in Windows 10 Pro

Page 2 of 2 FirstFirst 12

  1. Posts : 1
    window
       #11

    I'm using drivermax for backup all driver. It work ok!
      My Computer


  2. Posts : 99
    Windows 10
    Thread Starter
       #12

    nickciat said:
    I'm using drivermax for backup all driver. It work ok!
    Thanks for info
      My Computer


  3. Posts : 1
    Windows 10
       #13

    Hello. i exported my drivers using this code in the text box. Please how do i restore them after formatting and reloading my Windows

    Kyhi said:
    Copy CodeBox into a notepad txt file and Save As > GetDrivers.cmd
    then just run the cmd as admin

    Script will export either On-Line or Off-Line Windows system drivers

    Code:
    @echo off
    title EXPORT SYSTEM DRIVERS
    color 17
    ECHO.
    ECHO ===============================================================================
    ECHO.
    ECHO.              (A) EXPORT CURRENT WINDOWS INSTALLATION DRIVERS
    ECHO.
    ECHO.              (B) EXPORT OFF-LINE WINDOWS INSTALLATION DRIVERS
    ECHO.
    ECHO.              (X) EXIT THIS GET-DRIVERS PROGRAM
    ECHO. 
    ECHO ===============================================================================
    choice /c ABX /n /m  "PLEASE ENTER YOUR SELECTION"
    IF %ERRORLEVEL%==1 GOTO :CURRENT
    IF %ERRORLEVEL%==2 GOTO :OFFLINE
    IF %ERRORLEVEL%==3 GOTO :QUIT
    :CURRENT
    echo.
    echo ===============================================================================
    echo. EXPORTING CURRENT WINDOWS SYSTEM DRIVERS
    echo ===============================================================================
    md "%~dp0DRIVERS"
    Dism /online /Export-Driver /Destination:"%~dp0drivers"
    goto :end
    :OFFLINE
    echo.
    echo ===============================================================================
    echo. YOU HAVE CHOOSEN TO EXPORT DRIVERS FROM AN OFF-LINE WINDOWS INSTALLATION
    echo.
    set /p path="PLEASE ENTER THE DRIVE LETTER FOR THE OFFLINE INSTALLATION: "
    echo ===============================================================================
    echo. EXPORTING OFF-LINE WINDOWS SYSTEM DRIVERS
    echo ===============================================================================
    md "%~dp0DRIVERS"
    Dism /Image:%path%:\ /Export-Driver /Destination:"%~dp0drivers"
    goto :end
    :END
    echo ===============================================================================
    echo. THE SYSTEM DRIVERS HAVE BEEN EXPORTED
    echo ===============================================================================
    pause
    goto :quit
    :QUIT
    exit /b
      My Computer


  4. Posts : 7,254
    Windows 10 Pro 64-bit
       #14

    Ashok Kumar Bag said:
    They are preinstalled. They get installed with the OS.
    I assume then its from a well known brand such as Dell or HP? With those manufacturers you can enter your machine's model into the download page and download all the relevant drivers. You could keep all the downloaded ones for future use if you wanted to but its always best to use the latest versions.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:24.
Find Us




Windows 10 Forums