PortValhalla/profiles/Generic/Windows/Setup.ps1

6 lines
219 B
PowerShell
Raw Normal View History

#!/bin/pwsh
$env:WIN_COMPUTER_NAME = "win11";
$env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Install.ps1");
2023-09-27 10:33:35 +00:00
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";