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 ...
随机推荐
- springboot+cloud 学习(一)高可用服务注册中心(Eureka)
先说说Eureka Eureka是Netflix开发的服务发现框架,本身是一个基于REST的服务,主要用于定位运行在AWS域中的中间层服务,以达到负载均衡和中间层服务故障转移的目的.SpringClo ...
- Windows Live Writer 2012离线发布WP文章教程
1. WLW简介 Windows Live Writer是一款微软开发的文章离线发布软件,对博客文章的排版类似Word操作,比普通的HTML编辑器更强大的是其离线发布功能.支持新浪博客.网易博客.博客 ...
- 【angular5项目积累总结】breadcrumb面包屑组件
view code <div class="fxs-breadcrumb-wrapper" aria-label="Navigation history" ...
- Vistual Studio 2010(VS2010)安装 MVC3.0具体方法
本文内容部分摘自园子里其他博主的内容,感谢他们的探索和分享,谢谢!本文主要方便自己记录自己的学习和操作过程,同时也希望能够通过搜索引擎通过不同的关键字分享该文章,以方便更多的同学. PS:VS2010 ...
- 学习Spring.Net:1.简单的应用之控制台
1.开始. 2.新建一个控制台,我们新建一个SpringNetTest类. using System; using System.Collections.Generic; using System.L ...
- PHP DDos的几个防御方法详解
这类攻击有一个最大的特性,就是上传流量霎时增大,通常流量高达数十以至近百M,将整台效 劳器,以至将整台机柜的宽带堵住,使网站无法运转,而这样的攻击,我们无法从远程处理,一但那个phpshell运转,你 ...
- 模版方法模式(Template Method)
1.概念 在模板模式(Template Pattern)中,一个抽象类公开定义了执行它的方法的方式/模板.它的子类可以按需要重写方法实现,但调用将以抽象类中定义的方式进行.这种类型的设计模式属于行为型 ...
- 'QuerySet' object has no attribute '_meta'
'QuerySet' object has no attribute '_meta' 对象列表没有'_meta'属性 单独的对象才有, 忘记加first了 edit_obj = models.Role ...
- (1)H5实现音乐播放器【正在播放-歌词篇】
近期闲来无事,就想着复习一下前端的东西,然后正好跟朋友搞了一个公共开放的音乐api接口,就想着写一个音乐播放器玩玩! 话不多说,直接上图,然后上代码 [播放器显示正在播放] 实现功能: 1:歌词随着歌 ...
- 【java基础】基础小总结
学习java,将自己的心得或总结写下来吧. Java 标识符 标识符由字母,下划线(_),美元符($)和数字组成. 标识符不能以数字开头. 标识符不能使java关键字. 标识符对大小写敏感. Java ...