update
This commit is contained in:
parent
2bb0df83f8
commit
0a60e0bc06
@ -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
9
rustdesk-albrecht.bat
Normal 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%"
|
Binary file not shown.
10
rustdesk-ostrachhelp.bat
Normal file
10
rustdesk-ostrachhelp.bat
Normal 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
BIN
rustdesk.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user