Skip to content

Stops Adobe's pesky background apps and more ๐Ÿ˜‰

License

Notifications You must be signed in to change notification settings

ivanst91/Adobe-co-rac

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CCStopper

Release Latest Version
CCStopper v1.2.3-hotfix.1
Web Installer v1.0.1

Table of Contents

Install/Run

Powershell

  • Run CCStopper once.

    irm https://ccstopper.netlify.app/run | iex
    
  • Create a desktop shortcut that runs the command above.

    irm https://ccstopper.netlify.app/shortcut | iex
    
  • Installs CCStopper locally and creates a desktop shortcut. Works offline but won't stay updated. Run this command again to uninstall.

    irm https://ccstopper.netlify.app/install | iex
    

Manual Install

  1. Get the latest release
  2. Extract the ZIP file (This is important, CCStopper may not work without additional files.)
  3. Run CCStopper.bat
  4. (Prevent) profit (for Adobe)

Features

To undo a module's changes, run said module again.

  • Stop Background Processes
  • Add to Hosts
  • System Patches
    • Patch Creative Cloud App Buttons
    • Lock Genuine Checker Folder
    • Hide Creative Cloud Folder in Explorer

v1.2.3 Changelog

  • One-line install/run
    • thanks MAS for the idea
    • see below for commands
  • re-written hosts block module
    • it will now update hosts file if entries already exists (fixed #80)
    • new comments surrounding entries in hosts file
    • it should migrate old entries, but it hasn't been extensively tested
  • Removed firewall block module
    • The hosts patch + CC App patch works better
  • New module for patching the creative cloud app's buttons
    • credit to AbsentForeskin on the genP discord
    • system restart recommended after patching
  • Created logo for shortcut icons (its very original)
  • Documentation update

Hotfix.1 Changelog

  • Changed the hosts block module to use the non-temp hosts file

Contributing

Want to support this project? Please donate your time! If you have Powershell/Batch knowledge, contribute to the project! If not, finding bugs and suggesting features is just as helpful!

Issues

Found a bug? Something not working? Please open an issue! Please read through the issue form, and check for existing/closed issues before submitting.

Alternate Distributions/Modifications

I cannot offer any support for CCStopper unless it's a release from this repository.

I have no problems with this and enjoy seeing what people do with my code! Please make sure that your fork complies with this repository's license, and that the user knows it's a fork of CCStopper. Also, if you make any improvements, please consider making a pull request!

Adding Entries to Hosts Blocklist

The data branch of CCStopper contains a hosts.txt file that has a list of addresses that CCStopper will block. If you think an address from adobe should be blocked, open a pull request with the address added to the bottom of the list. Also state why the address should be added to the hosts block.

Disclaimer/Notice

Disclaimer: This script is in an early stage, and offered as-is. There will be many bugs. I am not responsible for any damage, loss of data, or thermonuclear wars caused by these scripts. I am not affiliated with Adobe.

Notice: Don't use this tool for piracy. It's illegal, and multi-billion dollar companies like Adobe need to profit off unreliable and overpriced software. Piracy helps Adobe by increasing their market dominance.

Made with <3, and </3 for Adobe

About

Stops Adobe's pesky background apps and more ๐Ÿ˜‰

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 97.9%
  • Batchfile 2.1%