Startup Item to Start Last

Page 1 of 2 12 LastLast

  1. Posts : 1,364
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #1

    Startup Item to Start Last


    How do I configure my computer so that I can insure a specific startup item/program starts 'last'.

    -thx
      My Computer


  2. Posts : 92
    Windows 8
       #2

    Instead of placing this program in Startup you can use the Task Scheduler and launch this program at startup/login.

    Task - Create to Run a Program at Startup and Log On

    In the step 11.B of this tutorial you can see the option to set a delay in the advanced settings. By playing with it you can make sure your program is executed last.
      My Computer


  3. Posts : 1,364
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #3

    Thx oneeyed, - what exactly is meant "by playing with it"?

    gregrocker - I am all too familiar with your penchant for promoting this agenda. I am sure it has helped some people. It does does not help me. However, suppose I desire to have a specific desktop gadget (I do have a few) start last. What is your response, the same as oneeyed's?
      My Computer


  4. Posts : 92
    Windows 8
       #4

    MourningStar said:
    what exactly is meant "by playing with it"?
    I meant adjust the delay to make the program launch when you want it to. 30 seconds is probably good but it depends if your machine is slow and how many things are in the startup...

    There are 3rd-party solutions to your problem. I know WinPatrol has a similar feature for example. Still the Task Scheduler does this fine on its own, and it's built-in so no risk of malware.
      My Computer


  5. Posts : 6,330
    Multi-Boot W7_Pro_x64 W8.1_Pro_x64 W10_Pro_x64 +Linux_VMs +Chromium_VM
       #5

    Some services are set to Automatic (Delayed Start).
    Some programs may not start for a minute or two after startup because of this.
    If you really need your program to be last including delayed start, you need to allow for this.
      My Computer


  6. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #6

    Delay a start up program


    Personally I create a scheduled task (or elevated shortcut) and add details to a batch file in my startup folder.

    Currently there are only two programs that I wish to run delayed on startup.

    Here's the batch file that I use. Modify it if you think it will be useful.

    You also need to know:

    ping -n 40 127.0.0.1 > NUL 2>&1

    -n (number) sets the delay

    C:\Windows\system32\schtasks.exe /run /tn taskname

    taskname as shown in scheduled tasks.


    Code:
    @echo off
    ping -n 40 127.0.0.1 > NUL 2>&1
    C:\Windows\system32\schtasks.exe /run /tn elevated_RegWatcher_rehctaWgeRJM2_xoblooTpotkseDsirhCsresUC
    
    ping -n 5 127.0.0.1 > NUL 2>&1
    C:\Windows\system32\schtasks.exe /run /tn elevated_SpyTheSpy_ypSehTypS2~ARGORPC
    Batch file in startup folder:

    Startup Item to Start Last-startup.jpg

    Batch file that you can modify if you like:

    StartupQueue.bat
    Last edited by Callender; 04 Nov 2014 at 14:15. Reason: attach file
      My Computer


  7. Posts : 1,364
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #7

    Thank you oneeyed and DavidE.

    oneeyed - regarding that 30 seconds. Is that from the point in time that I press the power button?

    DavidE - You mention 'services'. Some of the items I am 'starting up' in addition to the gadgets (cpu meter, network meter, ...) is MSE, objectdock, rocketdock, core temp, ... . Are these considered 'services'?
      My Computer


  8. whs
    Posts : 26,210
    Vista, Windows7, Mint Mate, Zorin, Windows 8
       #8

    Is that from the point in time that I press the power button?
    Not really. There is first some time that the BIOS uses. It is from the time the startups are being launched - which you really don't know when that is. If you want to make really sure it is last, delay it by e.g. 2 minutes.
      My Computer


  9. Posts : 6,330
    Multi-Boot W7_Pro_x64 W8.1_Pro_x64 W10_Pro_x64 +Linux_VMs +Chromium_VM
       #9

    MSE does not start using a delayed start service, it starts "early" in the startup processing.
    I don't use the other three, but i doubt they have a delayed service.
    You can look in Services and sort by Startup Type to see which services are delayed.
      My Computer


  10. Posts : 1,364
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #10

    whs said:
    Is that from the point in time that I press the power button?
    Not really. There is first some time that the BIOS uses. It is from the time the startups are being launched - which you really don't know when that is. If you want to make really sure it is last, delay it by e.g. 2 minutes.
    Thx all - a scheduled/delayed task seems to be the best solution thus far. I am beginning to suspect that the answer to the OP is "probably not possible"?
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:31.
Find Us