Option 1:
Download
or
https://www.microsoft.com/en-us/download/details.aspx?id=101315
Open CMD as an Administrator
msiexec /a C:\Temp\SurfaceBook3_Win10_18362_21.063.33118.0.msi /qn targetdir=C:\Temp\SurfaceBook3
Option 2:
If you have a surface that is already set-up and has all of its drivers .
You can extract them via powershell using the Export-WindowsDriver command.
Open PowerShell as an Administrator
Export-WindowsDriver -Destination "C:\Temp\Drivers" -Online
Leave a Reply