We have some Windows services that include a version in their name, like: "clr_optimization_v4.0.30319_32,clr_optimization_v4.0.30319_64". I'd like to be able to exclude a pattern like "clr_optimiztion_*", otherwise the list of excluded patterns will be long and unmanagable.
So, I'd like to configure this key on an item:
services[automatic,stopped,"clr_optimization_*"]
Currently this "clr_optimiztion_*" does not match "clr_optimization_v4.0.30319_32", nor "clr_optimization_v4.0.30319_64".