| Switches
|
Reason for Use
|
| |
|
| SeCreateTokenPrivilege |
Grants the right to create a token object. A token
object is a set of security settings that a process can use to gain
access to local resources. Any application or process that requires
this right should use the local system account, which already has this
right |
| |
|
| SeAssignPrimaryTokenPrivilege |
Lets users replace process-level tokens but doesn't
let them create tokens. If the system account creates a process
that has several subprocesses or child processes, a user with the SeAssignPrimaryTokenPrivilege
right can change the access token of the child processes |
| |
|
| SeLockMemoryPrivilege |
Lets a user lock memory pages so that the OS doesn't
send the locked memory pages to virtual memory |
| |
|
| SeIncreaseQuotaPrivilege |
Grants a user the ability to adjust a disk space quota
limit |
| |
|
| SeUnsolicitedInputPrivilege |
Controls which users have permission to read unsolicited
input from a terminal device |
| |
|
| SeMachineAccountPrivilege |
Lets users add computers to the domain; usually
this permission is given to administrators, Help desk technicians, and
consultants aiding in workstation rollouts |
| |
|
| SeTcbPrivilege |
Lets its possessor act as a trusted part of the OS.
Be careful when granting this permission |
| |
|
| SeSecurityPrivilege |
Lets a user manage the system's Security and audit
logs |
| |
|
| SeTakeOwnershipPrivilege |
Lets a user take ownership of files, folders, and objects
that the user didn't create or have access to |
| |
|
| SeLoadDriverPrivilege |
Lets a user load and unload device drivers and should
be given to only administrators and server operators because loading
incompatible or bad device drivers can lead to server instability
|
| SeSystemProfilePrivilege |
Lets a user run Performance Monitor on a machine. I
recommend that you grant this right to only administrators and server
operators |
| |
|
| SeSystemtimePrivilege |
Lets a user reset the system clock |
| |
|
| SeProfileSingleProcessPrivilege |
Lets a user monitor processes |
| |
|
| SeIncreaseBasePriorityPrivilege |
Lets a user increase the priority level of a particular
process |
| |
|
| SeCreatePagefilePrivilege |
Grants its possessor the ability to create a pagefile
and to manage virtual memory |
| |
|
| SeCreatePermanentPrivilege |
Lets a user create permanent objects in Windows |
| |
|
| SeBackupPrivilege |
Lets a user back up files and directories |
| |
|
| SeRestorePrivilege |
Completes the SeBackupPrivilege by letting the user
restore files and folders |
| |
|
| SeShutdownPrivilege |
Lets a user shut down the system |
| |
|
| SeAuditPrivilege |
Lets a user generate security audits
|
| SeSystemEnvironmentPrivilege |
Lets a user modify system environment variables |
| |
|
| SeChangeNotifyPrivilege |
Lets a user browse a directory tree |
| |
|
| SeRemoteShutdownPrivilege |
Grants a user the ability to remotely shut down a system |
| |
|
| Switches
|
Reason for Use
|
| |
|
| SeNetworkLogonRight |
Grants a user the ability to control who can and who can't access
a particular computer over the network |
| |
|
| SeDenyNetworkLogonRight |
Implicitly denies a user or group access to a particular computer
over the network |
| |
|
| SeInteractiveLogonRight |
Lets a user or group log on locally to a machine from its console |
| |
|
| SeDenyInteractiveLogonRight |
Implicitly denies a user or group the ability to log on locally
from the console of a machine |
| |
|
| SeBatchLogonRight |
Lets a user log on as a batch job. It's usually given to a
special user account created solely to run batch jobs |
| |
|
| SeDenyBatchLogonRight |
Implicitly denies a user from logging on and running batch jobs
on a machine |
| |
|
| SeServiceLogonRight |
Lets a user log on as a service. You generally grant this right
to a special user account created solely to run certain services on
certain machines |
| |
|
| SeDenyServiceLogonRight |
Implicitly denies a user from logging on as a service |
| |
|