2025-04-27 07:49:33 -04:00

38 lines
3.7 KiB
Plaintext

#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"
END