tantrus332

Results 4 comments of tantrus332

When started as an administrator, nothing changes.

I'm new to Rust, and I've never used the Windows API directly, so I'm afraid I will not be able to help much, but I'll try to look.

I think that the error is not specific for Windows 7, as the code for some functions (get_cmd_line, get_proc_env in file src/windows/process.rs) is commented out and will always return an...

Perhaps it's worth using WMI with a wrapper to get the processes command line/executable path. For example: [pc-manager](https://github.com/woodgear/pc-manager)