Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Difference Between Windows Administrator and Windows System Users

Is there any privilege difference between the Windows Administrator User and the System User?

There have been some times, where I have to promote a cmd window to system privilege to delete some files. This may be due to files being locked by the system user, or the system user may have higher access, I'm hoping to find out if there is a privilege difference.

like image 517
James Oravec Avatar asked Jan 24 '13 17:01

James Oravec


People also ask

What is the difference between Administrator and user?

Answer. Administrators have the highest level of access to an account. If you want to be one for an account, you can reach out to the Admin of the account. A general user will have limited access to the account as per the permissions given by the Admin.

Is the system user an Administrator?

from 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.

What is the Windows system user?

SYSTEM. The SYSTEM account is used by the operating system and by services running under Windows. There are many services and processes in the Windows operating system that need the capability to sign in internally, such as during a Windows installation.

Is my Windows user an Administrator?

In the Control Panel window, double click on the User Accounts icon. In the lower half of the User Accounts window, under the or pick an account to change heading, find your user account. If the words “Computer administrator” are in your account's description, then you are an administrator.


1 Answers

from 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.

like image 94
SeanC Avatar answered Sep 29 '22 09:09

SeanC