warden icon indicating copy to clipboard operation
warden copied to clipboard

Warden.NET is an easy to use process management library for keeping track of processes on Windows.

Results 7 warden issues
Sort by recently updated
recently updated
newest added

Are there any further examples available anywhere? The given example app is not especially useful. Many thanks.

Please add net461 target

hello please add a net461 target framework, thanks.

Although it's the default behavior, the regex pattern added with commit https://github.com/RainwayApp/warden/commit/4948bd6a31df4ad6c528426302b9ee4e20e9ddce does not accept commands from environment paths, as I have mentioned on issue https://github.com/RainwayApp/warden/issues/6 . So I changed...

Hello, can you share some guidance, on monitoring process, killing thread/process if its runaway or hung (beyond 10 mins for e.g.) Also, its asking for admin privileges , any chance...

Are you planning to make net core port?

The line below sets the default behavior for process paths as accepting only full paths. https://github.com/RainwayApp/warden/blob/ea0f8ed873fa521b11798af64c268806d7e573b3/Warden/Core/Launchers/Win32Launcher.cs#L16 That makes the line below to give exception because "notepad" is called from environment...