Auto start on reboot

Hello there,
I have placed shortcuts to the applications in the Startup Folder, and they do start when I log in, but not at reboot.
is there a way to have my application(s) strarting on reboot, without the need to log in?

Hello PeterL2,

I expect you're referring to Windows Server / Windows Client.
Use a scheduled task - or get your VM if you want to automatically login at bootup, which will also run the start-up items.

https://docs.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon

Thanks.