yourinit.exe and userinit.exe

D

Defcon31

Please Slobodan,
I realy don't find how you created "yourinit.exe"..
can you give me some more details please?
do you do it with VB?
and what do you do in that piece of software?

PLEASE HELP ME AND MANY OTHER PEOPLE

and by the way, in that registry
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
what do you have for the value there? two strings in the same key?
how do you do that?
because you said you have to let it point to userinit.exe AND yourinit.exe?

please help me
anyway thanks
 
S

Slobodan Brcin

\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
After commas put name of app that need to be executed (yourinit.exe was just
example name), and put comma at the end.

you can create yourinit.exe to mimic userinit.exe functionality, or if you
don't need this then start app that you need directly. Your design choice.


VB? I'm using different flavor of tools. C, C++, various ASMs. But since you
have Win32 API at your disposal, then it is irrelevant what you will use.

BTW:
I have searched on www.microsoft.com for userinit.exe and I got link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;142905

So MS also says it is ok to use this.
My modification is only required to prevent starting of userinit.exe on
unwanted account so standard shell does not execute.
use cacls.exe as I already said.


Regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top