Allow creation of multiple users
This commit is contained in:
parent
f1310bafdf
commit
0246633c68
4 changed files with 41 additions and 12 deletions
scripts/Windows/Scripts
|
@ -6,7 +6,7 @@ class Context {
|
|||
[string]$EntryPoint;
|
||||
[string]$RootDir;
|
||||
[string]$BackupName;
|
||||
[string]$UserName;
|
||||
[string[]]$UserNames;
|
||||
[string]$AdminName = "Admin";
|
||||
[string]$ConfigRoot = "HKLM:\Software\PortValhalla";
|
||||
[string]$RunOnceName = "PortValhalla";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue