Click or drag to resize

RegistrationMode Enumeration

Specifies the scope of the ShellBoost registration process.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum RegistrationMode
Members
  Member nameValueDescription
None0 Reserved. Don't use.
User1 Registration is applied for the current user. This is not supported by Windows Server editions.
Machine2 Registration is applied for the whole machine.
See Also