Bases: StrEnum
The access scope of the context menu.
Either all users or current user only.
The enum's value indicates the base registry location of that scope.
ALL_USERS = 'HKEY_LOCAL_MACHINE\\Software\\Classes'
CURRENT_USER = 'HKEY_CURRENT_USER\\Software\\Classes'