diff --git a/RemoveWindowsAi.ps1 b/RemoveWindowsAi.ps1 index c91a90e..bfacff6 100644 --- a/RemoveWindowsAi.ps1 +++ b/RemoveWindowsAi.ps1 @@ -272,7 +272,7 @@ function Disable-Registry-Keys { if (!(Test-Path $backupPath)) { New-Item $backupPath -Force -ItemType Directory | Out-Null } - Reg.exe export 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSAIFabricSvc' "$backupPath\$backupFile" >$null + Reg.exe export 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSAIFabricSvc' "$backupPath\$backupFile" | Out-Null } Write-Status -msg 'Removing up WSAIFabricSvc...' #delete the service