diff --git a/windows-event-channels/README.md b/windows-event-channels/README.md index fc3b23f..1fce8af 100644 --- a/windows-event-channels/README.md +++ b/windows-event-channels/README.md @@ -120,7 +120,7 @@ wevtutil im C:\windows\system32\CustomEventChannels.man ``` $xml = wevtutil el | select-string -pattern "WEC" foreach ($subscription in $xml) { - wevtutil sl $subscription /ms:4194304 + wevtutil sl $subscription /ms:4294967296 } ```