mewostick / Creosynth

Windows playbook for various creators.
GNU General Public License v3.0
8 stars 0 forks source link

[Clarification] Unnecessary actions in cleaning the Start Menu #10

Closed instead1337 closed 1 month ago

instead1337 commented 1 month ago

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.

mewostick commented 1 month ago

Ah, right! I'll take care of duplicates once time is available.