批处理应用 临时目录清理

2022-10-29 16:22:47
内容摘要
复制代码 代码如下:@echo off rem 可以创建一个快捷方式到D:\Documents and Settings\All Users\「开始」菜单\程序\启动 rd %temp% /q /s & md %temp% rd %tmp% /q /s & md
文章正文
复制代码 代码如下:

@echo off
rem 可以创建一个快捷方式到D:\Documents and Settings\All Users\「开始」菜单\程序\启动
rd %temp% /q /s & md %temp%
rd %tmp% /q /s & md %tmp%
rd %windir%\temp /q /s & md %windir%\temp
rd "%USERPROFILE%\Local Settings\Temporary Internet Files" /q /s

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!