# Session manager The session manager settings are stored in the key: ``` HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager ``` Values: Name | Data type | Description --- | --- | --- BootExecute | REG_BINARY, REG_MULTI_SZ | Applications, services and commands executed during start-up. ## External links * [MSDN: BootExecute](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc963230(v=technet.10))