---
title: Changing the Frequency of UE-V Scheduled Tasks
description: Changing the Frequency of UE-V Scheduled Tasks
author: trudyha
ms.pagetype: mdop, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
ms.reviewer:
manager: dansimp
ms.author: dansimp
ms.topic: article
---
# Changing the Frequency of UE-V Scheduled Tasks
**Applies to**
- Windows 10, version 1607
When the User Experience Virtualization (UE-V) service is enabled, it creates the following scheduled tasks:
- [Monitor Application Settings](#monitor-application-settings)
- [Sync Controller Application](#sync-controller-application)
- [Synchronize Settings at Logoff](#synchronize-settings-at-logoff)
- [Template Auto Update](#template-auto-update)
**Note**
These tasks must remain enabled, because UE-V cannot function without them.
These scheduled tasks are not configurable with the UE-V tools. Administrators who want to change the scheduled task for these items can create a script that uses the Schtasks.exe command-line options.
For more information about Schtasks.exe, see [Schtasks](https://technet.microsoft.com/library/cc725744(v=ws.11).aspx).
## UE-V Scheduled Tasks
The following scheduled tasks are included in UE-V with sample scheduled task configuration commands.
### Monitor Application Settings
The **Monitor Application Settings** task is used to synchronize settings for Windows apps. It is runs at logon but is delayed by 30 seconds to not affect the logon detrimentally. The Monitor Application Status task runs the UevAppMonitor.exe file, which is located in the UE-V Agent installation directory.
Task name | Default event |
---|---|
\Microsoft\UE-V\Monitor Application Status |
Logon |
Task name | Default event |
---|---|
\Microsoft\UE-V\Sync Controller Application |
Logon, and every 30 minutes thereafter |
Task name | Default event |
---|---|
\Microsoft\UE-V\Synchronize Settings at Logoff |
Logon |
Task name | Default event |
---|---|
\Microsoft\UE-V\Template Auto Update |
System startup and at 3:30 AM every day, at a random time within a 1-hour window |
Task Name (file name) |
Default Frequency |
Power Toggle |
Idle Only |
Network Connection |
Description |
Monitor Application Settings (UevAppMonitor.exe) |
Starts 30 seconds after logon and continues until logoff. |
No |
Yes |
N/A |
Synchronizes settings for Windows (AppX) apps. |
Sync Controller Application (Microsoft.Uev.SyncController.exe) |
At logon and every 30 min thereafter. |
Yes |
Yes |
Only if Network is connected |
Starts the Sync Controller which synchronizes local settings with the settings storage location. |
Synchronize Settings at Logoff (Microsoft.Uev.SyncController.exe) |
Runs at logon and then waits for Logoff to Synchronize settings. |
No |
Yes |
N/A |
Start an application at logon that controls the synchronization of applications at logoff. |
Template Auto Update (ApplySettingsCatalog.exe) |
Runs at initial logon and at 3:30 AM every day thereafter. |
Yes |
No |
N/A |
Checks the settings template catalog for new, updated, or removed templates. This task only runs if SettingsTemplateCatalog is configured. |