Cleanup / Linting

This commit is contained in:
Raphire
2025-05-25 20:25:06 +02:00
parent 44703765fb
commit 0aa146ac3e
4 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ param (
# Show error if current powershell environment does not have LanguageMode set to FullLanguage
if ($ExecutionContext.SessionState.LanguageMode -ne "FullLanguage") {
Write-Host "Error: Win11Debloat is unable to run on your system. Powershell execution is restricted by security policies" -ForegroundColor Red
Write-Host "Error: Win11Debloat is unable to run on your system. PowerShell execution is restricted by security policies" -ForegroundColor Red
Write-Output ""
Write-Output "Press enter to exit..."
Read-Host | Out-Null