Local policy - User rights assignment 对照表
"SeCreateTokenPrivilege" --> "Create a token object"
"SeAssignPrimaryTokenPrivilege" --> "Replace a process-level token"
"SeLockMemoryPrivilege" --> "Lock pages in memory"
"SeIncreaseQuotaPrivilege" --> "Adjust memory quotas for a process"
"SeUnsolicitedInputPrivilege" --> "Load and unload device drivers"
"SeMachineAccountPrivilege" --> "Add workstations to domain"
"SeTcbPrivilege" --> "Act as part of the operating system"
"SeSecurityPrivilege" --> "Manage auditing and the security log"
"SeTakeOwnershipPrivilege" --> "Take ownership of files or other objects"
"SeLoadDriverPrivilege" --> "Load and unload device drivers"
"SeSystemProfilePrivilege" --> "Profile system performance"
"SeSystemtimePrivilege" --> "Change the system time"
"SeProfileSingleProcessPrivilege" --> "Profile single process"
"SeCreatePagefilePrivilege" --> "Create a pagefile"
"SeCreatePermanentPrivilege" --> "Create permanent shared objects"
"SeBackupPrivilege" --> "Back up files and directories"
"SeRestorePrivilege" --> "Restore files and directories"
"SeShutdownPrivilege" --> "Shut down the system"
"SeDebugPrivilege" --> "Debug programs"
"SeAuditPrivilege" --> "Generate security audit"
"SeSystemEnvironmentPrivilege" --> "Modify firmware environment values"
"SeChangeNotifyPrivilege" --> "Bypass traverse checking"
"SeRemoteShutdownPrivilege" --> "Force shutdown from a remote system"
"SeUndockPrivilege" --> "Remove computer from docking station"
"SeSyncAgentPrivilege" --> "Synchronize directory service data"
"SeEnableDelegationPrivilege" --> "Enable computer and user accounts to be trusted for delegation"
"SeManageVolumePrivilege" --> "Manage the files on a volume"
"SeImpersonatePrivilege" --> "Impersonate a client after authentication"
"SeCreateGlobalPrivilege" --> "Create global objects"
"SeTrustedCredManAccessPrivilege" --> "Access Credential Manager as a trusted caller"
"SeRelabelPrivilege" --> "Modify an object label"
"SeIncreaseWorkingSetPrivilege" --> "Increase a process working set"
"SeTimeZonePrivilege" --> "Change the time zone"
"SeCreateSymbolicLinkPrivilege" --> "Create symbolic links"
"SeDenyInteractiveLogonRight" --> "Deny local logon"
"SeRemoteInteractiveLogonRight" --> "Allow logon through Terminal Services"
"SeServiceLogonRight" --> "Logon as a service"
"SeIncreaseBasePriorityPrivilege" --> "Increase scheduling priority"
"SeBatchLogonRight" --> "Log on as a batch job"
"SeInteractiveLogonRight" --> "Log on locally"
"SeDenyNetworkLogonRight" --> "Deny Access to this computer from the network"
"SeNetworkLogonRight" --> "Access this Computer from the Network"
"SeDenyBatchLogonRight" -->"Deny log on as batch job"
"SeDenyServiceLogonRight" --> Deny log on as a service
Local policy - User rights assignment 对照表的更多相关文章
- python 错误--UnboundLocalError: local variable '**' referenced before assignment
val = 9 def test(flag): if flag: val = 1 else: print("test") return val if __name__ == '__ ...
- This inspection warns about local variables referenced before assignment.
关于 local variable 'has' referenced before assignment 问题 今天在django开发时,访问页面总是出现错误提示“local variable 'ha ...
- Windows Task Scheduler Fails With Error Code 2147943785
Problem: Windows Task Scheduler Fails With Error Code 2147943785 Solution: This is usually due to a ...
- Win7中不能调试windows service
多年前玩过一次windows service,觉得挺简单的. 这次工作要维护产品中的windows service,发现不是那么简单,vs附加调试器的窗体中无法找到windows service进程. ...
- mysql下面的INSTALL-BINARY的内容,所有的mysql的配置内容都在这
2.2 Installing MySQL on Unix/Linux Using Generic Binaries Oracle provides a set of binary distributi ...
- windows ntp安装及调试
Setting up NTP on Windows It's very helpful that Meinberg have provided an installer for the highly- ...
- 不怕你配置不对,就怕你看的资料不对!MIM 与 SharePoint 同步完全配置指南。
为了更好的同步 User Profile,在 SharePoint 2010 中首次引入了 FIM (ForeFront Identity Manager) 用于编辑 User Profile 的同期 ...
- windows10的普通用户使用Task Scheduler的问题
在Create Task 窗口的General选项卡中,在Security options 里有几个单选项,分别是 Run only when user is logged on ,Run wheth ...
- [SQLSERVER] [GPO] Add the Log on as a service Right to an Account
Add the Log on as a service Right to an Account Updated: August 8, 2008 Applies To: Windows Server 2 ...
随机推荐
- JAVA WEB 过滤器(Filter)中向容器 Spring 注入 bean
如果直接使用 @Autoware 获取 bean 会直接使该 bean 为 null,这是因为这种配置过滤器的方法无法在过滤器中使用 Spring bean,因为 Filter 比 bean 先加载, ...
- GCD之Source
参考:http://blog.csdn.net/lengshengren/article/details/12905811
- C#常见几道面试题
首先碰到的是这样的一首题目:计算数组{1,1,2,3,5,8.......} 第30位值,不用递归,我写出了以下这样的代码: static void Main(string[] args) { ]; ...
- sqlhelper中事务的简单用法
sql1="INSERT INTO tablename(Id,col1,col2) VALUES(@Id,@col1,@col2) update tablename2 set col=@co ...
- [日常] Go语言圣经-错误,函数值习题
Go语言圣经-错误 1.panic异常.panic是来自被调函数的信号,表示发生了某个已知的bug 2.任何进行I/O操作的函数都会面临出现错误的可能 3.错误是软件包API和应用程序用户界面的一个重 ...
- 一:MyBatis知识整理(1)
一:MyBatis的架构 1.mybatis配置SqlMapConfig.xml,此文件作为mybatis的全局配置文件,配置了mybatis的运行环境等信息. mapper.xml文件即sql映射文 ...
- Android 7.0 以上保留数据去除锁屏密码的方法
在很多情况下,由于我们的疏忽,导致忘记了锁屏密码.也没有开启 USB 调试,内置存储中还有要保留的数据.我们需要在不清除数据的情况下删除锁屏密码.接下来我们就介绍该如何做. 注意事项 首先要注意,这个 ...
- 设计模式-原型(prototype)
一.概念 用原型实例指定创建对象的种类,并通过拷贝这些原型创建新的对象. 二.模式动机 当已有一个对像,暂且称之为原型对象,需要一个新的对像,该对像和已有的原型对像具有相同的类型,且里面的属性大部分 ...
- springboot —— 多数据源
本文主要介绍如何在一个springboot项目配置两个数据源(mysql和oracle): 1.引进相关依赖 <!-- https://mvnrepository.com/artifact/my ...
- CSS canvas 捕捉视频video元素截图
video元素介绍: http://www.runoob.com/html/html5-video.html https://developer.mozilla.org/zh-CN/docs/Web/ ...