Can i let wininit.exe to startup my win32 program?

n21k1a jkjkn767c2ok 0 Reputation points
2024-04-10T06:16:39.7733333+00:00

i want to let wininit.exe to startup my win32 program?

What can i do?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,239 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Wesley Li 5,040 Reputation points
    2024-04-10T07:47:07.73+00:00

    Hello

    wininit.exe is a system process that belongs to the Windows operating system. It stands for Windows Initialization and it is responsible for initializing some of the core components of the system, such as the registry, security accounts, and services.

    However, it’s not recommended to directly manipulate or interfere with wininit.exe to start your Win32 program. Doing so may cause serious problems with your system.

    Instead, there are other ways to set a program to start up with Windows:

    Startup Folder: You can add a shortcut to your program in the Startup folder. The Startup folder is a special folder in Windows that runs programs automatically when Windows starts. You can access it by typing shell:startup in the Run dialog (Win + R).

    Task Scheduler: You can use the Task Scheduler to set your program to start when Windows boots. You can access Task Scheduler from the Start Menu or by typing taskschd.msc in the Run dialog.

    Registry: You can add an entry to the Windows Registry to start your program at boot. You can access the Registry Editor by typing regedit in the Run dialog.

    If you’re unsure, it’s a good idea to create a system restore point before making any changes. This way, you can revert your system back to a previous state if something goes wrong.

    0 comments No comments