diff --git a/README.md b/README.md index 33bf4ec..ee6c6e8 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/rustdesk-albrecht.bat b/rustdesk-albrecht.bat new file mode 100644 index 0000000..b44ec5e --- /dev/null +++ b/rustdesk-albrecht.bat @@ -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%" diff --git a/rustdesk-host=support.ostrachhelp.de,key=zsMPnrc4ypmg1zY0AaB4MqSxIZviGdhg60WXuvmTxH8=.exe b/rustdesk-host=support.ostrachhelp.de,key=zsMPnrc4ypmg1zY0AaB4MqSxIZviGdhg60WXuvmTxH8=.exe new file mode 100644 index 0000000..bfa7179 Binary files /dev/null and b/rustdesk-host=support.ostrachhelp.de,key=zsMPnrc4ypmg1zY0AaB4MqSxIZviGdhg60WXuvmTxH8=.exe differ diff --git a/rustdesk-ostrachhelp.bat b/rustdesk-ostrachhelp.bat new file mode 100644 index 0000000..c41217b --- /dev/null +++ b/rustdesk-ostrachhelp.bat @@ -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%" + diff --git a/rustdesk.exe b/rustdesk.exe new file mode 100644 index 0000000..bfa7179 Binary files /dev/null and b/rustdesk.exe differ