migrate.bat aktualisiert
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ echo Erstelle TMP-Ordner...
|
|||||||
if not exist "C:\TMP" mkdir "C:\TMP" >nul 2>&1
|
if not exist "C:\TMP" mkdir "C:\TMP" >nul 2>&1
|
||||||
|
|
||||||
echo Lade RustDesk herunter...
|
echo Lade RustDesk herunter...
|
||||||
powershell -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri 'https://me-files.vmd55888.de/me-rustdesk-host.exe' -OutFile 'C:\TMP\rustdesk_installer.exe' -UseBasicParsing"
|
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $ProgressPreference = 'SilentlyContinue'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri 'https://me-files.vmd55888.de/me-rustdesk-host.exe' -OutFile 'C:\TMP\rustdesk_installer.exe' -UseBasicParsing"
|
||||||
|
|
||||||
:: 2 Sekunden warten (Ping-Trick)
|
:: 2 Sekunden warten (Ping-Trick)
|
||||||
ping 127.0.0.1 -n 3 >nul
|
ping 127.0.0.1 -n 3 >nul
|
||||||
|
|||||||
Reference in New Issue
Block a user