c盘满了怎么清理win10

不知道怎么搞的c盘满了,ntfs系统不知道用什么软件可以无损扩容该怎么办

@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 自己保存为.bat文件咯

下个硬盘管家,可以把别的盘扩给C盘
你也可以使用360硬盘搬家,可以把安装在C盘的软件挪到别的盘
如果是你桌面上文件太占地方,挪走就行了