Registry Key for Jobs to run Before Startup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32643

    Registry Key for Jobs to run Before Startup

    Does anyone know where in the Registry I'd find the key that holds which jobs should run in stand-alone mode before Windows proper starts.
    I know it's used by Check Disk to schedule a scan of a drive.
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    are you refering to this:

    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32643

      #3
      Thank you - but no.
      That starts up programs in Windows. I'm looking for what starts up programs BEFORE windows runs (like Check Disk). They start up and complete - THEN reboot back into Windows.

      Comment

      • epots9
        Recognized Expert Top Contributor
        • May 2007
        • 1352

        #4
        It might be this key then

        Code:
        HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce

        Comment

        • NeoPa
          Recognized Expert Moderator MVP
          • Oct 2006
          • 32643

          #5
          Unfortunately not that one either Epots :)
          That starts programs that should only need to be run once. For instance, a software installation program, or an update of some sort. Other than the fact that it's cleared after it's been processed, this is functionally similar to the "Run" key.

          Comment

          • RhysH
            New Member
            • Jan 2008
            • 4

            #6
            Originally posted by NeoPa
            Does anyone know where in the Registry I'd find the key that holds which jobs should run in stand-alone mode before Windows proper starts.
            I know it's used by Check Disk to schedule a scan of a drive.
            I think you're after the following key

            Code:
            HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute

            Comment

            • NeoPa
              Recognized Expert Moderator MVP
              • Oct 2006
              • 32643

              #7
              I think I may well be Rhys :)
              I'll check that out and see where it leads me. Thank you.

              Comment

              Working...