From 288feca21864990aba5626299170445d6ff5d345 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:41:55 +0900 Subject: [PATCH] fix: remove service restart from AuditFilter setting command in WELA.ps1 --- WELA.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WELA.ps1 b/WELA.ps1 index a315d61c..5658149f 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -5922,7 +5922,7 @@ function ConfigureAuditSettings { if ($proceed) { try { # AuditFilter の設定 - & certutil.exe -setreg "CA\AuditFilter" 127 >$null 2>&1; Restart-Service -Name 'CertSvc' -Force -ErrorAction Stop + & certutil.exe -setreg "CA\AuditFilter" 127 >$null 2>&1 # 証明書サービスの再起動 Restart-Service -Name "CertSvc" -Force -ErrorAction Stop # 反映確認