Update RemoveWindowsAi.ps1
This commit is contained in:
@@ -149,7 +149,7 @@ function Write-Status {
|
|||||||
#setup script
|
#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
|
#get powershell version to ensure run-trusted doesnt enter an infinite loop
|
||||||
$version = $PSVersionTable.PSVersion
|
$version = $PSVersionTable.PSVersion
|
||||||
@@ -1447,7 +1447,7 @@ else {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$window = New-Object System.Windows.Window
|
$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.Width = 600
|
||||||
$window.Height = 700
|
$window.Height = 700
|
||||||
$window.WindowStartupLocation = 'CenterScreen'
|
$window.WindowStartupLocation = 'CenterScreen'
|
||||||
|
|||||||
Reference in New Issue
Block a user