From 256f7b62dce508c85255526903752c1ddc5a5fbc Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:12:49 +0100 Subject: [PATCH 1/2] chore(docs): add Windows wmic information to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d845fbe..2eb8efb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ ## Install -Requires [Node](https://nodejs.org/en/) version 16 or above. +- Requires [Node](https://nodejs.org/en/) version 16 or above. +- Requires the "Windows Management Instrumentation command-line" (WMIC) utility on Windows for shut down server functionality. Refer to [How to install WMIC Feature on Demand on Windows 11](https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530) if you are using Windows 11 24H2, since WMIC is no longer installed by default. ```sh npm install --save-dev start-server-and-test From 7de90b462178f47618a0755908d84f7f8f83b40d Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:15:30 +0100 Subject: [PATCH 2/2] Add Windows Server 2025 for removed WMIC FoD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb8efb..9d58a27 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Install - Requires [Node](https://nodejs.org/en/) version 16 or above. -- Requires the "Windows Management Instrumentation command-line" (WMIC) utility on Windows for shut down server functionality. Refer to [How to install WMIC Feature on Demand on Windows 11](https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530) if you are using Windows 11 24H2, since WMIC is no longer installed by default. +- Requires the "Windows Management Instrumentation command-line" (WMIC) utility on Windows for shut down server functionality. Refer to [How to install WMIC Feature on Demand on Windows 11](https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530) if you are using Windows 11 24H2 or Windows Server 2025, since WMIC is no longer installed by default. ```sh npm install --save-dev start-server-and-test