install-rustdesk.bat hinzugefügt

This commit is contained in:
2026-08-23 22:19:01 +02:00
parent 10337f6146
commit dfbde31340
+14
View File
@@ -0,0 +1,14 @@
@echo off
echo Lade RustDesk herunter...
powershell -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri 'https://me-files.vmd55888.de/me-rustdesk-host.exe' -OutFile 'C:\TMP\me-rustdesk-host.exe' -UseBasicParsing"
:: Kurze Pause, damit die Datei sicher geschrieben wurde
timeout /t 2 /nobreak >nul
echo Starte Silent-Installation...
C:\TMP\me-rustdesk-host.exe --silent-install
echo Entferne Desktop-Verknuepfung...
del "C:\Users\Public\Desktop\RustDesk.lnk" /Q /F
echo Fertig!