Skip to content

Instantly share code, notes, and snippets.

@fgardavaud
Last active January 11, 2021 16:29
Show Gist options
  • Save fgardavaud/b812bd6e0b93c58e45a40b616380632b to your computer and use it in GitHub Desktop.
Save fgardavaud/b812bd6e0b93c58e45a40b616380632b to your computer and use it in GitHub Desktop.
Script to removing CitriX ID profile in macOS system
------------------------------------------------------------------------------------
-- Script name : Remove_CitrixID.app
-- Aim : Remove hidden file to generate new ID profile in Citrix. Can solve Citrix connection problem
-- Author : Francois Gardavaud, MPE. Medical Physicist Expert.
-- Date : 06/23/2020
-- Version number : 1.0
-- OS : macOS
-------------------------------------------------------------------------------------
tell application "System Events"
do shell script "rm -r '~/Library/Application Support/Citrix Receiver/CitrixID'"
delay 1
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment