"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. vue-cli less使用

    1.安装less依赖,npm install less less-loader --save 2.修改webpack.base.conf.js文件,配置loader加载依赖,让其支持外部的less,在 ...

  2. [游记] HEOI2018酱油记

    Day -1 在机房颓颓颓颓颓,晚上得知这次考试题本来是要给 ZJOI2018 用的,结果没用上..可想而知考试的难度.. 但愿不爆零 Day 0 坐了一上午火车,顺便找茁神犇拷了个 COD,然后接着 ...

  3. C# Windows程序窗口置前台的几种方法

    这个是从别的地方看来的,放我这里 第一种:SetForegroundWindow,这个方法时灵时不灵.有人说,在自己的程序里把自己的窗口之前一般就不灵,而置前其它程序的窗口就灵.我觉得这是有原因的:当 ...

  4. 【4】 .net MVC使用Session验证用户登录

    用最简单的Session方式记录用户登录状态 1.添加DefaultController控制器,重写OnActionExecuting方法,每次访问控制器前触发 public class Defaul ...

  5. java 非阻塞算法实现基础:unsafe类介绍

    一.为什么要有Unsfae.我们为什么要了解这个类 1. java通常的代码无法直接使用操作底层的硬件,为了使java具备该能力,增加了Unsafe类 2.java的并发包中底层大量的使用这个类的功能 ...

  6. Linux 安装Python虚拟环境,virtualenvwrapper

    virtualenvwrapper工具学习 1.因为virtualenv 工具使用的并不方便 2.安装virtualenvwrapper pip3 install -i https://pypi.do ...

  7. a 链接点击下载

    1. 将链接设置为.zip 结尾2.在a元素中添加download 属性,(目前只有chrome.firefox和opera支持) function download(src) { var $a = ...

  8. art-template辅助函数和子模板

    art-template 前端使用 用途:主要用来处理数据和优化性能,与其他的一些模块化处理数据的插件相比,art-template处理性能好 不废话,上代码 1.art-template基本语法使用 ...

  9. 《Spring实战》-- 'cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element' 错误的解决办法

    在Eclipse中新建了一个maven项目学习Spring,在 service.xml 中配置 Spring,想要学习'面向切面的Spring',service.xml 内容如下: <beans ...

  10. WOSA/XFS PTR FORM—基础知识

    目录 一.XFS PTR 二.XFS PTR FORM 三.Form.子Form.字段.框架.表单和媒介的定义 正文 一.XFS PTR Class Name PTR Class Identifier ...