Difference between revisions of "Microsoft Surface Driver Pack Extraction"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Created page with "You can extract the gimped up Microsoft Surface Driver MSI with the following command and then manipulate the drivers manually on a non Surface device. <code>msiexec /a Surfa...")
 
(No difference)

Latest revision as of 11:17, 27 February 2019

You can extract the gimped up Microsoft Surface Driver MSI with the following command and then manipulate the drivers manually on a non Surface device.

msiexec /a SurfaceStudio_Win10_161504_0.msi targetdir=C:\SurfaceStudioDrivers /qn[1]

References