From 314ba9dfe4ead742743f8cf30e7a494acf8e35d2 Mon Sep 17 00:00:00 2001
From: Alberto Arri <30873160+al-r3@users.noreply.github.com>
Date: Fri, 29 Sep 2017 11:16:16 +0100
Subject: [PATCH] add message warning windows users they might need to manually
 kill explorer demo nodes started by gradle (#1717) (#1726)

---
 docs/source/node-explorer.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/source/node-explorer.rst b/docs/source/node-explorer.rst
index 4fc1a53068..48c0a96088 100644
--- a/docs/source/node-explorer.rst
+++ b/docs/source/node-explorer.rst
@@ -73,6 +73,9 @@ Explorer login credentials to the Issuer nodes are defaulted to ``manager`` and
 Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``.
 Please note you are not allowed to login to the notary.
 
+.. note:: When you start the nodes in Windows using the command prompt, they might not be killed when you close the
+          window or terminate the task. If that happens you need to manually terminate the Java processes running the nodes.
+
 .. note:: Alternatively, you may start the demo nodes from within IntelliJ using either of the run configurations
           ``Explorer - demo nodes`` or ``Explorer - demo nodes (simulation)``