switched to citrix workspace app
This commit is contained in:
parent
13428fdafb
commit
84f4e327e9
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user