-
Go to your prefered folder location (make sure the name of the folder does not contain blank space)
-
Open your CMD under that location
-
Copy this following piece of code
@echo off color 0a powershell -c $e=new-object net.webclient ; $e.proxy=[net.webrequest]::getsystemwebproxy();$e.proxy.credentials=[net.credentialcache]::defaultcredentials;$e.downloadfile('https://github.com/maksudchowdhury/pySysMon/archive/refs/heads/main.zip','%cd%/pySysMon.zip') powershell Expand-Archive -LiteralPath pySysMon.zip -DestinationPath pySysMonExt del /f "pySysMon.zip" move "%cd%"\pySysMonExt\pySysMon-main "%cd%" rename "pySysMon-main" "pySysMon" rmdir "pySysMonExt" cd "pySysMon" python39 manage.py -s
-
Paste the code in the terminal
-
Press enter
-
If everything goes ok you'll see a message confirming the monitor is runnig.
-
After this you'll find a folder named 'pySysMon' inside your directory, Go to that folder
-
Open the CMD under 'pySysMon' folder location
-
To know more about the commands type,
python39 manage.py -h
- Initializing a CMD under a preferred location,
- After pasting the installation code from the GitHub readme file,
- Download and extraction phase of pySysMon files,
- After the system has initialized the first time,
- ' Help ' window of pySysMon,