Skip to content

Removed dependency on WMIC#100

Open
PrinterNB wants to merge 3 commits into
Linesight-RL:mainfrom
PrinterNB:main
Open

Removed dependency on WMIC#100
PrinterNB wants to merge 3 commits into
Linesight-RL:mainfrom
PrinterNB:main

Conversation

@PrinterNB

Copy link
Copy Markdown

This PR removes the dependency on wmic, which has been deprecated and is no longer included in modern Windows versions (Windows 10 21H1+ and Windows 11). Linesight currently uses wmic to detect running TrackMania processes, which causes failures on systems where wmic is unavailable.

This update replaces the wmic call with a supported, modern method for enumerating processes, restoring compatibility with all current Windows installations.

Closes #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing troubleshoot documentation on WMIC Removal

1 participant