Skip to content

Commit 15a51fa

Browse files
authored
Update Auto_Update.bat
1 parent 4f45539 commit 15a51fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Auto_Update.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo on
22
cd C:\ProgramData\sysmon\
3-
@powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ion-storm/sysmon-config/master/sysmonconfig-export.xml','C:\ProgramData\sysmon\sysmonconfig-export.xml')"
3+
@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')"
44
sysmon64 -c sysmonconfig-export.xml
5-
exit
5+
exit

0 commit comments

Comments
 (0)