How can i start a win32 program, after wininit.exe start , and before winlogon.exe start?

n21k1a jkjkn767c2ok 0 Reputation points
2024-04-09T15:20:46.19+00:00

I want to start up a program as early as possible, after wininit.exe start , and before winlogon.exe start?

what can i do?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,586 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jing Zhou 6,865 Reputation points Microsoft Vendor
    2024-04-11T02:49:54.8933333+00:00

    Hello,

     

    Thank you for posting in Q&A forum.

    To resolve this issue, please kindly try below steps:

    1.Create a batch file which can start the win32 program.

    2.Go to task scheduler

    3.Create a new task

    4.Check option “Run whether user is logged or not”.

    5.Configure trigger for “At startup”.

    6.Select the batch file created.

    In this way you will be able to start the win32 program as soon as wininit.exe starts.

     

    Hope this answer can help you well.

    Best regards,

    Jill Zhou

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.