-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Gnawbie edited this page Mar 26, 2026
·
1 revision
- Windows 10 or 11
- PowerShell 5.1 (included in Windows -- no install needed)
- Administrator rights are not required, but WMI access must be available (default on all standard Windows installs)
Clone the repo or download the ZIP from GitHub and extract it anywhere -- for example:
C:\Tools\ProcessMonitor\
All files must stay in the same folder.
Windows may block scripts downloaded from the internet. To unblock:
Option A -- Right-click:
- Right-click
ProcessMonitor.ps1 - Click Properties
- At the bottom, tick Unblock -> OK
Option B -- PowerShell:
Unblock-File -Path "C:\Tools\ProcessMonitor\ProcessMonitor.ps1"Option C -- Use the included tool:
Double-click Diagnose-Monitor.bat -- it unblocks and runs the script visibly so you can see any errors.
Double-click Start-Monitor.bat.
A green circle icon will appear in the system tray. Logs are written to:
%USERPROFILE%\ProcessMonitorLogs\
To start automatically when Windows boots:
- Press
Win + R-> typeshell:startup-> Enter - Create a shortcut to
Start-Monitor.vbsin that folder
Use Start-Monitor.vbs (not the .bat) so no console window flashes on login.