changed menu name

This commit is contained in:
shaun.greatbatch
2025-09-18 14:22:25 +01:00
parent 6886d42010
commit f4d27570e5

View File

@ -267,11 +267,11 @@ function do-wingetupgrades {
# ------- Main Menu ------- # ------- Main Menu -------
do { do {
Clear-Host Clear-Host
Write-Host "=== My Admin Menu ===" -ForegroundColor Cyan Write-Host "=== SRG Admin Menu ===" -ForegroundColor Cyan
Write-Host " 1) Connect to a machine (Enter-PSSession as current user)" Write-Host " 1) Connect to a machine (Enter-PSSession as current user)"
Write-Host " 2) Remove Windows apps (local or remote)" Write-Host " 2) Remove Windows apps (local or remote)"
Write-Host " 3) Restart a service (submenu)" Write-Host " 3) Restart a service (submenu)"
write-Host " 4) Run Winget Upgrades" write-Host " 4) Run Winget Upgrades"
Write-Host " 0) Quit`n" Write-Host " 0) Quit`n"
$choice = Read-Host "Choose an option" $choice = Read-Host "Choose an option"