Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created February 23, 2015 16:37
Show Gist options
  • Save ianblenke/67e82cc95e924b961d32 to your computer and use it in GitHub Desktop.
Save ianblenke/67e82cc95e924b961d32 to your computer and use it in GitHub Desktop.
loading virtio drivers in windows recovery
for %f in (d:\win7\x86\*.inf) do drvload %f
dism /image:c:\ /add-driver /Driver:D:\win7\x86\ /recurse
dism /image:E:\ /add-driver /Driver:D:\win7\x86\ /recurse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment