What processes occur when logging out of a user on an operating system (Windows 10 preferably but does it matter?)

564 views

I would like to know what occurs in the background when we log out of our user account. Is there a specific cache cleared? What would be the benefits of logging out versus restarting?
Thank you in advance

In: Technology

Anonymous 0 Comments

on a (windows) computer there’s basically always 2 systems running:

– the operating system “core”

– the user services (like everything you see, the programs you launch, etc)

when you log out, it shuts down the second part FOR YOUR USER. when you shut it down/tell the system to restart it does so for both those parts and for every user on the computer.

why would you prefer to log out? Because maybe

– someone else is logged onto your computer,

– your computer is some kind of server providing services (like DNS or time) to your network

– this way it’s quicker to log in as someone else (like switching from a local user account to the admin account) than rebooting.