cancel
Showing results for 
Search instead for 
Did you mean: 

ATI Crap Cleaner

JRd1st
Level 12
Several people have requested this so I was able to get of a copy to post here.

Copy the code and paste it into a text editor then save it as a file with the .bat extension. Dbl-Click to run it.

@echo off
echo -------------------------------------------------------
echo Please make sure that you have UNINSTALLED all ATI
echo drivers and software through windows at programs and
echo features before continuing further.
echo -------------------------------------------------------
pause
@cls
taskkill /F /IM atiesrxx.exe
timeout /t 5
echo -------------------------------------------------------
echo Cleaning registry
echo -------------------------------------------------------
REG DELETE "HKCU\Software\ATI" /f
REG DELETE "HKLM\SOFTWARE\ATI" /f
REG DELETE "HKLM\SOFTWARE\ATI Technologies" /f
REG DELETE "HKLM\SOFTWARE\Wow6432Node\ATI" /f
REG DELETE "HKLM\SOFTWARE\Wow6432Node\ATI Technologies" /f
REG DELETE "HKLM\SOFTWARE\AMD" /f
REG DELETE "HKLM\SYSTEM\CurrentControlSet\services\AMD External Events Utility" /f
REG DELETE "HKLM\SYSTEM\CurrentControlSet\services\amdkmdag" /f
REG DELETE "HKLM\SYSTEM\CurrentControlSet\services\amdkmdap" /f
REG DELETE "HKLM\SYSTEM\CurrentControlSet\services\Atierecord" /f
REG DELETE "HKLM\SYSTEM\CurrentControlSet\services\AtiHdmiService" /f
echo -------------------------------------------------------
echo Cleaning Files
echo -------------------------------------------------------
del "%windir%\system32\ati*.*"
del "%windir%\system32\drivers\ati*.*"
del "%windir%\ati*.*"
del "%windir%\sysWOW64\ati*.*"
rmdir /S /Q "%APPDATA%\ATI"
rmdir /S /Q "%LOCALAPPDATA%\ATI"
echo -------------------------------------------------------
echo Please remove this/these folders manually. You need to
echo take ownership of the folders before removal is possible
echo command is takeown /f /R
echo folders are printed if found below line after this
echo message
echo -------------------------------------------------------
dir /b "%windir%\system32\drivers\DriverStore\FileRepository\C7_*.*"
dir /b "%windir%\system32\drivers\DriverStore\FileRepository\CH_*.*"
echo -------------------------------------------------------
echo **** cleaner complete please reboot your system and
echo reinstall ATI drivers.
echo -------------------------------------------------------
pause
Read the User's Manual for more info. 😄



G74SX-A1 BIOS 203
Intel 6230 WiFi/BT
LG E2350 LED LCD Monitor
Intel Series 510 120 GB SSD

Drivers, Apps and How To's
Latest nVidia Drivers

JRd1st on DeviantArt.com
23,297 Views
3 REPLIES 3

Chastity
Level 10
Source thread:

http://forums.guru3d.com/showthread.php?t=323254
[SIGPIC]Kicking Ass Since Today[/SIGPIC]

Chastity@ASUS wrote:
Source thread:

http://forums.guru3d.com/showthread.php?t=323254

Thank you, Chastity. I didn't know you got it from Hilbert's site. 😄
Read the User's Manual for more info. 😄



G74SX-A1 BIOS 203
Intel 6230 WiFi/BT
LG E2350 LED LCD Monitor
Intel Series 510 120 GB SSD

Drivers, Apps and How To's
Latest nVidia Drivers

JRd1st on DeviantArt.com

Ty for posting this cleaner. I had recently dl the newest ATI driver and it somehow got corrupted and i got some error and couldn't redownload a clean one. I had to revert to an older driver. I found this post while browsing and gave it a try. it worked like a charm. Im now updated on the newest driver. Again ty for this post.