Set the user name by default
This commit is contained in:
parent
6fcb7fb4a8
commit
f1310bafdf
3 changed files with 1 additions and 2 deletions
scripts/Windows/OS
|
@ -9,6 +9,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
|||
{
|
||||
$ErrorActionPreference = "Inquire";
|
||||
. "$PSScriptRoot/../Scripts/Prerequisites.ps1";
|
||||
$context.UserName ??= "Manuel";
|
||||
Start-WindowsInstallation $context;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue