Update RemoveWindowsAi.ps1

This commit is contained in:
2025-10-28 15:43:12 +00:00
parent f482286d8f
commit bf2cb5b0d8

View File

@@ -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'