Code Source Example

  • Thread starter Thread starter Jose Reinaldo
  • Start date Start date
J

Jose Reinaldo

Hi,
I need an application that run in my boot, I dont´t want any other things
like Shells or other like that. I just need an simple application that run
in my boot. Can anyone help me?

Thanks
 
If you want your app to be a shell?
Then create a custom shell component.

Also read more about minlogon, you can probably use it.

If you want explorer shell, then you can run your app in parallel with
userinit.exe

Modify:
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon UserInit key and
add path to your app.

Regards,
Slobodan
 
Back
Top