Windows Startup application

BatchPatch Forums Home Forums BatchPatch Support Forum Windows Startup application

  • This topic has 1 reply, 2 voices, and was last updated 4 months ago by doug.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14248
    vitus
    Participant

    How to Retrieve and Manage Startup Applications in Windows

    How to get the names, status and startup impact details of application which Startup after Windows loads?
    Also, how to enable and/or disable specific ones?

    #14249
    doug
    Moderator

    Windows uses the following locations to determine which apps are started automatically on a given computer:

    Folders:
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

    Registry:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run

    BatchPatch does not contain functionality for directly manipulating these folders and registry values, but you could optionally write a custom script to do that, which you could then deploy to each target computer by using the ‘deploy’ feature in BatchPatch.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.