控制面板里多出来好多关于xp的程序,应该怎么办啊,而且电脑老是提示c盘已满,可以删除吗

来源:百度知道 编辑:UC知道 时间:2024/05/12 15:15:18
还有啊,请教各位怎样才能把一个程序完全删除啊
我在控制面板里删完,把文件夹也删了,怎么有时候还有啊

我无视你

no,sorry

肯定有很多垃圾文件,建议你关掉“系统还原”功能,然后彻底杀毒,再用优化大师或者超级兔子之类的软件清理系统

把安装在C盘的软件卸载后重新安装到从盘 比如D E F盘

然后用优化大师 超级兔子一类软件把系统优化和清理一下.另外教你一个方法.

在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。

@echo off
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%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
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\*.*