Forum Discussion
Thylane
Feb 09, 2026Copper Contributor
How to launch a command in a command prompt at startup?
When Windows 10 starts, I would like to automatically launch a command line that requires the cmd.exe command prompt in administrator mode to launch correctly? The task in question is the mus...
Xaviery
Feb 24, 2026Copper Contributor
Create a scheduled task that runs cmd.exe with administrative privileges. Use the task to execute a command that starts Navidrome. Make sure the task is configured with "Run with highest privileges" and set to run at system startup.