PowerShell script that auto-installs 16 programs on a fresh Windows VServer. JDownloader backup config included as separate zip file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
49 lines
1.5 KiB
Markdown
49 lines
1.5 KiB
Markdown
# VServer Setup
|
|
|
|
Automatischer Windows VServer Setup Installer. Installiert alle benoetigten Programme und Konfigurationen auf einem frischen Windows Server.
|
|
|
|
## Was wird installiert?
|
|
|
|
| # | Programm | Quelle |
|
|
|---|----------|--------|
|
|
| 1 | Python 3.12.4 | python.org |
|
|
| 2 | FFmpeg (+ PATH) | gyan.dev |
|
|
| 3 | WinRAR | win-rar.com |
|
|
| 4 | G-Earth | streamerware.de |
|
|
| 5 | VLC Media Player | ftp.fau.de |
|
|
| 6 | Java 8 (Temurin) | GitHub/Adoptium |
|
|
| 7 | .NET Framework 4.8 | Microsoft |
|
|
| 8 | .NET 6.0 Desktop Runtime | streamerware.de |
|
|
| 9 | .NET 8.0 Desktop Runtime | streamerware.de |
|
|
| 10 | Google Chrome | Google |
|
|
| 11 | Habbo Launcher | streamerware.de |
|
|
| 12 | JDownloader 2 + Backup | streamerware.de |
|
|
| 13 | Desktop-Ordner (Fertig/Unfertig) + File-Uploader | streamerware.de |
|
|
| 14 | Scripte (Rename MKV AVI etc.) | streamerware.de |
|
|
| 15 | Twitch VOD Manager | streamerware.de |
|
|
| 16 | Windows-Settings (IE Security, Taskview, Icons) | Registry |
|
|
|
|
## Windows-Einstellungen
|
|
|
|
- IE Enhanced Security deaktiviert
|
|
- Taskansicht-Button ausgeblendet
|
|
- Suchfeld ausgeblendet
|
|
- Desktop kleine Symbole
|
|
|
|
## Benutzung
|
|
|
|
### PowerShell Script direkt ausfuehren
|
|
```powershell
|
|
# Als Administrator ausfuehren
|
|
.\VServerSetup.ps1
|
|
```
|
|
|
|
### Kompilierte EXE
|
|
Die `VServerSetup-online-console.exe` kann direkt auf dem Server ausgefuehrt werden (als Admin).
|
|
|
|
## Dateien
|
|
|
|
- `VServerSetup.ps1` - Hauptscript (Quellcode)
|
|
- `jdownloader-backup.zip` - JDownloader 2 Konfiguration/Accounts
|
|
- `VServerSetup-online-console.exe` - Kompilierte Version
|