mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-09 02:32:50 +01:00
feat: verbose security
This commit is contained in:
@@ -272,9 +272,9 @@ System
|
||||
}
|
||||
}
|
||||
} elseif ($line -match '.*enabled.*\(') {
|
||||
Write-Host $line -ForegroundColor Green
|
||||
Write-Host $line -ForegroundColor Green -NoNewline
|
||||
} else {
|
||||
Write-Host $line
|
||||
Write-Host $line -NoNewline
|
||||
}
|
||||
}
|
||||
Write-Host ""
|
||||
|
||||
Reference in New Issue
Block a user