fix: quoted rdpwrap_force_uninstall

This commit is contained in:
Alexander Ryazanov 2021-12-22 13:07:59 +03:00 committed by GitHub
parent 151b106c29
commit fc98b2561f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ echo [*] Uninstall and reinstall RDP Wrapper...
echo.
if exist %rdpwrap_dll% set rdpwrap_force_uninstall="1"
if exist %rdpwrap_ini% set rdpwrap_force_uninstall="1"
if %rdpwrap_force_uninstall%=="1" (
if "%rdpwrap_force_uninstall%"=="1" (
echo [*] Set windows registry entry for "rdpwrap.dll" to force uninstall...
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\TermService\Parameters" /f /v ServiceDll /t REG_EXPAND_SZ /d %rdpwrap_dll%
)