Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 中(通常),当相应用户注销时(但计算机仍处于打开状态?),特定用户拥有的进程是否会退出?
Windows / Windows Server 的行为是否一致?
是的,由用户(或由系统代表用户)启动的进程在该用户注销时终止。如果他们只是“切换用户”或“锁定”计算机,那么进程会像往常一样在内存中运行(尽管他们可能会失去队列中的优先级,以便由同时登录的其他用户或代表其他用户发起的进程)。
据我所知,这种行为在 Windows Server 上是相同的,尽管我认为当用户未主动登录时,优先级队列更加偏向于系统进程。