$DriverBackupPath = "$($env:USERNAME)\Downloads\DriverBackup\$($(Get-WmiObject -Class:Win32_ComputerSystem).Manufacturer)\$($(Get-WmiObject -Class:Win32_ComputerSystem).Model)" mkdir -p $DriverBackupPath -Force Export-WindowsDriver -Verbose -Destination $DriverBackupPath -Online
Last Updated on August 17, 2024