Restart computer after installation
This commit is contained in:
parent
19ad2e270a
commit
085bfeffa8
1 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,5 @@ Write-Host "Starting Restoration of Windows";
|
|||
[Context]$context = [Context]::new();
|
||||
$context.EntryPoint = "$($MyInvocation.MyCommand.Path)";
|
||||
$context.UserName = "Manuel";
|
||||
Invoke-WindowsInstallation $context;
|
||||
Invoke-WindowsInstallation $context;
|
||||
Restart-Computer;
|
Loading…
Reference in a new issue