Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): add Windows wmic information to README #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeMcC399
Copy link

@MikeMcC399 MikeMcC399 commented Nov 30, 2024

Issue

start-server-and-test uses the npm package [email protected], with cross-platform support, to implement the shut down server functionality.

As shown in the ps-tree > README > Windows section, ps-tree makes use of the wmic utility on Windows. This is the "Windows Management Instrumentation command-line" utility executable, also referred to as WMIC (upper case).

WMIC has however been deprecated by Microsoft since Aug 2016 and is removed by default in Windows 11 24H2.

There is currently no higher version of ps-tree available which removes the dependency on WMIC. There are two associated open PRs indexzero/ps-tree#59 and indexzero/ps-tree#62 which have not received any maintainer feedback.

Change

Add information into the README > Install section for Windows 11 24H2.

References

@MikeMcC399 MikeMcC399 mentioned this pull request Nov 30, 2024
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.

1 participant