From a68c0a53fbb0dc5e4d6be3f62585bcdca961420b Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Sat, 16 Aug 2025 02:03:53 +0200 Subject: [PATCH] Fix system restore actions not being printed --- Win11Debloat.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 008a2fd..ab3a6a4 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -800,6 +800,8 @@ function CreateSystemRestorePoint { Write-Output "Press any key to continue anyway..." $null = [System.Console]::ReadKey() return + } else { + Receive-Job $enableSystemRestoreJob } } else { Write-Output "" @@ -836,6 +838,8 @@ function CreateSystemRestorePoint { Write-Output "" Write-Output "Press any key to continue anyway..." $null = [System.Console]::ReadKey() + } else { + Receive-Job $createRestorePointJob } Write-Output ""