What's the order of Windows startup?
问题 I'm curious to know the order of Windows startup during a user login. Does anyone know? Basically, my application was being invoked by login script that a GPO calls. While 3rd party EXE was being invoked, it was failing to start. Then, through trial and error, I found that HKCU...\RunOnce keys execute after the login script. Same result, the EXE was being called, but failing to start. What worked: updated the login script create a shortcut in the user's Startup folder. Now the EXE starts up