I have Windows Me.<br>
When my computer is started, this file is executed before Explorer:<br>
"c:\Windows\System\AUTOCHK.EXE"<br>
<br>
I have found this value in the registry:<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SessionManager\Known16DLLs<br>
Value Name: "AUTOCHK.EXE"<br>
Value String: "AUTOCHK.EXE"<br>
<br>
To execute my applicatiojn before windows, i have tryed this Value but does't work:<br>
I have found this value in the registry:<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SessionManager\Known16DLLs<br>
Value Name: "MyApp.EXE"<br>
Value String: "MyApp.EXE"<br>
<br>
Can you help me please?