docs: update Windows references
diff --git a/docs/01_try-installation.md b/docs/01_try-installation.md
index 3af3edd..7af53ab 100644
--- a/docs/01_try-installation.md
+++ b/docs/01_try-installation.md
@@ -22,7 +22,7 @@
 
 ### Supported operating systems
 
-The Docker-based installation supports the operating systems **Linux**, **Mac OS X** and **Windows 10**. Older windows
+The Docker-based installation supports the operating systems **Linux**, **Mac OS X** and **Windows 10 upwards**. Older windows
 versions are not fully compatible with Docker. Linux VMs running under Windows might cause network problems with Docker,
 therefore some manual work might be needed to make StreamPipes run properly.
 
diff --git a/docs/05_deploy-docker.md b/docs/05_deploy-docker.md
index d7df262..881e16b 100644
--- a/docs/05_deploy-docker.md
+++ b/docs/05_deploy-docker.md
@@ -21,9 +21,9 @@
 * Docker-Compose >= 1.17.0 (Compose file format: 3.4)
 * Google Chrome (recommended), Mozilla Firefox, Microsoft Edge
 
-Tested on: **macOS, Linux, Windows 10** (CMD, PowerShell, GitBash)
+Tested on: **macOS, Linux, Windows 10 upwards** (CMD, PowerShell, GitBash)
 
-**macOS** and **Windows 10** (Pro, Enterprise, Education) users can easily get Docker and Docker-Compose on their systems by installing **Docker for Mac/Windows** (recommended).
+**macOS** and **Windows** users can easily get Docker and Docker-Compose on their systems by installing **Docker for Mac/Windows** (recommended).
 
 > **NOTE**: On purpose, we disabled all port mappings except of http port **80** to access the StreamPipes UI to provide minimal surface for conflicting ports.
 
diff --git a/docs/06_extend-cli.md b/docs/06_extend-cli.md
index 8055013..d02186c 100644
--- a/docs/06_extend-cli.md
+++ b/docs/06_extend-cli.md
@@ -183,7 +183,7 @@
 export PATH="/path/to/streampipes-installer/installer/cli:$PATH"
 ```
 
-For **Windows 10** add `installer\cli` to environment variables, e.g. check this [documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).
+For **Windows** add `installer\cli` to environment variables, e.g. check this [documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).
 
 
 ## Upgrade to new version
diff --git a/website-v2/src/pages/download.tsx b/website-v2/src/pages/download.tsx
index 4581796..ab67117 100644
--- a/website-v2/src/pages/download.tsx
+++ b/website-v2/src/pages/download.tsx
@@ -18,7 +18,7 @@
         <h6></h6>
         <ul>
           <li className={"no-list-style"}><i className="fas fa-check sp-color-green"></i>The Docker-based installation works with Linux, MacOS and
-            Windows 10.
+            Windows upwards.
           </li>
           <li className={"no-list-style"}><i className="fas fa-check sp-color-green"></i> Install <a
             href="https://docs.docker.com/install/" target="_blank">Docker</a> and <a