diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index 05ed136..20d8e7e 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -18,7 +18,7 @@ function Run-Trusted([String]$command) { sc.exe start TrustedInstaller | Out-Null #set bin back to default sc.exe config TrustedInstaller binpath= "`"$DefaultBinPath`"" | Out-Null - Stop-Service -Name TrustedInstaller -Force -ErrorAction SilentlyContinue + # Stop-Service -Name TrustedInstaller -Force -ErrorAction SilentlyContinue }