把个人文件转移到d盘

来源:百度知道 编辑:UC知道 时间:2024/05/24 12:08:19
把c盘个人文件转移到d盘的软件哪里能下载 还有系统加速bat c盘清理bat 怎么制作? 有没有b e g f 盘的清理bat 怎么制作?

c盘文件转移到D盘不用软件吧.直接复制或剪过去就行了.不过不懂行千万别乱剪.把系统文件剪走系统就挂了.....
清理磁盘的BAT.以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%\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

把以上内容保存在文本文档中.然后把后缀改成