feat: verbose security

This commit is contained in:
fukusuket
2025-04-02 12:24:42 +09:00
parent 162f295d9b
commit 20c78d55a6

View File

@@ -237,7 +237,6 @@ System
$msgLines = $msg -split "`n"
foreach ($line in $msgLines) {
if ($line -match '.*disabled.*\(') {
Write-Host $line -ForegroundColor Red
$parts = $line -split '(disabled.*\))'
foreach ($part in $parts) {
if ($part -match '.*disabled.*$') {