From a406cc9c4343e1c4a3ba6d11f838d5a6c735eb03 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 7 Sep 2022 13:37:34 -0500 Subject: [PATCH] Pretty Powershell --- winutil.ps1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/winutil.ps1 b/winutil.ps1 index a3b26c37..3939cc9e 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -36,6 +36,17 @@ $xaml.SelectNodes("//*[@Name]") | % { Set-Variable -Name "WPF$($_.Name)" -Value Function Get-FormVariables { If ($global:ReadmeDisplay -ne $true) { Write-host "If you need to reference this display again, run Get-FormVariables" -ForegroundColor Yellow; $global:ReadmeDisplay = $true } + + write-host "██████╗████████╗████████╗" + write-host "██╔═══╝╚══██╔══╝╚══██╔══╝" + write-host "██║ ██║ ██║ " + write-host "██║ ██║ ██║ " + write-host "██████╗ ██║ ██║ " + write-host "╚═════╝ ╚═╝ ╚═╝ " + write-host "====Chris Titus Tech=====" + write-host "=====Windows Toolbox=====" + + #====DEBUG GUI Elements==== #write-host "Found the following interactable elements from our form" -ForegroundColor Cyan @@ -636,7 +647,7 @@ $WPFtweaksbutton.Add_Click({ "DPS" # Diagnostic Policy Service (Detects and Troubleshoots Potential Problems) "edgeupdate" # Edge Update Service "edgeupdatem" # Another Update Service - "EntAppSvc" # Enterprise Application Management. + #"EntAppSvc" # Enterprise Application Management. "Fax" # Fax Service "fhsvc" # Fax History "FontCache" # Windows font cache