Win11定时任务执行powershell脚本

2024-07-30 by Jinyang | Filed under Uncategorized.

将日志写入文件

Add-Content -Path $logFile -Value “”
Add-Content -Path $logFile -Value $timestamp
Add-Content -Path $logFile -Value $body

记录日志 方便知道实际执行的情况


Comments are disabled

返回顶部