archiv/rustdesk-ostrachhelp.bat gelöscht

This commit is contained in:
Peter Reichart 2024-03-26 15:20:07 +00:00
parent 1b09d94466
commit a1c918a8f0

View File

@ -1,10 +0,0 @@
@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%"