So it turns out that wmic.exe is deprecated in Windows 11, which we use to identify running Tye processes (in order to gather related information like the exact command line which isn't available via other task-related commands).
We need to move to the recommended PowerShell-based WMI utility.
So it turns out that
wmic.exe
is deprecated in Windows 11, which we use to identify running Tye processes (in order to gather related information like the exact command line which isn't available via other task-related commands).We need to move to the recommended PowerShell-based WMI utility.