Skip to content

Instantly share code, notes, and snippets.

@rudolphos
Last active September 7, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudolphos/39ff8849d76de90bf3999cf2e8e3f4d7 to your computer and use it in GitHub Desktop.
Save rudolphos/39ff8849d76de90bf3999cf2e8e3f4d7 to your computer and use it in GitHub Desktop.
A bat script that stops all Adobe / Adobe CC background services and programs on Windows.
TASKKILL /F /IM "Creative Cloud.exe" /T
TASKKILL /F /IM "AcroRd32.exe" /T
TASKKILL /F /IM "AdobeARM.exe" /T
TASKKILL /F /IM "Adobe Desktop Service.exe" /T
TASKKILL /F /IM "Adobe CEF Helper.exe" /T
TASKKILL /F /IM "Adobe Installer.exe" /T
TASKKILL /F /IM "AdobeUpdateService.exe" /T
TASKKILL /F /IM "CoreSync.exe" /T
TASKKILL /F /IM "AdobeIPCBroker.exe" /T
TASKKILL /F /IM "Adobe Installer.exe" /T
TASKKILL /F /IM "CCLibrary.exe" /T
TASKKILL /F /IM "AdobeNotificationClient.exe" /T
TASKKILL /F /IM "RuntimeBroker.exe" /T
TASKKILL /F /IM "AdobeIPCBroker.exe" /T
TASKKILL /F /IM "AdobeUpdateService.exe" /T
TASKKILL /F /IM "CCXProcess.exe" /T
TASKKILL /F /IM "backgroundTaskHost.exe" /T
TASKKILL /F /IM "AGSService.exe" /T
TASKKILL /F /IM "AGMService.exe" /T
TASKKILL /F /IM "LogTransport2.exe" /T
TASKKILL /F /IM "AdobeGCClient.exe" /T
TASKKILL /F /IM "acrotray.exe" /T
TASKKILL /F /IM "AcrobatNotificationClient.exe" /T
TASKKILL /F /IM "AdobeCollabSync.exe" /T
TASKKILL /F /IM "AcroTray.exe" /T
TASKKILL /F /IM "AdobeExtensionsService.exe" /T
TASKKILL /F /IM "Creative Cloud Helper.exe" /T
TASKKILL /F /IM "node.exe" /T
net stop AdobeARMService
net stop AdobeUpdateService
net stop AGMService
net stop AGSService
net stop CoreSync
net stop AdobeIPCBroker
net stop Adobe CEF Helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment