mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-08 18:22:50 +01:00
feat: verbose security
This commit is contained in:
@@ -281,7 +281,7 @@ System
|
||||
$parts = $line -split '(enabled.*\))'
|
||||
foreach ($part in $parts) {
|
||||
if ($part -match '.*enabled.*$') {
|
||||
Write-Host -NoNewline $part -ForegroundColor Red
|
||||
Write-Host -NoNewline $part -ForegroundColor Green
|
||||
} else {
|
||||
Write-Host -NoNewline $part
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user