Created
February 23, 2015 16:37
-
-
Save ianblenke/67e82cc95e924b961d32 to your computer and use it in GitHub Desktop.
loading virtio drivers in windows recovery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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