source:
install_sysmon_deps.bat
| Last change on this file was 640ed89, checked in by , 7 months ago | |
|---|---|
|
|
| File size: 211 bytes | |
| Line | |
|---|---|
| 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.
