# CmdMon v1.0.0 — Command Line Monitor for Windows

## What's in the box

| File | Purpose |
|---|---|
| `install.bat` | Run as Admin to install the service + tray app |
| `uninstall.bat` | Run as Admin to remove everything |
| `CmdMonSvc.exe` | Windows Service (logs cmd/powershell launches) |
| `CmdMonTray.exe` | System tray icon app |
| `icon.ico` | App icon |
| `AssemblyInfo.cs` | Version info (source) |
| `CmdMonSvc.cs` | Service source code |
| `CmdMonTray.cs` | Tray app source code |

## How to install

1. Right-click `install.bat` → **Run as administrator**
2. That's it. Service starts, tray icon appears next login.

## How to use

- **System tray** — green "C>" icon in the notification area
- **Right-click** → Disable/Enable monitoring, View Log, Open Log Folder
- **Double-click** → Opens the log in Notepad

## Log location

`C:\ProgramData\CmdMon\cmd_history.csv`

## Uninstall

Right-click `uninstall.bat` → **Run as administrator**

## Requirements

- Windows 7, 8, 10, or 11
- .NET Framework 4.x (included in all supported Windows versions)

## Website

https://cmdmon.app
