mirror of
https://github.com/gtworek/Priv2Admin
synced 2024-11-10 05:44:12 +00:00
Create NtSetSystemInformation.md
This commit is contained in:
parent
0dc856935c
commit
bb097ce806
1 changed files with 43 additions and 0 deletions
43
NtSetSystemInformation.md
Normal file
43
NtSetSystemInformation.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
List of privileges required for[`NtSetSystemInformation()` calls:
|
||||
|
||||
| SystemInformationClass | Privilege | Remarks |
|
||||
| --- | --- | --- |
|
||||
|SystemFlagsInformation|SeDebug||
|
||||
|SystemFlags2Information|SeDebug||
|
||||
|SystemLeapSecondInformation|SeSystemtime||
|
||||
|SystemTimeAdjustmentInformation|SeSystemtime||
|
||||
|SystemTimeSlipNotification|SeSystemtime||
|
||||
|SystemTimeZoneInformation|SeTimeZone||
|
||||
|SystemDynamicTimeZoneInformation|SeTimeZone||
|
||||
|SystemRegistryQuotaInformation|SeIncreaseQuota||
|
||||
|SystemPrioritySeperation|SeTcb||
|
||||
|SystemExtendServiceTableInformation|SeLoadDriver||
|
||||
|SystemWin32WerStartCallout|SeTcb||
|
||||
|SystemFileCacheInformation|SeIncreaseQuota||
|
||||
|SystemFileCacheInformationEx|SeIncreaseQuota||
|
||||
|SystemDpcBehaviorInformation|SeLoadDriver||
|
||||
|SystemCrashDumpStateInformation|SeDebug||
|
||||
|SystemVerifierInformation|SeDebug||
|
||||
|SystemVerifierInformationEx|SeDebug||
|
||||
|SystemVerifierAddDriverInformation|SeDebug||
|
||||
|SystemVerifierRemoveDriverInformation|SeDebug||
|
||||
|SystemThreadPriorityClientIdInformation|SeIncreaseBasePriority||
|
||||
|SystemSpecialPoolInformation|SeDebug||
|
||||
|SystemErrorPortInformation|SeTcb||
|
||||
|SystemImageFileExecutionOptionsInformation|SeTcb||
|
||||
|SystemCoverageInformation|SeDebug||
|
||||
|SystemVerifierFaultsInformation|SeDebug||
|
||||
|SystemAitSamplingValue|SeProfileSingleProcess||
|
||||
|SystemScrubPhysicalMemoryInformation|SeProfileSingleProcess||
|
||||
|SystemCombinePhysicalMemoryInformation|SeProfileSingleProcess||
|
||||
|SystemConsoleInformation|SeLoadDriver||
|
||||
|SystemBootMetadataInformation|SeTcb||
|
||||
|SystemSoftRebootInformation|SeShutdown, SeTcb||
|
||||
|SystemCriticalProcessErrorLogInformation|SeShutdown||
|
||||
|SystemInterruptCpuSetsInformation|SeIncreaseBasePriority||
|
||||
|SystemIntegrityQuotaInformation|SeDebug||
|
||||
|SystemSecureDumpEncryptionInformation|SeTcb||
|
||||
|SystemAffinitizedInterruptProcessorInformation|SeIncreaseBasePriority||
|
||||
|SystemAllowedCpuSetsInformation|SeIncreaseBasePriority||
|
||||
|SystemCpuSetTagInformation|SeIncreaseBasePriority||
|
||||
|SystemWorkloadAllowedCpuSetsInformation|SeIncreaseBasePriority||
|
Loading…
Reference in a new issue