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 ...
随机推荐
- vuex数据管理-数据共享
应用场景 提供一个地址省市区地址联动操作的应用场景:在地址管理的地址修改.地址添加.选择送货区域等逻辑中,会用到该联动picker.在地址picker操作中,需要请求省份列表,下面以省份列表的操作为例 ...
- WPF 中Canvas图形移动、缩放代码
从Flash转C#,很多内容一知半解,边摸索边前进,代码粗糙,权当留个脚印. 只是想得到一个基础的移动和缩放功能的界面,找了很久都是画线.画矩形等基础形状的代码,移动和缩放说的并不清晰,只能自己努力来 ...
- 呼叫WCF Service的方法出现Method not allowed异常
asp.net mvc练习程序,经常性在家里电脑,笔记本或是公司的电脑之间拷贝与粘贴,如果忘记携带最新的练习程序,一些小功能只能重新写了.如前一篇<ASP.NET MVC呼叫WCF Servic ...
- MVC应用程序JsonResult()的练习
这次学习MVC应用程序,尝试使用jQuery的获取数据,并显示于视图上,关键技术还是javascript的一个子集Json.我们先去HomeController写一个方法JsonResult GetJ ...
- C#常见几道面试题
首先碰到的是这样的一首题目:计算数组{1,1,2,3,5,8.......} 第30位值,不用递归,我写出了以下这样的代码: static void Main(string[] args) { ]; ...
- 【Java基础】8、java中的native方法
native是与C++联合开发的时候用的!java自己开发不用的! 使用native关键字说明这个方法是原生函数,也就是这个方法是用C/C++语言实现的,并且被编译成了DLL,由java去调用.这些函 ...
- Nett的Http表头赋值
DefaultFullHttpResponse response = new DefaultFullHttpResponse(HttpVersion.HTTP_1_1, HttpResponseSta ...
- Java面试中遇到的坑【填坑篇】
看到大家对上篇<Java面试中遇到的坑>一文表现出强力的关注度,说明大家确实在面试中遇到了类似的难题.大家在文章留言处积极留言探讨面试中遇到的问题,其中几位同学还提出了自己的见解,我感到非 ...
- python基础训练题1-列表操作
1,在列表末尾添加一个值 >>> l = [ 10, 20 ] >>> l [10, 20] >>> l.append( 'ghostwu' ) ...
- git 报错:error: failed to push some refs to 'https://github.com/Anderson-An/******.git'(已解决)
提交push 报错: $ git push origin masterTo https://github.com/Anderson-An/******.git ! [rejected] master ...