From f4d27570e56150eda664fd423adf2372923f6c32 Mon Sep 17 00:00:00 2001 From: "shaun.greatbatch" Date: Thu, 18 Sep 2025 14:22:25 +0100 Subject: [PATCH] changed menu name --- SRGAdminMenu.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SRGAdminMenu.ps1 b/SRGAdminMenu.ps1 index aeda3ed..4be9466 100644 --- a/SRGAdminMenu.ps1 +++ b/SRGAdminMenu.ps1 @@ -267,11 +267,11 @@ function do-wingetupgrades { # ------- Main Menu ------- do { 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 " 2) Remove Windows apps (local or remote)" Write-Host " 3) Restart a service (submenu)" - write-Host " 4) Run Winget Upgrades" + write-Host " 4) Run Winget Upgrades" Write-Host " 0) Quit`n" $choice = Read-Host "Choose an option"