ProcessPrivileges Enumeration

Specifies a process privilege.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum ProcessPrivileges

Remarks

Members

None 0 Any process privilege.
AssignPrimaryTokenPrivilege 1 Required to assign the primary token of a process.

User Right: Replace a process-level token.

AuditPrivilege 2 Required to generate audit-log entries. Give this privilege to secure servers,

User Right: Generate security audits.

BackupPrivilege 4 Required to perform backup operations.

This privilege causes the system to grant all read access control to any file, regardless of the access control list (ACL) specified for the file.

Any access request other than read is still evaluated with the ACL.

This privilege is required by the RegSaveKey and RegSaveKeyExfunctions.

User Right: Back up files and directories.

ChangeNotifyPrivilege 8 Required to receive notifications of changes to files or directories.

This privilege also causes the system to skip all traversal access checks.

It is enabled by default for all users.

User Right: Bypass traverse checking.

CreateGlobalPrivilege 16 Required to create named file mapping objects in the global Namespace DevCase.Interop.during Terminal Services sessions.

This privilege is enabled by default for administrators, services, and the local system account

User Right: Create global objects.

CreatePagefilePrivilege 32 Required to create a paging file.

User Right: Create a pagefile.

CreatePermanentPrivilege 64 Required to create a permanent object.

User Right: Create permanent shared objects.

CreateSymbolicLinkPrivilege 128 Required to create a symbolic link.

User Right: Create symbolic links.

CreateTokenPrivilege 256 Required to create a primary token.

User Right: Create a token object.

DebugPrivilege 512 Required to debug and adjust the memory of a process owned by another account.

User Right: Debug programs.

EnableDelegationPrivilege 1,024 Required to mark user and computer accounts as trusted for delegation.

User Right: Enable computer and user accounts to be trusted for delegation.

ImpersonatePrivilege 2,048 Required to impersonate.

User Right: Impersonate a client after authentication.

IncreaseBasePriorityPrivilege 4,096 Required to increase the base priority of a process.

User Right: Increase scheduling priority.

IncreaseQuotaPrivilege 8,192 Required to increase the quota assigned to a process.

User Right: Adjust memory quotas for a process.

IncreaseWorkingSetPrivilege 16,384 Required to allocate more memory for applications that run in the context of users.

User Right: Increase a process working set.

LoadDriverPrivilege 32,768 Required to load or unload a device driver.

User Right: Load and unload device drivers.

LockMemoryPrivilege 65,536 Required to lock physical pages in memory.

User Right: Lock pages in memory.

MachineAccountPrivilege 131,072 Required to create a computer account.

User Right: Add workstations to domain.

ManageVolumePrivilege 262,144 Required to enable volume management privileges.

User Right: Manage the files on a volume.

ProfileSingleProcessPrivilege 524,288 Required to gather profiling information for a single process.

User Right: Profile single process.

RelabelPrivilege 1,048,576 Required to modify the mandatory integrity level of an object.

User Right: Modify an object label.

RemoteShutdownPrivilege 2,097,152 Required to shut down a system using a network request.

User Right: Force shutdown from a remote system.

RestorePrivilege 4,194,304 Required to perform restore operations.

This privilege causes the system to grant all write access control to any file, regardless of the ACL specified for the file.

Any access request other than write is still evaluated with the ACL.

Additionally, this privilege enables you to set any valid user or group SID as the owner of a file.

This privilege is required by the RegLoadKey(RegistryHive, String, String) function.

User Right: Restore files and directories.

SecurityPrivilege 8,388,608 Required to perform a number of security-related functions, such as controlling and viewing audit messages.

This privilege identifies its holder as a security operator

User Right: Manage auditing and security log.

ShutdownPrivilege 16,777,216 Required to shut down a local system.

User Right: Shut down the system.

SyncAgentPrivilege 33,554,432 Required for a domain controller to use the Lightweight Directory Access Protocol directory synchronization services.

This privilege enables the holder to read all objects and properties in the directory, regardless of the protection on the objects and properties.

By default, it is assigned to the Administrator and LocalSystem accounts on domain controllers.

User Right: Synchronize directory service data.

SystemEnvironmentPrivilege 67,108,864 Required to modify the nonvolatile RAM memory of systems that use this type of memory to store configuration information.

User Right: Modify firmware environment values.

SystemProfilePrivilege 134,217,728 Required to gather profiling information for the entire system.

User Right: Profile system performance.

SystemtimePrivilege 268,435,456 Required to modify the system time.

User Right: Change the system time.

TakeOwnershipPrivilege 536,870,912 Required to take ownership of an object without being granted discretionary access.

This privilege allows the owner value to be set only to those values that the holder may legitimately assign as the owner of an object.

TcbPrivilege 1,073,741,824 This privilege identifies its holder as part of the trusted computer base.

Some trusted protected subsystems are granted this privilege.

User Right: Act as part of the operating system.

TimeZonePrivilege 2,147,483,648 Required to adjust the time zone associated with the computer's internal clock.

User Right: Change the time zone.

TrustedCredManAccessPrivilege 4,294,967,296 Required to access Credential Manager as a trusted caller.

User Right: Access Credential Manager as a trusted caller.

UndockPrivilege 8,589,934,592 Required to undock a laptop.

User Right: Remove computer from docking station.

UnsolicitedInputPrivilege 17,179,869,184 Required to read unsolicited input from a terminal device.

User Right: Not applicable.

See Also