Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zbalkan committed May 2, 2022
1 parent 029a63b commit d1abf9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ USAGE: ClipboardMonitor [ARGUMENTS]
-?, -h, /h, --help Displays this message box.
```

### WARNING
ClipboardMonitor requires Administrator (`SeDebugPrivilege`) privileges as of latest release.

In case of interruption, such as running `taskkill` command or killing the process using Task Manager, user will get a BSOD `CRITICAL_PROCESS_DIED`.

## Development
ClipboardMonitor is built with .NET 6 and WPF. Therefore you need Visual Studio with .NET Desktop Development features for development.
ClipboardMonitor is built with .NET 6 and WPF. Therefore, you need Visual Studio with .NET Desktop Development features for development.

0 comments on commit d1abf9f

Please sign in to comment.