Windows 系统C盘空间满导致无法正常启动
解决方法:
插入系统光盘或者U盘镜像,重启电脑从DVD或者U盘镜像启动电脑,选择Repair Windows,进入高级选项,打开CMD。在CMD下使用命令删除非必要文件来释放C盘空间。
进入CMD后,输入D:进入原Windows 10的系统盘C盘,之后就可以使用命令来删除一些非必须的文件来释放C盘空间。
一些常用的命令:
- 删除文件或目录:
Rd /s/q D:\app (强制删除文件文件夹和文件夹内所有文件)
Del /f/s/q D:\app.txt (强制删除文件,文件名必须加文件后缀名)
DEL /F/Q/S *.* > NUL (强制删除当前目录下的所有文件夹及文件,>NUL是没有任何输出提示)
- 查看磁盘空间
fsutil volume diskfree d:
wmic diskdrive get size
释放一部分C盘空间后,关闭CMD,移除光驱或者U盘,正常启动Windows。
硬盘空间使用情况分析工具推荐:
WinDirStat - Windows Directory Statistics
WinDirStat is a disk usage statistics viewer and cleanup tool for various versions of Microsoft Windows.
Note: if you are looking for an alternative for Linux, you are looking for KDirStat (apt-get install kdirstat or apt-get install k4dirstat on Debian-derivatives) or QDirStat and for MacOS X it would be Disk Inventory X or GrandPerspective.