备份系统驱动

介绍

    # PowerShell(管理员)
    mkdir C:\1 -Force
    dism /online /export-driver /destination:C:\1

    恢复备份

    # 管理员PowerShell
    pnputil /add-driver C:\1\*.inf /subdirs /install