Update README: mention ps1 + bat, Server 2016 TLS note

This commit is contained in:
2026-05-04 12:07:23 +02:00
parent b06f0bbe3a
commit 130321c4e8

View File

@ -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.
---