> For AI agents: the complete documentation index is available at https://www.tteam.icu/llms.txt, the full documentation bundle is available at https://www.tteam.icu/llms-full.txt.

# 开机启动

中文叫`任务计划程序`, 英文叫`Task Scheduler`, win + R 运行`taskschd.msc`

:::tip
创建任务后, 运行账户需要使用`SYSTEM`
:::

## filebeat后台运行

```powershell
powershell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1
Start-Service filebeat
```
