How to disable ATI Catalyst Control Center from context menu in windows

Remove ATI Control center from right menuEver since I installed this updated version of ATI Catalyst Display drivers, i have been plagued by this terrible menace. The “ATI Catalyst Control Center” is the first item that pops up on my context menu. This can be really frustrating, especially for geeks who is so much adapted with the keystrokes for File>New.

Here’s a neat way to remove the item from the context menu for good.

Open regedit and goto

KEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\ACE

and remove the key named “ACE”. And voila… dilemma solved :)

Here are the registry keys to disable it and to enable it again (just in case)


Search the Web with Google

5 Responses to “How to disable ATI Catalyst Control Center from context menu in windows”


  1. 1 Chris

    ATI Context Remover.bat

    @echo off
    title Remove ATI CATALYST(R) Desktop Context Menu Entry
    echo.
    echo Removing desktop context menu entry ‘ATI CATALYST(R) Control Center’.
    regsvr32 /u /s “C:\Program Files\ATI Technologies\ATI.ACE\atiacmxx.dll”
    reg delete “HKCR\Directory\Background\shellex\ContextMenuHandlers\ACE” /f
    reg delete “HKCR\Directory\Background\shellex\ContextMenuHandlers” /ve /f
    echo.
    echo Done! Press any key to exit.
    pause>nul
    exit

    1
  2. 2 Sam

    This worked great, just got the new ATI Radeon 2600, this was the only annoying this about getting the card!

    2
  3. 3 neil

    thanks .. this helped a lot..

    3
  4. 4 mark

    thank you!!!!!

    i hate invasive software… was it so difficult to ASK the user if wanted that thing there or not?

    4
  1. 1 What is CCC.EXE - Ati Catalyst Control Center - disable spyware

Leave a Reply