5.87, winsys.ini, Windows Delivery Optimization Files

The syntax of the FileKey1 is not correct.

[Windows Delivery Optimization Files]
ID=1072
LangSecRef=3003
LangRef=3175
WarningRef=3213
Default=False
FileKey1=%windir%\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\DeliveryOptimization\Cache\*

It should be as follows:

FileKey1=%windir%\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\DeliveryOptimization\Cache|*.*|RECURSE

One more small note:

If the creator of the FileKey wanted to delete only the files within the subfolders, and not the subfolders themselves, then this should also be clearly recognizable in the syntax:

FileKey1=%windir%\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\DeliveryOptimization\Cache\*|*.*

This makes it clear to everyone, not just the creator, what the function of the FileKey is.

Good catch! Thanks for pointing this out, I've brought this to the attention of our development team to look into further. I suspect a typo, but definitely need to look into this further so it works as intended.

Unfortunately still not fixed, as always... ☹️ This correction would not take even a minute...