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'