Need script for Citrix workspace uninstallation

TechUST 516 Reputation points
2024-10-01T21:03:33.34+00:00

I want to uninstall Citrix Workspace on some machines that have different versions. Please suggest a script that can help me achieve this goa

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
1,009 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,182 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,579 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AlexZhu-MSFT 5,956 Reputation points Microsoft Vendor
    2024-10-02T02:11:38.77+00:00

    Hi TechUST,

    Based on my checking, it seems the question may NOT be related to Microsoft System Center products, Microsoft Intune or PowerShell.

    For Citrix Workspace, we are not sure what the software/application is and has little experience with it. Based on this, we try the best to provide the thoughts which may help on this question.

    Since you mentioned "different versions", you may work out your script/batch file like this (see below example picture).

    In addition, modern apps may support both per-system installation and per-user installation. For per-system one, which requires administrator permission, and the target folder is more likely C:\Program Files (x86) or C:\Program Files. While for per-user installation, the target folder is %USERPROFILE%\AppData\Local, which is a variable depending on the log-on user and make it impossible to do this in batch and silently. It's the user himself to uninstall the program.

    BatchFile.thumb.png.a540958ade46e7b51e84a7beae58f7a8

    Regards,

    Alex

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.