This is a multi-part blog series focused on optimizing Windows 10 VDI
As we saw in previous blogs, Microsoft added new default apps and services into the base operating system of the Windows 10 Build 1703 (Creator Update). These updates will have an impact on the user experience, especially in a VDI implementation.
Scheduled Tasks
Many of the new capabilities within the latest builds of Windows 10 also implements new scheduled tasks. Although the tasks do not run continuously, they will impact density when executing and many are irrelevant in a non-persistent VDI environment.
- Build 1507: 130 Tasks
- Build 1607: 166 Tasks
- Build 1703: 165 Tasks
History has shown that optimizing Windows scheduled tasks can improve logon time and server density. It is recommended to review the list of scheduled tasks and disable those that are not necessary for the users.
To see a list of Windows services, run the following PowerShell command:
Get-ScheduledTasks
Color Code:
- Green: Customer experience program tasks
- Orange: Maintenance tasks
- Blue: Tasks for applications
- Purple: General system tasks
- Red: Safety and security tasks
Continue reading Optimize VDI: Windows 10 Scheduled Tasks (Original, Anniversary and Creator Updates) →