source: install_sysmon_deps.bat@ d42aac3

Last change on this file since d42aac3 was 640ed89, checked in by istevanoska <ilinastevanoska@…>, 7 months ago

Initial commit

  • Property mode set to 100644
File size: 211 bytes
RevLine 
[640ed89]1@echo off
2echo Installing Sysmon Client Dependencies...
3echo.
4
5pip install psutil requests pywin32
6echo.
7echo ✅ Dependencies installed!
8echo.
9echo To run the Sysmon client:
10echo python sysmon_client.py
11pause
Note: See TracBrowser for help on using the repository browser.