Skip to content

v1.07

Latest

Choose a tag to compare

@qjimbo qjimbo released this 22 Aug 18:45
dcaa576

Releases now on GitHub!

Fixes in this release:

  • User Bowi reported a log file that indicated a permissions issue when using Process.GetProcessById(runningId).MainModule.FileName, we also tried using ManagementObjectSearcher($"SELECT ExecutablePath FROM Win32_Process WHERE ProcessId = {processId}")) which also did not work. This is now fixed using P/Invoke to use the OpenProcess WinAPI call with PROCESS_QUERY_LIMITED_INFORMATION which appears to work OK!

  • More verbose logging for better debugging in future.