-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
After searching for long time, I got a method to remove items from the Win-X menu in 22H2 builds. As all know that there is no way to edit the Win-X menu after updating to 22H2. Even Win-X menu Editor also don't work in latest builds.
But after researching on this, I got a method to remove items. I will try to check a method for adding our own shortcuts to this (as we can do in Win10). But currently check for removing items.
There are 2 folders i.e. "Current User" and for "All Users" :
For Current User:
C:\Users\Administrator\AppData\Local\Microsoft\Windows\WinX
For All Users:
C:\Users\Default\AppData\Local\Microsoft\Windows\WinX
In this, I've removed Powershell Admin and Task Manager as I don't need those shortcuts.
In this, MS merged Powershell and wt together, so, removing both wt also remove both Powershell
I'm trying to add cmd in replacement of Powershell. I'll update this after I found a way to add items too.
