U盘文件不删除情况下转换格式:

U盘文件不删除情况下转换格式:
Windows自带的Convert也有这个功能,鼠标依次打开,开始菜单-选择运行-输入“CMD.EXE”-确定,在打开窗口内输入:“Convert 盘符: /fs:ntfs”,(这里的盘符代表你U盘所在的盘符如何用U盘安装XP系统号,如H盘等)回车后等一会儿就自动转换好了,注意完成前不要关闭窗口哦!



快速清除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 清除系统LJ完成!
echo. & pause


新建文本文档,最后后缀名改为。bat双击运行

你可能感兴趣的:(U盘文件不删除情况下转换格式:)