Improving WDAC and Update exec

This commit is contained in:
2023-11-13 14:46:12 +01:00
parent 4d4d5f7f06
commit e26cb16124
4 changed files with 27 additions and 6 deletions

View File

@@ -33,6 +33,4 @@ function Show-WDACMenu {
default { Write-Host "Invalid selection. Please choose 1, 2, or 3." }
}
} while ($selection -ne "1" -and $selection -ne "2" -and $selection -ne "3")
}
Show-WDACMenu
}