> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/quan-xian-wei-chi/windows/qi-dong-wen-jian-jia.md).

# 启动文件夹

```
当前用户
C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
C:\Documents and Settings\Username\「开始」菜单\程序\启动
所有用户
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
C:\Documents and Settings\All Users\「开始」菜单\程序\启动
start /b C:\Users\test\AppData\Local\Temp\backdoor.exe
使用SharPersist
>SharPersist -t startupfolder -c "C:\Windows\System32\cmd.exe" -a "/c calc.exe" -f "Some File" -m add
```
