windowHomePage - juedaiyuer/researchNote GitHub Wiki

Window个人主页

CMD

surface

软件列表

手里有粮,心中不慌

清理垃圾

特别模式 清理磁盘
cleanmgr /sageset:99

创建bat文件,粘贴下面的代码执行

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\*.*"