diff --git a/content/self-host/windows/_index.en.md b/content/self-host/windows/_index.en.md index 448e960..c82f14e 100644 --- a/content/self-host/windows/_index.en.md +++ b/content/self-host/windows/_index.en.md @@ -63,6 +63,14 @@ nssm install ``` +**Start services** +After successful instalationof services they need to be started. +```cmd +nssm start +nssm start +``` + + **Done !** (The method above has been tested on Windows Server Core 2022 Standard).