Shell icon indicating copy to clipboard operation
Shell copied to clipboard

In Win11 Enterprise Edition, the following menu options cannot be placed in More Options

Open topmask opened this issue 9 months ago • 0 comments

In Win11 Enterprise Edition, the following menu options cannot be placed in More Options All the following menus are not available

// Move multiple common options to the "More Options" menu group modify(mode=mode.multiple where=this.id( id.send_to, // Send to id.share, // Share id.share_with, // Share with id.create_shortcut, // Create shortcut id.set_as_desktop_background, // Set as desktop background id.rotate_left, // Rotate left id.rotate_right, // Rotate right id.map_network_drive, // Map network drive id.disconnect_network_drive, // Disconnect network drive id.format, // Format id.eject, // Eject id.give_access_to, // Grant access id.include_in_library, // Include in library id.print // Print ) pos=1 menu=title.more_options)

topmask avatar Apr 06 '25 04:04 topmask