"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. ArcGIS紧凑型切片读取与应用3-紧凑型批量转分散型(附源码)

    1.前言 上篇介绍了webgis动态加载解析紧凑型切片的例子,现在我们使用逆向思维实现紧凑型切片转分散型切片,在实际工作中很有用处,紧凑型切片易于拷贝,但读取只有部署到Arcgis Server才行. ...

  2. POJ 2771 Guardian of Decency(最大独立集数=顶点数-最大匹配数)

    题目链接: http://poj.org/problem?id=2771 Description Frank N. Stein is a very conservative high-school t ...

  3. django2.1---admin 修改模块的名字为中文显示

    只需要写两个地方 1.应用下的__init__.py default_app_config = 'user.apps.UserConfig' 2.应用下apps.py from django.apps ...

  4. 【angular5项目积累总结】侧栏菜单 navmenu

    View Code import { Component, OnInit } from '@angular/core'; import { HttpClient } from '@angular/co ...

  5. webpack4+react多页面架构

    webpack在单页面打包上应用广泛,以create-react-app为首的脚手架众多,单页面打包通常是将业务js,css打包到同一个html文件中,整个项目只有一个html文件入口,但也有许多业务 ...

  6. WCF无法引入Model实体解决方案

    在重新引用服务的时候,或者是是更新引用服务的时候,点“高级”按钮,在服务引用设置对话框中,将“重新使用引用的程序集中的类型”这个勾取消,这样就能安全的重新引用服务.

  7. layui上传图片接口

    mvc中 前台调用接口 url:"../upload/uploadfiles/" 然后开始接口 代码: string a = ""; try { HttpFil ...

  8. oracle 恢复错误修改数据 寒冬冒冷汗!!

    今天,由于一时疏忽,造成了对正式数据库修改了用户密码的情况.寒冬冒冷汗!!! 立即上网找修改方法,万幸找到,也修改回来,特此在此留个记忆!! create table t_table_new----这 ...

  9. C++ vector 排序

    C++ vector 排序 C++中当 vector 中的数据类型为基本类型时我们调用std::sort函数很容易实现 vector中数据成员的升序和降序排序,然而当vector中的数据类型为自定义结 ...

  10. Moon Game (凸四边形个数,数学题)

    Problem 2148 Moon Game Accept: 24    Submit: 61 Time Limit: 1000 mSec    Memory Limit : 32768 KB Pro ...