@echo off
del /s /Q C:\Users\Administrator\AppData\Local\Temp
cd C:\Users\Administrator\AppData\Local\Temp
rd /s /q C:\Users\Administrator\AppData\Local\Temp
setlocal enabledelayedexpansion
pause

然后在windows中任务计划里进行定时执行该脚本配置

相关文章:

  • 2021-11-06
猜你喜欢
  • 2021-05-31
  • 2022-12-23
  • 2022-02-02
  • 2021-07-01
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案