w10install/scripts/install-receiver.cmd
Michael H.G. Schmidt 44fd0cf305 .
2021-02-14 15:29:16 +01:00

19 lines
589 B
Batchfile

@echo off
set EXE=..\software\CitrixReceiver_4.9.9002_LTSR.exe
echo ####### %0 #######
echo installing Citrix Receiver LTS ...
%EXE% /silent /noreboot
echo disabling autostart for Citrix Receiver ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
/v "ConnectionCenter" /d 0300000065d2d743d402d701 /t REG_BINARY /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
/v "Redirector" /d 030000005e06c842d402d701 /t REG_BINARY /f
echo ####### %0 #######