有谁能介绍一个能清除系统残留驱动程序的软件啊。

来源:百度知道 编辑:UC知道 时间:2024/06/30 02:03:22
升级鼠标驱动失误,现在卸载驱动后仍然在系统内有残留,导致鼠标无法认出,用过优化大师没找到,想请教高手有什么这方面的强力软件。

cleaner.bat

@echo off
echo .............................................................
echo Clearing the trash, waiting ......
echo .............................................................
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo .............................................................
echo 清Clean over