Added hash check to setupTmp

Fixed issue with custom apps in choco
This commit is contained in:
2023-11-15 10:44:33 +01:00
parent a0bfedb6ad
commit 3499388a7f
8 changed files with 65 additions and 31 deletions

View File

@@ -1,6 +1,4 @@
# Setup users
function SetupUsers {
$username = "Eleve"
if ($null -eq $(Get-LocalUser -Name $username -ErrorAction SilentlyContinue)) {