Part of this is experimentation, part of it is from other forums and guides, but here is another guide on this.
The Catalyst Control Centre…pretty, but resource hog central. I don’t know what everyone thinks, but in my opinion 50 megs of memory usage while idle is just disgusting.
There are some things you can do to help though…
- Install the Catalyst Control Centre (CCC)… or if you have it installed already, go to step 2.
- In Regedit go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Run
- Delete the ATICCC (CLI.EXE) entry. This is used to initialise your computer to run the CCC, and is run on boot. This increases boot time, and memory usage. Unfortunately, the CCC WILL NOT RUN in this current state, unless you keep following the rest of this guide.
- (XP Home only) Download and extract the contents of Taskkill.zip into c:/windows/system32. I promise you this is not a virus or malware, but feel free to scan it in whatever way you like.
- Create a batch file (ccc.bat on desktop) with the following code:
@echo off echo Running the CCC runtime component... call "C:/Program Files/ATI Technologies/ATI.ACE/runtime.bat/" echo Now open the CCC, and press any key when finished pause > nul taskkill /F /IM CLI.exe taskkill /F /IM Preview.exe
- Restart your computer
- Now run the CCC.bat file on your desktop. When you get a message “Now open the CCC, and press any key when finished”, you can open your CCC through whatever means you like. Tweak around, change your settings, etc. Whilst the control panel is open, leave the command prompt window opened by the bat file alone.
- When you close your CCC, go back to the command prompt window left open by the batch file and hit any key inside it. And you’re done. Check your task manager, the CCC is no longer swallowing all of your memory.
Now when you wish to open the Catalyst Control Center, you must follow these exact steps:
- Run CCC.bat
- Open the Catalyst Control Centre
- Close the Catalyst Control Centre
- Press any key inside the Command Prompt Window













