From cf26451055544dd2d7edda30ddd12a5d21dce519 Mon Sep 17 00:00:00 2001 From: Henk Poley Date: Fri, 12 May 2023 14:17:23 +0200 Subject: [PATCH] Update README.md Accepting the Sysmon EULA and installing a config nowadays need to be on separate lines. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4ec413..aa6681eb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Note: Exact syntax and filtering choices in the configuration are highly deliber ### Install ### Run with administrator rights ~~~~ -sysmon.exe -accepteula -i sysmonconfig-export.xml +sysmon.exe -accepteula +sysmon.exe -i sysmonconfig-export.xml ~~~~ ### Update existing configuration ###