We are running a cloud VPS with Windows Server 2019. When the server has an unexpected shutdown due to for example a power shortage or hardware failure the server will be auto started afterward. Because it went down unexpected a popup is waiting telling us that the server went down unexpectedly. The popup is shown upon connecting to the VPS through an RDP session.
The problem trough is that we have some applications that are in the auto start folder that after the unexpected shutdown + restart will not run. In order to fully start all required applications we need to manually connect to the RDP, close the unexpected popup and start the applications.
My question is: is windows capable to startup the startup items even when a server has had an unexpected shutdown, without requiring us to manually close the popup and start the apps.
We do receive an e-mail that the server went down unexpectedly but we only work on workhours so if for example the server crashes at 22:00 we come back the following day at 8:30 and take action. So the apps have a downtime of ~10,5 hours.
Sidenote: not all the startup apps have a Windows Service capability and thereby are required to be started trough the startup applications folder.
I did a search on my question both trough google and Stack Exchange but couldn't find an answer.
Any help would be greatly appreciated.