From 130321c4e8253793c9859df9d281c1e8d5c5aa99 Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Mon, 4 May 2026 12:07:23 +0200 Subject: [PATCH] Update README: mention ps1 + bat, Server 2016 TLS note --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c020812..23c4cd2 100644 --- a/README.md +++ b/README.md @@ -86,15 +86,16 @@ sudo dpkg -i /tmp/upterm.deb ### Windows -**Schnellsetup auf neuem Gerät – Batch-Skript herunterladen und als Administrator ausführen:** +**Schnellsetup auf neuem Gerät** – beide Dateien herunterladen, `setup-windows.bat` doppelklicken: -``` -setup-windows.bat -``` +| Datei | Funktion | +|-------|----------| +| [`setup-windows.bat`](setup-windows.bat) | Doppelklick-Starter, fordert Adminrechte an | +| [`setup-windows.ps1`](setup-windows.ps1) | Eigentliche Installationslogik | -> [`⬇ setup-windows.bat`](setup-windows.bat) – erledigt alles automatisch: Execution Policy, Scoop, 7zip-Workaround, upterm. +Das Skript erledigt automatisch: Execution Policy, Scoop-Installation, 7zip-Workaround (lessmsi), upterm. -Das Skript prüft selbst ob Scoop bereits installiert ist und fordert Adminrechte automatisch an. +> **Windows Server 2016:** TLS 1.2 wird im Skript explizit erzwungen – kein manueller Eingriff nötig. ---