Prevent future auto logins

This commit is contained in:
Manuel Thalmann 2023-06-22 23:04:13 +02:00
parent 2365d3320c
commit 686251b0f7
2 changed files with 2 additions and 1 deletions
scripts/Windows/Scripts

View file

@ -3,6 +3,7 @@ class Context {
[string]$RootDir;
[string]$BackupName;
[string]$UserName;
[string]$AdminName = "Admin";
[string] BackupRoot() {
if (-not $this.RootDir)
{