Skip to content

Instantly share code, notes, and snippets.

@jkniiv
Created November 20, 2019 16:55
Show Gist options
  • Save jkniiv/d24795c849292b60646f7a88d87f4d99 to your computer and use it in GitHub Desktop.
Save jkniiv/d24795c849292b60646f7a88d87f4d99 to your computer and use it in GitHub Desktop.
Installing Lenovo's SCCM-packaged Windows drivers for ThinkPad X250 w/ dpinst.exe (place this xml in c:\drivers\sccm and run dpinst)
<?xml version="1.0" ?>
<dpinst>
<search>
<subDirectory>*</subDirectory>
</search>
<scanHardware/>
<quietInstall/>
</dpinst>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment