"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 对照表的更多相关文章

  1. python 错误--UnboundLocalError: local variable '**' referenced before assignment

    val = 9 def test(flag): if flag: val = 1 else: print("test") return val if __name__ == '__ ...

  2. This inspection warns about local variables referenced before assignment.

    关于 local variable 'has' referenced before assignment 问题 今天在django开发时,访问页面总是出现错误提示“local variable 'ha ...

  3. Windows Task Scheduler Fails With Error Code 2147943785

    Problem: Windows Task Scheduler Fails With Error Code 2147943785 Solution: This is usually due to a ...

  4. Win7中不能调试windows service

    多年前玩过一次windows service,觉得挺简单的. 这次工作要维护产品中的windows service,发现不是那么简单,vs附加调试器的窗体中无法找到windows service进程. ...

  5. mysql下面的INSTALL-BINARY的内容,所有的mysql的配置内容都在这

    2.2 Installing MySQL on Unix/Linux Using Generic Binaries Oracle provides a set of binary distributi ...

  6. windows ntp安装及调试

    Setting up NTP on Windows It's very helpful that Meinberg have provided an installer for the highly- ...

  7. 不怕你配置不对,就怕你看的资料不对!MIM 与 SharePoint 同步完全配置指南。

    为了更好的同步 User Profile,在 SharePoint 2010 中首次引入了 FIM (ForeFront Identity Manager) 用于编辑 User Profile 的同期 ...

  8. windows10的普通用户使用Task Scheduler的问题

    在Create Task 窗口的General选项卡中,在Security options 里有几个单选项,分别是 Run only when user is logged on ,Run wheth ...

  9. [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 ...

随机推荐

  1. asp.net mvc 微信公众号token验证

    本人的公众号要申请成为开发者,必须经过token认证.微信公众号的官方代码只列出了PHP代码的实例,明显是歧视.net用户.我用的asp.net mvc中的web api,结果调了好久都没有成功,最后 ...

  2. console 调试技巧

    前言 如果统计一番前端最常用的方法,那么 console.log 一定位列其中.无论你写的是原生 JS 亦或者是 JQuery.Vue等等,调试之时,都离不开 console.log 方法.但是,co ...

  3. postgersql服务启动不了 FATAL: the database system is starting up

    公司装有postgersql的数据库的服务器意外宕机,重启后数据库启动不了了,系统是windows 软件版本10,在网上找了解决方案 参考这篇文章https://blog.csdn.net/baidu ...

  4. Jmeter接口测试动态传参——动态获取token值

    先添加一个线程组,然后在线程组下添加HTTP Request 环境变量: 线程组下添加User Defined Variables 调用变量:${变量名} 添加结果树: 记录登录后的token: 获取 ...

  5. 解决:git使用git push 命令跳出remote: Permission to A denied to B的问题

    开始git上传项目,不料,在git push这一步骤发生了错误? remote: Permission to qwe2193066947/firstRepository.git denied to m ...

  6. UVa 11988 Broken Keyboard(数组模拟链表)

    题目链接: https://cn.vjudge.net/problem/UVA-11988 /* 问题 将一段文本经过一定的规则处理后输出,规则就是[表示home键,表示光标跳到行首,]表示end键, ...

  7. 给RadioButtonList绑定Selected的值

    有一个案例,是读取Excel的资料显示于ASP.NET的GridView控件.在GridView控件中,有一列是用RadioButtonList来显示性别信息(男或女). 另外来看看Excel的数据: ...

  8. MVC应用程序请求密码的功能(一)

    经过一系列的练习,实现了会员注册<MVC会员注册>http://www.cnblogs.com/insus/p/3439599.html,登录<MVC应用程序实现会员登录功能> ...

  9. 月赛 && SX_ACM 惨痛教训

    1.cnt变量若有多次询问,一定要记得初始化!!! 2.多组数据输出入,区泛~. 3.高性能问题,考虑位运算,

  10. Redis哨兵(sentinel)模式搭建

    一.Sentinel介绍 之前骚了一波Redis的简介及应用场景,今天试了下他的哨兵模式: Sentinel是Redis的高可用性(HA)解决方案,由一个或多个Sentinel实例组成的Sentine ...