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 ...
随机推荐
- 【一个小功能】从js判断ie版本,浅谈navigator对象的appName属性
判断IE版本主要的是获取两个属性,a.当前浏览器名称,b.当前浏览器版本,为此不得不了解navigator对象. 先贴代码 window.onload = function() { var brows ...
- 使用node.js的开发框架express创建一个web应用
1.1.1:搭建环境 1.安装Express 按键:Windows+R=>输入cmd,打开命令行,输入 npm install -g express@3 我们需要用全 ...
- c# 读取机器CPU信息,硬盘信息,网卡信息
Windows 管理规范 (WMI) 是可伸缩的系统管理结构,它采用一个统一的.基于标准的.可扩展的面向对象接口.WMI 为您提供与系统管理信息和基础 WMI API 交互的标准方法.WMI 主要由系 ...
- OpenGL学习笔记:Console工程下如何不显示控制台黑窗口只显示Windows窗口
刚学习OpenGL,绘制图形的时候,如果不进行设置,运行的时候会先出现黑窗口再出现Windows窗口. 其实要去除控制台窗口非常简单,只需要修改工程设置,把子系统改成Windows,程序的入口点改成m ...
- Eclipse启动tomcat后404错误
题描述 在eclipse部署web项目后,发现tomcat可以启动,但是访问http://localhost:8080地址报404错误.而不使用eclipse启动tomcat,直接通过通过tomcat ...
- Spring Security(二)
Spring Security(二) 注:凡是源码部分,我已经把英文注释去掉了,有兴趣的同学可以在自己项目里进去看看.:-) 定义用户认证逻辑 用户登录成功后,用户的信息会被 Security 封装在 ...
- 01-MySql的前戏
[转]01-MySql的前戏 MySql的前戏 在学习Mysql之前,我们先来想一下一开始做的登录注册案例,当时我们把用户的信息保存到一个文件中: #用户名 |密码root|123321 alex|1 ...
- BZOJ2957: 楼房重建(分块)
题意 题目链接 Sol 自己YY出了一个\(n \sqrt{n} \log n\)的辣鸡做法没想到还能过.. 可以直接对序列分块,我们记第\(i\)个位置的值为\(a[i] = \frac{H_i}{ ...
- CSS让DIV按照背景图片的比例缩放,并让背景图片填充整个元素(转)
目的是:通过background的一系列属性,让DIV按照背景图片的比例缩放,并让背景图片填充整个DIV 首先我们需要让背景图片在指定的DIV中全部填充显示 之前看有用类似 background-at ...
- Jquery 打开新页面
1.在click事件触发时,先打开空白页面 var newWeb=window.open('_blank'); 2.在事件操作后,写入空白页面的链接 newWeb.location='新页面的链接地址 ...