When you’re optimizing your VDI machines, one of the challanges are the Windows Themes. The Windows Themes are generating a lot of IOPS, so maybe you want to prevent users to change the Windows Theme.
You can use the following command to disable the Windows Themes Service:
Powershell Set-Service ‘Themes’ -startuptype “disabled”
You can also create a script that runs at computer startup.