Windows管理员和Windows系统用户之间的区别是什么

Windows管理员用户和系统用户之间是否存在任何权限差异?

曾经有一段时间,我必须将cmd窗口提升为系统权限才能删除一些文件.这可能是由于文件被系统用户锁定,或者系统用户可能具有更高的访问权限,我希望找出是否存在权限差异.

解决方法

Microsoft KB

The system account and the administrator account (Administrators group) have the same file privileges,but they have different functions. The system account is used by the operating system and by services that run under Windows. There are many services and processes within Windows that need the capability to log on internally (for example during a Windows installation). The system account was designed for that purpose; it is an internal account,does not show up in User Manager,cannot be added to any groups,and cannot have user rights assigned to it. On the other hand,the system account does show up on an NTFS volume in File Manager in the Permissions portion of the Security menu. By default,the system account is granted full control to all files on an NTFS volume. Here the system account has the same functional privileges as the administrator account.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...