8 lines
No EOL
371 B
PowerShell
8 lines
No EOL
371 B
PowerShell
. "$PSScriptRoot/../../../scripts/Windows/Scripts/Prerequisites.ps1";
|
|
. "$PSScriptRoot/../../../scripts/Windows/Scripts/Context.ps1";
|
|
|
|
Write-Host "Starting Restoration of Windows";
|
|
. "$PSScriptRoot/../../../scripts/Windows/OS/Install.ps1";
|
|
[Context]$context = [Context]::new();
|
|
$context.EntryPoint = "$($MyInvocation.MyCommand.Path)";
|
|
Invoke-WindowsInstallation $context; |