switched to citrix workspace app

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 16:42:13 +02:00
parent 13428fdafb
commit 84f4e327e9
2 changed files with 6 additions and 6 deletions

View File

@ -68,7 +68,7 @@ rem =====
@echo.clean @echo.clean
@echo.create partition primary @echo.create partition primary
@echo.select partition 1 @echo.select partition 1
@echo.format fs=fat32 LABEL="%LABEL%" quick @echo.format fs=exfat LABEL="%LABEL%" quick
@echo.active @echo.active
@echo.exit @echo.exit
@echo. @echo.

View File

@ -1,21 +1,21 @@
@echo off @echo off
set EXE=..\software\citrixreceiver-setup.exe set EXE=..\software\citrixworkspace-setup.exe
if NOT EXIST %EXE% ( if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! echo ERROR: %EXE% not found!
echo GOTO: https://www.citrix.com/de-de/downloads/citrix-receiver/legacy-receiver-for-windows/receiver-for-windows-49LTSR.html echo GOTO: https://www.citrix.com/de-de/downloads/workspace-app/workspace-app-for-windows-long-term-service-release
echo and save the file as "citrixreceiver-setup.exe" in folder "software" ! echo and save the file as "citrixworkspace-setup.exe" in folder "software" !
pause pause
exit /b exit /b
) )
echo ####### %0 ####### echo ####### %0 #######
echo installing Citrix Receiver LTS ... echo installing Citrix Workspace LTS ...
start /wait %EXE% /silent /noreboot start /wait %EXE% /silent /noreboot
echo disabling autostart for Citrix Receiver ... echo disabling autostart for Citrix Workspace ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
/v "ConnectionCenter" /d 0300000065d2d743d402d701 /t REG_BINARY /f /v "ConnectionCenter" /d 0300000065d2d743d402d701 /t REG_BINARY /f