From bf2cb5b0d858869249cacab7bee8d2780cd50219 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Tue, 28 Oct 2025 15:43:12 +0000 Subject: [PATCH] Update RemoveWindowsAi.ps1 --- RemoveWindowsAi.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index fb6c5f8..e371789 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -149,7 +149,7 @@ function Write-Status { #setup script #===================================================================================== -Write-Host '~ ~ ~ Remove Windows AI by @zoicware ~ ~ ~' -ForegroundColor DarkCyan +Write-Host '~ ~ ~ Remove Windows AI by @zoicware (modified by Vichingo455) ~ ~ ~' -ForegroundColor DarkCyan #get powershell version to ensure run-trusted doesnt enter an infinite loop $version = $PSVersionTable.PSVersion @@ -1447,7 +1447,7 @@ else { } $window = New-Object System.Windows.Window - $window.Title = 'Remove Windows AI - by @zoicware' + $window.Title = 'Remove Windows AI - by @zoicware (modified by Vichingo455)' $window.Width = 600 $window.Height = 700 $window.WindowStartupLocation = 'CenterScreen'