Skip to content

Commit 813277a

Browse files
committed
Update sysmon auto-installer for 64bit svc change
1 parent 777404d commit 813277a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install Sysmon.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo [+] Downloading Sysmon config...
2020
@powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ion-storm/sysmon-config/develop/sysmonconfig-export.xml','C:\ProgramData\sysmon\sysmonconfig-export.xml')"
2121
@powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ion-storm/sysmon-config/develop/Auto_Update.bat','C:\ProgramData\sysmon\Auto_Update.bat')"
2222
sysmon64.exe -accepteula -i sysmonconfig-export.xml
23-
sc failure Sysmon actions= restart/10000/restart/10000// reset= 120
23+
sc failure Sysmon64 actions= restart/10000/restart/10000// reset= 120
2424
echo [+] Sysmon Successfully Installed!
2525
echo [+] Creating Auto Update Task set to Hourly..
2626
SchTasks /Create /RU SYSTEM /RL HIGHEST /SC HOURLY /TN Update_Sysmon_Rules /TR C:\ProgramData\sysmon\Auto_Update.bat /F /ST %tasktime%

0 commit comments

Comments
 (0)