This commit is contained in:
Peter Reichart 2023-03-22 15:18:05 +01:00
parent 2bb0df83f8
commit 0a60e0bc06
5 changed files with 23 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# OstrachHELP Support
# support.ostrachhelp.de
Remote Support Tools
Fernwartungs-Tools:
* Rust Desk
* [OstrachHELP RustDesk Client Download] (https://support.ostrachhelp.de/p_reichart/support/raw/master/rustdesk-host=support.ostrachhelp.de,key=zsMPnrc4ypmg1zY0AaB4MqSxIZviGdhg60WXuvmTxH8=.exe)
* [Rust Desk Client Download] (https://support.ostrachhelp.de/p_reichart/support/raw/master/rustdesk.exe)

9
rustdesk-albrecht.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
rem -------------------------------------------------------
rem Installiere den passenden RustDesk Key in der Registry
rem -------------------------------------------------------
set RUSTHOST=vpn.albrecht-elektrotechnik.de
set RUSTKEY=CEZezC0yGAIFQqehfnxjEN5W9WvffbsoRBHqnnYHqwQ=
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RustDesk" /f /t REG_SZ /v Host /d "%RUSTHOST%"
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RustDesk" /f /t REG_SZ /v Key /d "%RUSTKEY%"

10
rustdesk-ostrachhelp.bat Normal file
View File

@ -0,0 +1,10 @@
@echo off
rem -------------------------------------------------------
rem Installiere den passenden RustDesk Key in der Registry
rem -------------------------------------------------------
set RUSTHOST=support.ostrachhelp.de
set RUSTKEY=zsMPnrc4ypmg1zY0AaB4MqSxIZviGdhg60WXuvmTxH8=
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RustDesk" /f /t REG_SZ /v Host /d "%RUSTHOST%"
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RustDesk" /f /t REG_SZ /v Key /d "%RUSTKEY%"

BIN
rustdesk.exe Normal file

Binary file not shown.