admin 管理员组

文章数量: 1184232

@echo off 
echo 正在清除系统垃圾文件,请稍等
rem del  /f /s  c:\Documents and Settings\All Users\Application Data\Microsoft Visual Studio\10.0\TraceDebugging\*.*
cd /d C:\Windows\SoftwareDistribution\Download
del /f /s /q *.* 
for /d %%i in (*) do rd /s /q "%%i"
pause>nul 
echo. & pause
rem 

本文标签: 正在清除 垃圾 编程