Reboot after installing drivers
This commit is contained in:
parent
da3232a36e
commit
36cfa519ed
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ function Invoke-WindowsInstallation([Context] $context)
|
|||
|
||||
Write-Information "Finished installing drivers";
|
||||
$context.Set("DriversInstalled", 1);
|
||||
$context.Reboot();
|
||||
exit;
|
||||
}
|
||||
|
||||
New-PersonalUser $context;
|
||||
|
|
Loading…
Reference in a new issue