3 lines
209 B
PowerShell
3 lines
209 B
PowerShell
$env:WIN_COMPUTER_NAME = "DerGeret";
|
|
$env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Restore.ps1");
|
|
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";
|