为什么我C盘显示的可用空间比实际的小
我理解你的意思了!你说你在C盘里看所有的东西是2G ,在到硬盘上看用了4G对吧!如果是,那是C盘属于系统文件,里面有很多隐藏的文件,占用地方很多。如果不对计算机不是很了解最好就别对系统盘更改东西,否则会造成系统瘫痪。 教你怎么清理C盘垃圾吧:手动制作清理C盘垃圾软件:桌面-打开我的电脑-选择菜单栏工具-文件夹选项-查看-里面“隐藏已知文件类型的扩展名”对勾挑没了! 在新建一个记事本,复制以下内容保存在记事本里面。 @echo off echo 正在清除系统垃圾文件,请稍等。。。。。。 del /f /s /q %systemdrive%*。tmp del /f ...全部
我理解你的意思了!你说你在C盘里看所有的东西是2G ,在到硬盘上看用了4G对吧!如果是,那是C盘属于系统文件,里面有很多隐藏的文件,占用地方很多。如果不对计算机不是很了解最好就别对系统盘更改东西,否则会造成系统瘫痪。
教你怎么清理C盘垃圾吧:手动制作清理C盘垃圾软件:桌面-打开我的电脑-选择菜单栏工具-文件夹选项-查看-里面“隐藏已知文件类型的扩展名”对勾挑没了! 在新建一个记事本,复制以下内容保存在记事本里面。
@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%
ecycled*。* del /f /s /q %windir%*。
bak del /f /s /q %windir%prefetch*。* rd /s /q %windir% emp & md %windir% emp del /f /q %userprofile%cookies*。
* del /f /q %userprofile%
ecent*。* del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*。
*" del /f /s /q "%userprofile%Local SettingsTemp*。*" del /f /s /q "%userprofile%
ecent*。
*" echo 清除系统LJ完成! echo。 & pause 复制后保存完毕,把记事本扩展名改成“清理垃圾。bat”网上有很多优化软件,可以清理系统垃圾。可以自己搜一个试试。
建议只使用清理垃圾和系统修复功能!个人建议! 祝你成功。收起