mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-08-23 08:02:07 +00:00
Enhance app removal verification and error reporting (#735)
This commit is contained in:
@@ -7,7 +7,7 @@ function Show-CliLastUsedSettings {
|
||||
}
|
||||
catch {
|
||||
Write-Error "Failed to load settings from LastUsedSettings.json file: $_"
|
||||
Wait-ForKeyPress
|
||||
Wait-ForKeyPress -ExitCode 1
|
||||
}
|
||||
|
||||
if ($Silent) {
|
||||
@@ -17,4 +17,4 @@ function Show-CliLastUsedSettings {
|
||||
|
||||
Write-PendingChanges
|
||||
Write-CliHeader 'Custom Mode'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user