Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - What is a SYSTEM or NETWORK SERVICE account?

Reply
 
Old 07-08-2007   #1 (permalink)
Jason Freeman


 
 

What is a SYSTEM or NETWORK SERVICE account?

I was looking under the Task Scheduler, and some tasks are set to run using
one of the following accounts:

1.) SYSTEM
2.) NETWORK SERVICE
3.) Authenticated Users
4.) LOCAL SERVICE
5.) Users

What are these accounts? Is it possible to login as them? Why do they
exist and what purpose do they serve?

Jason


My System SpecsSystem Spec
Old 07-08-2007   #2 (permalink)
Jimmy Brush


 
 

Re: What is a SYSTEM or NETWORK SERVICE account?

Jason Freeman wrote:
> I was looking under the Task Scheduler, and some tasks are set to run
> using one of the following accounts:
>

[...]
>
> What are these accounts? [...] Why do they exist and what purpose do they serve?


These are built-in accounts or account groups.

The built-in accounts are the system accounts that "your computer is
logged in as". There are multiple accounts in order to artificially
limit what the system can do depending on what it is doing. This
increases the security of your computer, as Windows security can allow
or deny the computer access to something depending on which system
account it is using.

Besides Windows operating system programs, third-party software that
install service programs or scheduled tasks can use these accounts.

Built-in groups are kind of like tags that Windows puts on a user
account when the account logs in. It is used by windows security to
allow or deny a user access to resources based on this special
information (i.e., are they logged in over the network, have they
entered a password or not, etc.).

Some built-in groups are used for management purposes. You control which
users belong to these groups, and they exist to allow you to easily
control what privileges the users on your computer are assigned (e.g.
the users and administrators groups).


> 1.) SYSTEM


This account is used by system programs and has the full privileges of
the computer.

> 2.) NETWORK SERVICE


This account is used by system programs that run on your computer that
need access to the network.

> 3.) Authenticated Users


This group is used to identify users that have logged in with a username
and password.

> 4.) LOCAL SERVICE


This account is used by system programs that run on your computer but do
not need access to the network.

> 5.) Users


This group is used to identify the users of the computer. As an
administrator, you control who is in this group.

> Is it possible to login as them?


You cannot log in as a group.

When you see a group like this in task scheduler, it usually means that
the scheduled task will run whenever any user of that group logs in.

You cannot easily log in as a system account, but I would not say it is
impossible.


--
-JB
Microsoft MVP - Windows Shell/User
Windows Vista Support FAQ - http://www.jimmah.com/vista/
My System SpecsSystem Spec
Old 07-08-2007   #3 (permalink)
Jason Freeman


 
 

Re: What is a SYSTEM or NETWORK SERVICE account?

Jimmy,

Excellent information! You explained that very well.

If I may ask, where did you learn this? I'd like to read up in more detail
about the accounts myself.

Jason


"Jimmy Brush" <jb@mvps.org> wrote in message
news:ePcis9ZwHHA.3508@TK2MSFTNGP03.phx.gbl...
> Jason Freeman wrote:
>> I was looking under the Task Scheduler, and some tasks are set to run
>> using one of the following accounts:
>>

> [...]
>>
>> What are these accounts? [...] Why do they exist and what purpose do they
>> serve?

>
> These are built-in accounts or account groups.
>
> The built-in accounts are the system accounts that "your computer is
> logged in as". There are multiple accounts in order to artificially limit
> what the system can do depending on what it is doing. This increases the
> security of your computer, as Windows security can allow or deny the
> computer access to something depending on which system account it is
> using.
>
> Besides Windows operating system programs, third-party software that
> install service programs or scheduled tasks can use these accounts.
>
> Built-in groups are kind of like tags that Windows puts on a user account
> when the account logs in. It is used by windows security to allow or deny
> a user access to resources based on this special information (i.e., are
> they logged in over the network, have they entered a password or not,
> etc.).
>
> Some built-in groups are used for management purposes. You control which
> users belong to these groups, and they exist to allow you to easily
> control what privileges the users on your computer are assigned (e.g. the
> users and administrators groups).
>
>
> > 1.) SYSTEM

>
> This account is used by system programs and has the full privileges of the
> computer.
>
> > 2.) NETWORK SERVICE

>
> This account is used by system programs that run on your computer that
> need access to the network.
>
> > 3.) Authenticated Users

>
> This group is used to identify users that have logged in with a username
> and password.
>
> > 4.) LOCAL SERVICE

>
> This account is used by system programs that run on your computer but do
> not need access to the network.
>
> > 5.) Users

>
> This group is used to identify the users of the computer. As an
> administrator, you control who is in this group.
>
>> Is it possible to login as them?

>
> You cannot log in as a group.
>
> When you see a group like this in task scheduler, it usually means that
> the scheduled task will run whenever any user of that group logs in.
>
> You cannot easily log in as a system account, but I would not say it is
> impossible.
>
>
> --
> -JB
> Microsoft MVP - Windows Shell/User
> Windows Vista Support FAQ - http://www.jimmah.com/vista/


My System SpecsSystem Spec
Old 07-09-2007   #4 (permalink)
cquirke (MVP Windows shell/user)


 
 

Re: What is a SYSTEM or NETWORK SERVICE account?

On Sun, 08 Jul 2007 16:34:31 -0400, Jimmy Brush <jb@mvps.org> wrote:

<really good info snipped>

>You cannot easily log in as a system account, but I would not say it is
>impossible.


Try this in Vista, as tested in Vista64 RTM:
- Regedit, Yes to the UAC prompt
- navigate to each HKLM\System\*ControlSet*\SafeBoot
- export the Alternate Shell key
- fill this key with garbage (yes, you'll be allowed to)
- Shutdown, Restart
- F8, choose Safe Mode Command Prompt Only
- are you surprised to see Explorer as shell?
- create a file on "the desktop" with a unique name
- Shutdown, Restart
- find the file you created from Safe Mode; where is it?
- what rights were you operating under in that session?
- Regedit, Yes to the UAC prompt
- navigate to each HKLM\System\*ControlSet*\SafeBoot
- import the Alternate Shell keys you'd saved


>--------------- ----- ---- --- -- - - -

Error Messages Are Your Friends
>--------------- ----- ---- --- -- - - -

My System SpecsSystem Spec
Old 07-17-2007   #5 (permalink)
Jimmy Brush


 
 

Re: What is a SYSTEM or NETWORK SERVICE account?

Jason Freeman wrote:
> Jimmy,
>
> Excellent information! You explained that very well.
>
> If I may ask, where did you learn this? I'd like to read up in more
> detail about the accounts myself.


You're welcome

I learned it from a bunch of different sources over time... I can't
really point my finger at something in particular.

Like yourself, I was curious and sought the knowledge .

I did find some websites for you that go into some aspects of user accounts:

http://www.lockergnome.com/nexus/it/...plicit-groups/
http://www.microsoft.com/technet/sec.../sspgch02.mspx
http://www.ss64.com/ntsyntax/security_groups.html
http://www.microsoft.com/technet/arc....mspx?mfr=true


- JB
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
ASPNET or Network Service account on Vista Home Premium Vista General
The system event notification service service failed logon ... token does not exist General Discussion
Corrupt Network Service Account Vista General
Network Service account corrupted Vista General
Network Service Account Vista security


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46