From 84f4e327e91e8b3e000d5bbe268854c9e4006e3b Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 29 Aug 2021 16:42:13 +0200 Subject: [PATCH] switched to citrix workspace app --- 04_FormatStick.cmd | 2 +- ...-citrixreceiver.cmd => install-citrixworkspace.cmd} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename optional/{install-citrixreceiver.cmd => install-citrixworkspace.cmd} (58%) diff --git a/04_FormatStick.cmd b/04_FormatStick.cmd index c9431b7..a95c614 100644 --- a/04_FormatStick.cmd +++ b/04_FormatStick.cmd @@ -68,7 +68,7 @@ rem ===== @echo.clean @echo.create partition primary @echo.select partition 1 - @echo.format fs=fat32 LABEL="%LABEL%" quick + @echo.format fs=exfat LABEL="%LABEL%" quick @echo.active @echo.exit @echo. diff --git a/optional/install-citrixreceiver.cmd b/optional/install-citrixworkspace.cmd similarity index 58% rename from optional/install-citrixreceiver.cmd rename to optional/install-citrixworkspace.cmd index 2c9d665..854397b 100644 --- a/optional/install-citrixreceiver.cmd +++ b/optional/install-citrixworkspace.cmd @@ -1,21 +1,21 @@ @echo off -set EXE=..\software\citrixreceiver-setup.exe +set EXE=..\software\citrixworkspace-setup.exe if NOT EXIST %EXE% ( 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 and save the file as "citrixreceiver-setup.exe" in folder "software" ! + 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 "citrixworkspace-setup.exe" in folder "software" ! pause exit /b ) echo ####### %0 ####### -echo installing Citrix Receiver LTS ... +echo installing Citrix Workspace LTS ... 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" ^ /v "ConnectionCenter" /d 0300000065d2d743d402d701 /t REG_BINARY /f