I have a service that make some hardware/drivers preparations in the Windows. During this process I don't want user to logon, reboot or do whatever can broke the driver installation process.
I want to make it transparent for user, like Windows Update process shows progress before user can log on. The start level of the service is 2. Is there any way to acquire it via winapi?
As a workaround I can use something like this and disable users, but it looks weird.