fix(windows): load viogpudo after Windows PE pass
This commit is contained in:
parent
6a34e59f7b
commit
3bb13330cc
14
quickget
14
quickget
|
@ -2942,18 +2942,15 @@ function unattended_windows() {
|
||||||
<Path>E:\qxldod\w10\amd64</Path>
|
<Path>E:\qxldod\w10\amd64</Path>
|
||||||
</PathAndCredentials>
|
</PathAndCredentials>
|
||||||
<PathAndCredentials wcm:action="add" wcm:keyValue="7">
|
<PathAndCredentials wcm:action="add" wcm:keyValue="7">
|
||||||
<Path>E:\viogpudo\w10\amd64</Path>
|
|
||||||
</PathAndCredentials>
|
|
||||||
<PathAndCredentials wcm:action="add" wcm:keyValue="8">
|
|
||||||
<Path>E:\viorng\w10\amd64</Path>
|
<Path>E:\viorng\w10\amd64</Path>
|
||||||
</PathAndCredentials>
|
</PathAndCredentials>
|
||||||
<PathAndCredentials wcm:action="add" wcm:keyValue="9">
|
<PathAndCredentials wcm:action="add" wcm:keyValue="8">
|
||||||
<Path>E:\NetKVM\w10\amd64</Path>
|
<Path>E:\NetKVM\w10\amd64</Path>
|
||||||
</PathAndCredentials>
|
</PathAndCredentials>
|
||||||
<PathAndCredentials wcm:action="add" wcm:keyValue="10">
|
<PathAndCredentials wcm:action="add" wcm:keyValue="9">
|
||||||
<Path>E:\viofs\w10\amd64</Path>
|
<Path>E:\viofs\w10\amd64</Path>
|
||||||
</PathAndCredentials>
|
</PathAndCredentials>
|
||||||
<PathAndCredentials wcm:action="add" wcm:keyValue="11">
|
<PathAndCredentials wcm:action="add" wcm:keyValue="10">
|
||||||
<Path>E:\Balloon\w10\amd64</Path>
|
<Path>E:\Balloon\w10\amd64</Path>
|
||||||
</PathAndCredentials>
|
</PathAndCredentials>
|
||||||
</DriverPaths>
|
</DriverPaths>
|
||||||
|
@ -3027,6 +3024,11 @@ function unattended_windows() {
|
||||||
<Description>Disable Hibernation</Description>
|
<Description>Disable Hibernation</Description>
|
||||||
<Order>5</Order>
|
<Order>5</Order>
|
||||||
</SynchronousCommand>
|
</SynchronousCommand>
|
||||||
|
<SynchronousCommand wcm:action="add">
|
||||||
|
<CommandLine>pnputil /add-driver E:\viogpudo\w10\amd64\viogpudo.inf /install</CommandLine>
|
||||||
|
<Description>Install viogpudo driver</Description>
|
||||||
|
<Order>6</Order>
|
||||||
|
</SynchronousCommand>
|
||||||
</FirstLogonCommands>
|
</FirstLogonCommands>
|
||||||
</component>
|
</component>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
Loading…
Reference in New Issue