Refresh groups and Scheduler tasks

Hello

I tried this by looking at the documentation and cannot not find it.

When you define a new group of refreshment, is a new work of scheduller (responsible for the execution of the refresh to the schedule group) created automatically?

Thanks adavance.

Yes, when creating the refresh group he plan automatically a dbms_job job to do the update.

Tags: Database

Similar Questions

  • BITSADMIN and scheduled tasks

    Does anyone have experience making bitsadmin more useless in a scheduled task?  It seems to be limited to the use of the command-line connected except for the / create command.  Otherwise, it fails because the user is not connected (will work even if at the request of task if you logged in and 'run now'), but when you are disconnected, the task runs but bitsadmin gives errors like:
    Cannot add file to job - 0x800704dd
    The requested operation was not because the user is not connected to the network.

    The specified service does not exist.

    This behavior even in Xp and S 2008 / Vista.

    Directors Exchange

    Hi rgaysa,

    Please use the forum answers of Vista,

    The question you have posted is related to a network environment and would be better suited to the TechNet community.
    We are only Vista support for the consumer.  Please visit the link below to find a community that will provide the best support.

    http://social.technet.Microsoft.com/forums/en-us/categories/

    Hope this helps, Kevin
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • cron job Monitor and the status of the scheduled task

    I can't find all the rules for the cron and scheduled task of monitoring, any suggestions?

    Thank you

    Rachel

    Hello

    It will be interesting to see what other solutions the Foglight user community found for this.

    A simple option I can think of is having the task cron/writing to a file log and this logfile with LogFilter monitoring officer

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-administrators/w/Admins-wiki/5646.monitoring-application-availability-using-Foglight-utility-agents

    Golan

  • Disable the scheduled task when the cover is closed

    Hi all

    I'm working on a project using a Panel (with several buttons) and scheduled tasks.

    The problem is that when I close the Panel, scheduled tasks continue to run in the background.

    So, I wanted to know if there is a way to kill these tasks when the cover is closed.

    Thank you for your time!

    Ekibyo

    I don't think you don't need none of that: what you need to do is store the Panel object in a global variable or a property of your script object and then try to access in the task code.

    So let's say that you store the window in a global variable:

    var MyScriptPanel = this;
    

    Then in the task code, you should be able to test if the Panel object is still valid:

    try
    {
         //     Atempt to access a dummy variable:
         //     - will return undefined if the Panel is open
         //     - should throw an error if the panel is closed
        MyScriptPanel.a;
    
         //     Do your thing and reschedule the task
    }
    catch (err)
    {
        //    Cancel the task
    }
    

    Tell me if it works.

    After using many scheduleTask I must say don't really like it: I have not tested in CC, but you may notice in CS4 to 6 that it resets the cursor when the mouse is not moving or ignore some shortcuts keyboard, so I would recommend not not to schedule your task too often, or at least give the user a way to select the frequency of execution.

    EDIT: as your line is not fair:

    panel.onClose = Panel_Close();
    

    It should be...

    panel.onClose = Panel_Close;
    

    ... with no '()' so that you copy only the body of the function in the callback to onColse. But I wouldn't rely on the events of the UI for something that should work every time.

  • Trying to enable and disable the scheduled tasks back but becomes "the name of the specified task * does not exist in the system.

    I am trying to create a .bat file that stops a set of scheduled tasks and start another game, but when it works it is said that there is no such thing as the name of the task

    SCHTASKS/Change/disable /TN ImageCopyTest
    ERROR: The name of the specified job 'ImageCopyTest' does not exist in the system.

    Running schtasks/query does not list the tasks that I have implemented in Task Scheduler

    For operational reasons, the tasks are set on "Run If the user is logged in or not ' and I read somewhere that this automatically makes the hidden task

    Can someone shed light on how I can get around what I need this operation for our recovery after disaster

    It's on Windows Server 2008 R2 Enterprise

    Hello

    Apologize for the delay in response. Because the question you posted is related to Windows Server and more complex than that which are usually dealt with here, this issue will be safer in our MSDN forums that cater to the more THIS professional audience.

    Thank you.

  • manages scheduled tasks has stopped working and was closed

    Lately I get this error message often when I start using my Vista PC (Vista Business SP2) in the morning: "manages scheduled tasks has stopped working and was closed".

    And this morning the automatic update of Windows Defender definitions also could not install (so I would be dnld and installed).  Set to automatic update referred to 'unknown error' (8 and 57, I think).

    FYI, sfc/scannow reported no integrity violoations with system files.  I also reconfigured my PC there is to make sure that it is clean, fresh and perfectly up-to-date before reinstalling all my apps, and it's been updated for about 2 months then.

    How this application problem "manages scheduled tasks" can be fixed?  If you don't know, where can I get an answer?  Neither Google nor Bing seem to show any reference to the exact phrase "" manages scheduled tasks has stopped working stopped working '. "

    Craig in New Jersey

    Update 7/22: I'm starting to suspect a problem of interactions between turn off Vista and [printer] HP Digital Imaging Monitor.  I tried to disable it via msconfig, a couple of days and have not seen the mistakes regularly ever since, but the jury is still pending for another week or two.   I'll report after awhile.

    It is too early to point a finger because we know that all of them have well worked normally in the past and they seem equally at risk of corruption.  For example, I have no these errors when you use the same software HP on my Win7 PC and I don't have these errors for a few months after that the reconstruction of my Vista laptop, so I'm suspecting some piece of software has become corrupted (something in Vista), or something the tracking software program, some windows or component or registry setting software execution to one who relies on the HP printer.

    Craig in New Jersey

    Update 7/27 edit: Since disabling component HP Digital Imaging Monitor (hpqtra08.exe) drivers HP printer/scanner more than a week ago, I have not seen error messages 'has stopped working and was closed"breed, and Windows Update seems to operate normally.

  • Wget and Vista Task Scheduler

    First post on this forum.

    I am implementing a task in Vista Task Scheduler to download a mirrored to an FTP site using wget.

    Now, I installed wget and execute the following at the command prompt:

    wget ftp://myUid: * e-mail address is removed from the privacy * m

    The site files are downloaded successfully to the location where the command line starts (C:\Users\MyName).

    However, nothing happens when I try to run as a scheduled task:
    Action: start a program
    Program/Script: C:\Windows\System32\cmd.exe
    Arguments: /c "wget ftp://myUid: * e-mail address is removed from the privacy * m.

    Or it works with the following argument:

    Arguments: / c "F:\path\to\file\scheduled_backup_cmd.bat".

    The last execution result is always 0 x 1, which means as far as I KNOW, the task completed successfully, but I don't see all the files downloaded on C:\Users\MyName.

    What I am doing wrong? Any comments much appreciated.

    A.Fraile,
    If your script does not work, it is fair to task scheduler does not work properly, try this link that explains the new functions / commands in the Task Scheduler Vista which is different from that of previous versions of Windows:

    http://TechNet.Microsoft.com/en-us/AppCompat/aa906020.aspx

    Let me know if this helped or not.
    Thank you
    Gloria
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Why Media Center now create two scheduled tasks mcupdate AND mcupdate_scheduled?

    I've noticed since starting up Windows Media Center for the first time in a long time on a clean install of Windows 7, it today creates an additional task in the scheduler called mcupdate AND mcupdate_scheduled.  Mcupdate_scheduled is always set to wake the computer at 03:31 every day.  Now in the past to stop Media Center starting the computer for the night and then leaving him on, I would go into media center automatic update options and turn them off.  These options now is more effect Mcupdate or Mcupdate_scheduled and the only way to prevent the center of marketing media automatically is to disable Mcupdate_scheduled in Task Scheduler.  No idea why this strange configuration is in place?  Why is Media Player so determined his will light up in the night by going to the measure of the creation of additional tasks AND prevent you to extinguish itself in Media Player?  Any ideas on that?

    Hello

    1 when was the last time it was working fine?

    2. you have any application security on the computer?

    3 have you tried to remove the Task Scheduler?

    4 did you a recent software or changes to the material on the computer?

    I suggest you remove the task from the task schedular system and check if it helps.

    Description of the scheduled tasks in Windows Vista

    http://support.Microsoft.com/default.aspx/KB/939039

    The above article is for Windows Vista. It remains valid for Windows 7, too.

    You can delete the task in the list and check.

    You can also go through the steps mentioned in the link and check.

    Troubleshooting Task Scheduler

    http://TechNet.Microsoft.com/en-us/library/cc721846.aspx

    Overview of Task Scheduler

    http://TechNet.Microsoft.com/en-us/library/cc721871.aspx

    I hope this helps.

  • SQLcl throws the Exception on start and stop operating within the scheduled task

    I'm on Windows Server 2012 R2 runs a script TakeCommand (jpsoft.com) as a task scheduled using SQLcl - 4.2.0.15.177.0246.

    The script is invoked, when the account (with administrative privileges) who runs the scheduled task is not connected to the machine.

    The scenario is as follows:

    • servers both windows ServerA and ServerB (virtual servers)
    • ServerA has a SAN connected directly (as E drive)
    • ServerB remotely accesses drive E on ServerA and maps in drive E (guest ServerB cmd > net use e: \\ServerA\e)
    • the problem occurs on server b.

    Corr 04/09/2015: the SAN is not the cause of the errors/exceptions - it's just that the user who runs the scheduled task is not logged on and therefore has no APPDATA

    When SQLcl is called, the following lines are recorded... (italics: private information, "BOLD": SQLcl output not visible when the user connects while work is carried out at the request)

    03/09/2015 12:16:41.979 to connect to the jdbc URL ... (this output is to the batch calling SQLcl - everything below is SQLcl or SQL script)

    Sep 03, oracle.dbtools.raptor.console.MultiLineHistory load 2015 12:18:05

    SEVERE: HIST-013 APPDATA is null

    Sep 03, oracle.dbtools.raptor.newscriptrunner.commands.net.NetEntries load 2015 12:18:55

    SEVERE: NET-013 APPDATA is null

    Sep 03, 2015 12:18:55 oracle.dbtools.raptor.newscriptrunner.commands.net.NetEntries save

    SEVERE: NET-013 APPDATA is null

    03.09.2015 12:18:56: updated information on what will be done

    0 lines merged.

    0 lines merged.

    03.09.2015 12:19:15: updated information on what will be done

    0 lines merged.

    Exception in thread "cleansing" java.lang.NullPointerException

    in java.io.File. < init > (File.java:277)

    at oracle.dbtools.raptor.newscriptrunner.commands.alias.Aliases.save(Aliases.java:132)

    at oracle.dbtools.raptor.newscriptrunner.commands.alias.Aliases.save(Aliases.java:128)

    to oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli$ 1.run(SqlCli.java:356)

    In addition, that everything works fine... the script is executed as planned, as expected, the queued files are created...

    So what I am doing wrong?

    Best regards, Peter

    Message geändert durch stueckl - information server added

    Message geändert durch stueckl - information server deleted - it's a general problem

    If we were talking about developer SQL itself rather than SQLcl, then the solution is simple... you can always force your user settings to a folder accessible in arbitrary writing using the ide.user.dir environment variable just add something like this line to the file sqldeveloper.conf to your installation:

    AddVMOption - Dide.user.dir =

    SQLcl, however, is hard-coded dependency on APPDATA in Windows (and user.home on Linux).  May not be feasible in your case, but in some cases simple, APPDATA can be overridden in the script that launches the SQLcl and the NetEntries and xml SQL history files are read from / written to this file.

    For example: value APPDATA = C:\Temp

  • Access to the content of the problems and configuring scheduled tasks

    Hi all!

    I am new to the community. IM an apprentice in the last year. I'm working with vmware esx / vsphere since August 2009.

    In December 2009 I started to script powershell and powerCLI.

    Maybe someone can help me, I searched for a long time, but I do not know how.

    I have a small script that takes you through some menus. There you can select the data center, the template and insert the name of the virtual machine. Data warehouses and the host or a cluster will automatically get to deploy. In the end, the script creates an INI file like this:

    vmname = test

    Location = VENV40

    Model = w2k3eesp2x32_template

    Cluster_Host = adcv43e.xxx.yyyy .net

    DatastoreSystem = esx40_nfs01_SystemDrives1

    DatastoreSwap = esx40_nfs02_SwapDrives1

    VCenterVENV = xx.yy.xx.yyy

    Now to my problem. The second script should be an infinite loop, looking if there are a few new INI files.

    Due to our policies, we can only deploy during the night (storage overhead). We have 3 "slots".  to 01:00 to 03:00 and 05:00, where we can deploy a virtual machine.

    The second script should get the regular deployment of the Vcenter task and check if there is a "slot" to deploy, if not, check the next night and so on.

    My problems are:

    I can not only the deployment task

    The departure time you have a time difference in the vcenter? (eastern daylight time?)

    When I got the available task, how to create a new one with the Ini file information?

    Someone at - it an idea?

    That's what I have so far. It was just to try if I can get the scheduled task

    1. --------------------------------------------------------------------------------------------

    2. Force load (otherwise VMware.Vim items are not known)

    http://Reflection.Assembly: LoadWithPartialName ("vmware.vim")

    CLS #clearscreen

    $svcRef = new-object VMware.Vim.ManagedObjectReference

    $svcRef.Type = 'ServiceInstance.

    $svcRef.Value = 'ServiceInstance.

    $serviceInstance = get-views $svcRef

    1. This returns a MoRef scheduled task manager

    $schMgr_ref = $serviceInstance.Content.scheduledTaskManager

    1. This returns the actual scheduled task manager object

    $schMgr_obj = get-views $schMgr_ref

    1. The method must be called on the object

    2. The method requires 1 argument.

    3. As the API Ref stipulates that when the parameter is Null, the method will return

    4. all scheduled tasks

    $foo = $schMgr_obj. RetrieveEntityScheduledTask ($null)

    1. The method returns an array of task object references

    {foreach ($task in $foo)

    $infos = (get-view $task) .info

    $taskname = $infos. Name

    $taskdate =($infos.) Scheduler). RunAt

    $task = "$taskname", "$taskdate".

    }

    #----


    Thanking you in anticipation.

    I am looking before I heard you and sorry for my bad English

    Greetings PowaCLI

    There are two problems.

    (1) the property $cloneSpec.Location.Pool must a resourcepool pint. In the script below I took the default value (and hidden) resourcepool called Resources.

    (2) the $spec. Scheduler property must be one of AfterStartupTaskScheduler, OnceTaskScheduler, RecurrentTaskScheduler.

    You will probably need to put the $spec. Scheduler.runAt to the property a value if you want to avoid the task starts immediately.

    $taskName = "Create new VM"
    $taskHours = 1,3,5
    $iniPath = "D:\__IPA_PowerCLI_VM\INI\"
    
    Connect-VIServer 10.11.4.209
    
    $si = Get-View ServiceInstance
    $schedMgr = Get-View $si.Content.scheduledTaskManager
    
    $scheduled = @()
    $schedMgr.ScheduledTask | %{Get-View -Id $_} | %{
         if($_.Info.Name -like ($taskName + "*")){
              $scheduled += $_.Info.NextRunTime.ToLocalTime()
         }
    }
    
    $now = Get-Date -Minute 0 -Second 0
    if($now.Hour -gt $taskHours[-1]){
         $now = $now.AddDays(1)
    }
    
    $iniFiles = Get-Item ($iniPath + "*") -Include "*.csv"
    foreach($iniFile in $iniFiles){
         $params = Import-Csv $iniFile  # -UseCulture
         $notScheduled = $true
         while($notScheduled){
              $taskHours | %{
                   $schedTime = $now.Date.AddHours($_)
                   if(!($scheduled -contains $schedTime)){
                        $spec = New-Object VMware.Vim.ScheduledTaskSpec
    
                        $spec.Action = New-Object VMware.Vim.MethodAction
    
                        $arg1 = New-Object VMware.Vim.MethodActionArgument
                        $arg1.Value = New-Object VMware.Vim.VirtualMachineRelocateSpec
                        $arg1.value = (Get-Folder vm| Get-View).MoRef  # (Get-Folder $params.Location| Get-View).MoRef
                        $spec.Action.argument += $arg1
    
                        $arg2 = New-Object VMware.Vim.MethodActionArgument
                        $arg2.value = "TESTVM"
                        $spec.Action.argument += $arg2
    
                        $cloneSpec = New-Object VMware.Vim.VirtualMachineCloneSpec
                        $cloneSpec.Location = New-Object VMware.Vim.VirtualMachineRelocateSpec
                        $cloneSpec.Location.Datastore = (Get-Datastore qesx00_nfs01_SystemDrives1| Get-View).MoRef
                        $cloneSpec.Location.Pool = (Get-cluster QVENV00_Cluster00 | Get-ResourcePool Resources  | Get-View).MoRef
    
                        $arg3 = New-Object VMware.Vim.MethodActionArgument
                        $arg3.value = $clonespec
                        $spec.Action.argument += $arg3
                        $spec.Action.Name = "CloneVM_Task"
                        $spec.Description = "Test"
                        $spec.Scheduler = New-Object VMware.Vim.OnceTaskScheduler
    
                        $spec.Enabled = $true
                        $spec.Name = $taskName + " " + $now
    
                        $entity = Get-Template IPAtestmaschine_Luca | Get-View
    
                        $schedMgr.CreateScheduledTask($entity.MoRef,$spec)
    
                        $notScheduled = $false
                   }
              }
              $now = $now.AddDays(1)
         }
    }
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Move VM to csv file and create the scheduled task in VC

    What is the problem with the last line ' $scheduledTaskManager.CreateScheduledTask ($vmView.MoRef, $task) "?

    1. The ScheduledTaskManager lies in the Service Instance.

    $si = get-view ServiceInstance

    $scheduledTaskManager is Get-view $si. Content.ScheduledTaskManager

    1. We need to identify the virtual machine and the host where it will be powered on.

    #$vmView = get - VM PowerOnTest | Get-View

    #$esxView = get-VMHost esx35 - 01.vitoolkit.local | Get-View

    foreach ($f in (import-csv '

    'D:\MigrateStorage\amsterdam-core-hp-poweron.csv'))

    {

    $vmView = $f

    *

    echo $vmView

    *

    }

    1. Now we build the task argument.

    $arg = New-Object VMware.Vim.MethodActionArgument

    #$ARG value = $esxview. MoRef

    $action = New-Object VMware.Vim.MethodAction

    $action. Argument = $arg

    $action. Name = "PowerOnVM_Task".

    $scheduler = new-object VMware.Vim.OnceTaskScheduler

    $scheduler.runat = .addminutes (5) (get-date)

    $task = New-Object VMware.Vim.ScheduledTaskSpec

    $task. Action = $action

    $task. Description = 'start a virtual machine with a scheduled task '.

    $task. Enabled = $true

    $task. Name = 'Virtual Machine market '.

    $task. Programmer = $scheduler

    $scheduledTaskManager.CreateScheduledTask ($vmView.MoRef, $task)

    The following script should do the trick.

    $csvName = 
    $tgtDatastore = 
    $emailAddr = 
    $startTime =                   # Ex [Datetime]"10/21/2009 20:00"
    $startInterval = 
    
    $si = get-view ServiceInstance
    $scheduledTaskManager = Get-View $si.Content.ScheduledTaskManager
    
    $offset = 0
    Import-Csv $csvName | % {
         $vm = Get-View -ViewType VirtualMachine -Filter @{"Name"=$_.VMname}
    
         $spec = New-Object VMware.Vim.ScheduledTaskSpec
         $spec.Name = "svMotion " + $_.VMname
         $spec.Description = "Migrate " + $_.VMname + " to " + $tgtDatastore
         $spec.Enabled = $true
         $spec.Notification = $emailAddr
         $spec.Scheduler = New-Object VMware.Vim.OnceTaskScheduler
         $spec.Scheduler.runat = $startTime.AddMinutes($offset)
         $offset += $startInterval
         $spec.Action = New-Object VMware.Vim.MethodAction
         $spec.Action.Name = "RelocateVM_Task"
    
         $arg1 = New-Object VMware.Vim.MethodActionArgument
         $arg1.Value = New-Object VMware.Vim.VirtualMachineRelocateSpec
         $arg1.Value.datastore = (Get-Datastore $tgtDatastore | Get-View).MoRef
          $arg1.Value.pool = $vm.ResourcePool
          $arg1.Value.host = $vm.Runtime.Host
    
         $spec.Action.Argument += $arg1
         $arg2 = New-Object VMware.Vim.MethodActionArgument
         $arg2.Value = [http://VMware.Vim.VirtualMachineMovePriority|http://VMware.Vim.VirtualMachineMovePriority]"defaultPriority"
         $spec.Action.Argument += $arg2
    
         $scheduledTaskManager.CreateScheduledTask($vm.MoRef, $spec)
    }
    

    Although the scheduled task will trigger a svMotion, CreateScheduledTask method seems still need a host and resourepool MoRef in VirtualMachineRelocateSpec argument.

  • Difference bw schedule task Xellerate organization and AD organization Reco

    Guys,

    What is the diffence bw schedule task Xellerate organization and organization Recon AD?
    I went to the docs of connector AD bt doesn't have undestood the difference properly

    Hey:

    -No worries.
    - OU Announces does not all defined rules and that's fine.
    - Organization of Xellerate is the receiver Office which is used as a basis for the creation of organizations IOM through reconciliation trust or, for example, recon AD organization in this case.
    -I don't see a rule but ut should be Xellerate organization in any case because it is a Number of trust and not vice versa

  • How to delete a created task and how to stop or change a scheduled task?

    Hello world
    I am new to RMAN. I copied a working sqlplus to the application procedure. Procedure has been correctly created.
    I Born here [how to schedule daily backup RMAN? | http://appsdbaclass.blogspot.com/2011/06/how-to-schedule-rman-daily-backup_3481.html]
    The procedure is created successfully. Now, please help me to do the following:
    (1) to perform this work
    (2) check if this task is running or not
    (3) that lists all other jobs
    (4) erase a scheduled task
    (5) delete a task
    (6) to edit a job

    Please help me.
    -Kayesh

    Published by: MD. Kayesh on January 7, 2013 04:45

    The procedure is created successfully. Now, please help me to do the following:
    (1) to perform this work

    work will run because you set "validated-online true."

    (2) check if this task is running or not

    query DBA_SCHEDULER_JOB_RUN_DETAILS

    (3) that lists all other jobs

    query DBA_SCHEDULER_JOBS

    (4) erase a scheduled task

    Use DBMS_SCHEDULER. DISABLE the procedure

    (5) delete a task

    Use DBMS_SCHEDULER. DROP_JOB

    (6) to edit a job

    Use DBMS_SCHEDULER. SET_ATTRIBUTE

  • Permission to create/run the scheduled task

    Hello

    I'm running Windows 7 Pro RTM and I try to use my normal user account to create and run a new scheduled task, but whenever I try to save the task, I get an error msg saying "Task Scheduler cannot create the task.» Does not know the user account, the password is incorrect or the user account doesn't have permission to create this task".

    I have no problems running tasks under my admin account, but I don't want to use it for everyday purposes. I'm also sure that this error must be because of permissions problems, so can I know what is the privilege that a user must have to create/run one account task?

    Thank you very much

    Hi hifer,.

    Please use the forum for answers,

    If your account is a standard account, you will not have permission to create a task or schedule task.  Your account must be an administrator account to schedule the task for the system or it must be run as an administrator.

    It have additional permissions, you can add standard user profile to allow the profile to create the task.  But this option is not available in all versions of Windows and rather complicated.  You can try to add these groups to your profile using computer management in administrative tools.  User with power and Backup administrator can provide you with the authorization that you need if the groups are available with your version of Windows 7.

    Hope this helps,

    Kevin
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Adobe Reader update scheduled task? Is this Normal?

    Hello, I started my computer today and as I usually do, I checked my startup items. Adobe Reader and Acrobat Update Manager has been removed from the list. I was confused and after the reboot to see if that fixes it, checked again. Went again. The research, apparently a "Adobe Refresh Manager" with the number of version 1.8.0 has been installed or something. Or at least configured. Check with CCleaner, I looked up from the Startup tab... the Windows tab remained empty from the entrance of Adobe. However check the section of the scheduled task, I found an entry for the update here for some reason any.

    Is this a new feature? Did update the Updater itself and grown from a startup to a scheduled task item? I'm a little worried that something is wrong with my computer. For the record, my Adobe Acrobat had already updated December 9 11.0.10.
    Is this normal now?

    I am running Windows 8.1 32 bit btw.

    Yes, Acrobat and Reader Updater automatically updates itself with the latest version. There is nothing to worry about. Moving to the Scheduler of tasks done checks more predictable updates. Remove the Run key launch improves the system startup. You can probably find other updaters as well in the Task Scheduler, such as Google, Windows itself, Adobe Flash, etc...

Maybe you are looking for