diff --git a/profiles/DerGeret/Windows/Restore.ps1 b/profiles/DerGeret/Windows/Restore.ps1 index 78273de8..315f4219 100644 --- a/profiles/DerGeret/Windows/Restore.ps1 +++ b/profiles/DerGeret/Windows/Restore.ps1 @@ -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; \ No newline at end of file +Invoke-WindowsInstallation $context; +Restart-Computer; \ No newline at end of file