• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit Search
0

Running AdobeCreativeCloudCleanerTool.exe and Creative Cloud Uninstaller Silently using PowerShell

New Here ,
Dec 09, 2021 Dec 09, 2021

Copy link to clipboard

Copied

It might help those looking to run AdobeCreativeCloudCleanerTool.exe and Creative Cloud Uninstaller.exe silently enterprise-wide.

  1. To run AdobeCreativeCloudCleanerTool.exe

You can create a cleanupXML file as directed by Adobe here - https://helpx.adobe.com/enterprise/kb/cc-cleaner-tool-for-enterprise-users.html

You can comment out which apps need to be removed and then use that XML file as a parameter to run with AdobeCreativeCloudCleanerTool.exe

If using Powershell Script: Start-Process -Path ".\AdobeCreativeCloudCleanerTool.exe" - ArgumentList "--cleanupXML=cleanup.xml"

If using Powershell DeploymentToolkit: Execute-Process -Path "$dirfiles\AdobeCreativeCloudCleanerTool.exe" -Parameters "--cleanupXML=cleanup.xml"

 

2.To run Creative Cloud Uninstaller.exe

If using Powershell Script: start-process ".\Creative Cloud Uninstaller.exe" -ArgumentList "-U"

If using Powershell DeploymentToolkit: Execute-Process -Path "$dirfiles\Creative Cloud Uninstaller.exe" -Parameters "-u"

 

Create a package in SCCM and deploy it to the assets.

TOPICS
Windows

Views

166

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation