Results 1 to 20 of 20

Thread: startup proggies?

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    startup proggies?

    How do I make something load in superstartup? Like the place where virus scanners load?
    retired member. Thanks for everything

  2. #2
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    You can put an entry in the registry, under this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and it will load up at the start up.
    <removed by admin>

  3. #3
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734

  4. #4

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    but dont those just make normal statup things, like AIM and stuff?
    retired member. Thanks for everything

  5. #5
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    you can make anything start up that way

  6. #6

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    but how does virus scanner always come first?

    Also, I have a program called startstop which lets you customize which programs load on startup. When the computer boots up, you have 5 seconds to customize the programs then everything will load in normal order. Now how does that proggy load before all the others do?
    retired member. Thanks for everything

  7. #7
    Member
    Join Date
    Apr 2002
    Posts
    45
    Ross goto your system configuration utility under system information. Im not sure how to get there in XP but i know in Win98

  8. #8

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    i have 2k
    2k has a buncha config utils...
    retired member. Thanks for everything

  9. #9
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    I think whackamol is talking about msconfig

    It doesn't come with Win2000 but I managed to get it from somewhere
    Attached Files Attached Files

  10. #10

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    ok my virus scanner loads form the services tab. Where is that?
    retired member. Thanks for everything

  11. #11
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    In the registry

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    Just make a new value under that key, call it what you want and have the value as the path to the app you want to load

  12. #12

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    the virus scanner is not there....
    retired member. Thanks for everything

  13. #13
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    ? Mine is

    What's yours?

  14. #14
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Try searching the registry for values with the path to your AV

  15. #15
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    My virus scanner is there too...

    NAV Agent = C:\PROGRA~1\NORTON~1\navapw32.exe

    <removed by admin>

  16. #16
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices

    ...is where services run...

    but the virus scanner loads BEFORE windows reg.

    look in autoexe.bat:

    @C:\PROGRA~1\NORTON~1\NAVDX.EXE /Startup


    (i could be wrong, but i think the @ sign means run as service. and if anyone knows this for sure or knows its wrong, please tell me.)
    Last edited by HAVocINCARNATE29; Aug 4th, 2002 at 11:26 PM.
    ______________

  17. #17
    Addicted Member Appaq's Avatar
    Join Date
    Jul 2002
    Location
    Buzau | RO
    Posts
    179
    try to find out more about BOOT zone, writing and... programing! thats the superstartup zone
    skin

  18. #18
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Originally posted by HAVocINCARNATE29
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
    That does not exist in Windows 2000, it's just Run, not RunServices

  19. #19

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    I found a key in
    HKLM\software\system\controlset001\services\mcshield

    maybe thats it
    anyone else have anything there?
    retired member. Thanks for everything

  20. #20
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Originally posted by markman
    I found a key in
    HKLM\software\system\controlset001\services\mcshield

    maybe thats it
    anyone else have anything there?
    The RunServices key is a hack for 9x to get apps to run before user "logon", to act like NT services. The "Run" key on NT doesn't get executed until a user logs on, and I believe the programs execute in the context of the user that just logged on. True services under NT are at HKLM\System\CurrentControlSet\Services mixed in with drivers. These are added via APIs for Services and can run as different user accounts (usually the LOCAL SYSTEM account).
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width