oh, and the article you had before will work if you use the right editor.....
Main Topics
Browse All TopicsThe problem I have is I have an nt server 4.0 machine set to login automatically. The problem is one of my 3rd party applications service fails at startup right after login. The reason for this is the nt services have not fully started up and this application depends on the nt services to start before it can start. IF I disable auto login the application service starts fine, this is because you get the login prompt now and it gives you an extra few secondsfor the nt services to start before my application services start. I need to have autologin enabled though, this is just how they want it. I tried the article "how to delay loading of specific services" Article - 193888 from microsoft, but the instructions to edit and add a value, etc are not an option when I go to services in the registry. It says to add a new value name Depenonservice with data type of reg_multisz, but there is no option to pick a data type of that type. I am using regedit, am I using the right registry editor? Is there any way to delay this service at startup or to delay the autologin by a few seconds so it give the nt services time to start before my applications services start?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks,
I will try this. I think the startup file that is failing at atartup is not a service now. It is a .exe file that is failing. It is located in c:\winnt\profiles\all users\programs\start menu\startup\XXX.exe. When I go into task manager I see XXX.exe and a PID for it. It is not listed in the services in Windows nt diagnostics, does this mean it is not a service? If it is not a service then I cannot use the article I mentioned above. If it is not a service how can I delay this file from running until all the nt services have started.
You could put the startup commands in a script and then use
CALL ntlib.cmd /init
%.Wait% [SecondsToWait]
YourExeHere
*******
The Advanced Command Library (ntlib.cmd) is free at http://ntlib.com, and includes the .Wait command used in the example.
ntlib.cmd contains NO BINARY CODE, just shell scripting commands. It runs CONSISTENTLY on NT4SP6a+, 2000, XP and Server 2003.
Business Accounts
Answer for Membership
by: YarnoSGPosted on 2004-04-20 at 09:22:56ID: 10870236
you are using the WRONG registry editor.
om/default .aspx?scid =kb;EN- US; 141377 rticle/Art icleID/147 38/14738.h tml
(not an issue in XP, but the registry editors have different capabilities in 2000 and Prior NT Based OSes.) To generate a REG_MULTI_SZ in 2000 or NT4, you need to be using REGEDT32.
Reference http://support.microsoft.c
and an article I wrote 4+ years ago: http://www.winnetmag.com/A