is there any way to remove "undo move" "undo rename" "undo copy" from context menu?

Discussion in 'Windows 11' started by m8willm8, Apr 29, 2022.

Tags:
  1. m8willm8

    m8willm8 MDL Novice

    Aug 10, 2016
    4
    1
    0
    is there any way to remove "undo move" "undo rename" "undo copy" from context menus?

    most times I click them accidentally and I have no idea what I have just undone.
     
  2. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,600
    469
    60
    They disappear after a set time
     
  3. Moudey

    Moudey MDL Novice

    Sep 18, 2007
    11
    32
    0
    You can use Nilesoft Shell, it can delete any item from the context menu. the following code shows how to select the item to be deleted:

    Code:
    shell {
        static {
             item(find='undo move|undo rename|undo copy' vis=remove)
        }
    }