I noticed in this commit that you're using PowerShell to clean up Start Menu entries. Just a heads-up - I actually sent you that exact solution a month ago in another issue.
Also, I noticed you're using this command in the same commit:
This basically does the same thing as the PowerShell command I shared.
By the way, you should probably remove the duplication, since both commands do the same thing.
Hello,
I noticed in this commit that you're using PowerShell to clean up Start Menu entries. Just a heads-up - I actually sent you that exact solution a month ago in another issue.
Also, I noticed you're using this command in the same commit:
- !appx: {operation: clearCache, name: '*StartMenuExperienceHost*'}
This basically does the same thing as the PowerShell command I shared. By the way, you should probably remove the duplication, since both commands do the same thing.