In Win11 Enterprise Edition, the following menu options cannot be placed in More Options
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)