You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
4.1 KiB
39 lines
4.1 KiB
#pragma code_page(1252)
|
|
|
|
#include <msprivs2.h>
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|
STRINGTABLE MOVEABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SeCreateTokenPrivilege, "Create a token object"
|
|
IDS_SeAssignPrimaryTokenPrivilege, "Replace a process level token"
|
|
IDS_SeLockMemoryPrivilege, "Lock pages in memory"
|
|
IDS_SeIncreaseQuotaPrivilege, "Adjust memory quotas for a process"
|
|
IDS_SeMachineAccountPrivilege, "Add workstations to domain"
|
|
IDS_SeTcbPrivilege, "Act as part of the operating system"
|
|
IDS_SeSecurityPrivilege, "Manage auditing and security log"
|
|
IDS_SeTakeOwnershipPrivilege, "Take ownership of files or other objects"
|
|
IDS_SeLoadDriverPrivilege, "Load and unload device drivers"
|
|
IDS_SeSystemProfilePrivilege, "Profile system performance"
|
|
IDS_SeSystemtimePrivilege, "Change the system time"
|
|
IDS_SeProfileSingleProcessPrivilege, "Profile single process"
|
|
IDS_SeIncreaseBasePriorityPrivilege, "Increase scheduling priority"
|
|
IDS_SeCreatePagefilePrivilege, "Create a pagefile"
|
|
IDS_SeCreatePermanentPrivilege, "Create permanent shared objects"
|
|
IDS_SeBackupPrivilege, "Back up files and directories"
|
|
IDS_SeRestorePrivilege, "Restore files and directories"
|
|
IDS_SeShutdownPrivilege, "Shut down the system"
|
|
IDS_SeDebugPrivilege, "Debug programs"
|
|
IDS_SeAuditPrivilege, "Generate security audits"
|
|
IDS_SeSystemEnvironmentPrivilege, "Modify firmware environment values"
|
|
IDS_SeChangeNotifyPrivilege, "Bypass traverse checking"
|
|
IDS_SeRemoteShutdownPrivilege, "Force shutdown from a remote system"
|
|
// new in Windows 2000
|
|
IDS_SeUndockPrivilege, "Remove computer from docking station"
|
|
IDS_SeSyncAgentPrivilege, "Synchronize directory service data"
|
|
IDS_SeEnableDelegationPrivilege, "Enable computer and user accounts to be trusted for delegation"
|
|
// new in windows 2000 + 1
|
|
IDS_SeManageVolumePrivilege, "Perform volume maintenance tasks"
|
|
IDS_SeImpersonatePrivilege, "Impersonate a client after authentication"
|
|
IDS_SeCreateGlobalPrivilege, "Create global objects"
|
|
END
|