source:
install_sysmon_deps.bat@
ba17441
| Last change on this file since ba17441 was 640ed89, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 211 bytes | |
| Rev | Line | |
|---|---|---|
| [640ed89] | 1 | @echo off |
| 2 | echo Installing Sysmon Client Dependencies... | |
| 3 | echo. | |
| 4 | ||
| 5 | pip install psutil requests pywin32 | |
| 6 | echo. | |
| 7 | echo ✅ Dependencies installed! | |
| 8 | echo. | |
| 9 | echo To run the Sysmon client: | |
| 10 | echo python sysmon_client.py | |
| 11 | pause |
Note:
See TracBrowser
for help on using the repository browser.
