2016常州小学全市排名:硬盘C盘空间少了啊

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/28 12:28:22
我的C盘有四个文件,加一起,有1。7G,可是我右键点C盘,却是少了近四G,怎么回事啊

1.是你的电脑挨病毒了吧?
2.或者就是一些垃圾文件太久没有清理了.我给你发一些东东.
@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\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统文件完成!
echo. & pause
将他们复制到一个TXT的记事本里(WINDOS的附件里有哦!)然后将这个TXT文件的扩展名改为BAT,再把他打开看看吧!如果你钱够多的话,就再买一个吧!

1:
开始〉〉运行〉〉sfc.exe /purgecache
2:手动清理
C:\Documents and Settings\(你的用户名)\Local Settings\Temp

3:系统清理
写一个.bat如下
假设你的用户名是Administrator
(打开记事本)

echo off
color 0A
cls
title=ShatOS Cleaner
title=ShatOS Cleaner"READY..."
echo ShatOS C盘清理器
echo App is ready ...
echo 现在开始
echo 清理log
erase c:\windows\*.log
title=ShatOS Cleaner">======="
cls
echo 清理cookies和internet高速缓存
erase "C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files"
erase "C:\Documents and Settings\All Users\Local Settings\Temporary Internet Files"
erase "C:\Documents and Settings\LocalService\Local Settings\Temporary Internet Files"
erase "C:\Documents and Settings\Administrator\Cookies\*"
erase "C:\Documents and Settings\All Users\Cookies\*"
title=ShatOS Cleaner">>======"
cls
echo 清理Prefetch内存缓存
echo 清理prefetch可大幅度加快开机速度,但开机后2~3秒内运行程序会变慢
echo 建议您仅保留较少的自启动程序
erase C:\windows\prefetch\*
cls
title=ShatOS Cleaner">>>====="
echo 临时文件清除
echo 这一步非常重要,ShatOS运行时会产生大量的临时文件
erase "C:\Documents and Settings\Administrator\Templates"
erase "C:\Documents and Settings\Administrator\Local Settings\Temp"
title=ShatOS Cleaner">>>>===="
erase "C:\Documents and Settings\LocalService\Local Settings\Temp"
erase "C:\Documents and Settings\All Users\Templates"
title=ShatOS Cleaner">>>>>==="
cls
echo 高级清除开始。
echo 清除历史纪录
erase "C:\Documents and Settings\Administrator\Local Settings\History"
erase "C:\Documents and Settings\Administrator\Recent\*"
cls
title=ShatOS Cleaner">>>>>>=="
echo 清理系统文件备份纪录
erase "C:\WINDOWS\system32\dllcache\*"
cls
title=ShatOS Cleaner">>>>>>>="
echo 清理Windows Installer遗留的文件
erase C:\WINDOWS\Installer
title=ShatOS Cleaner">>>>>>>>"
cls
color 0b
echo 文件已清理完毕
title=ShatOS Cleaner"==Done=="

(存为 1.bat ,注意,是bat)

还有一些文件系统隐藏了