> For the complete documentation index, see [llms.txt](https://kwcsec.gitbook.io/the-red-team-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kwcsec.gitbook.io/the-red-team-handbook/techniques/persistence/user-level/startup-folder.md).

# Startup Folder

This is arguably one of the most simplest and easiest persistence techniques to perform. As the name implies, programs in the startup folder will execute when the user logs in.&#x20;

Command:&#x20;

```
copy c:\executable "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup"
```
