Open jlcarvalho opened 3 months ago
In some cases it may be necessary to use a custom function to retrieve League's command line string, since the current methods (Get-CimInstance and wmic) rely on WMI, which may be unavailable (or broken) on some Windows machines.
Get-CimInstance
wmic
This PR implements @junlarsen's suggestion from the discussion in https://github.com/junlarsen/league-connect/discussions/124.
In some cases it may be necessary to use a custom function to retrieve League's command line string, since the current methods (
Get-CimInstance
andwmic
) rely on WMI, which may be unavailable (or broken) on some Windows machines.This PR implements @junlarsen's suggestion from the discussion in https://github.com/junlarsen/league-connect/discussions/124.