Edit

desktop4:Verb

Names and class IDs of the commands registered in the Shell for a file explorer context menu.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop4:Extension>
               └─ <desktop4:FileExplorerContextMenus>
                  └─ <desktop4:ItemType>
                     └─ <desktop4:Verb>

Syntax

<desktop4:Verb
  Id = 'A required string with a value between 1 and 64 characters in length that consists of alphanumeric characters, periods (`.`), dashes (`-`), and spaces only.'
  Clsid = 'A required GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />

Attributes

Attribute Description Data type Required Default value
Id The name that appears in the File Explorer context menu. A string with a value between 1 and 64 characters in length that consists of alphanumeric characters, periods (.), dashes (-), and spaces only. Yes
Clsid The class ID of the app. A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. Yes

Child elements

None.

Parent elements

Parent element Description
desktop4:ItemType Contains the type of command to be registered in the context menu.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/4
Minimum OS Version Windows 10 version 1803 (Build 17134)

Remarks

For more information about this element, see the remarks for desktop4:FileExplorerContextMenus.

Examples