Windows supports multiple accounts on the same device. If someone forgets to sign out of their account, their profile still runs processes and consumes resources in the background. Here’s how you can sign out other users on the same computer.

Windows在同一设备上支持多个帐户。 如果有人忘记退出帐户,则其个人资料仍会运行进程并在后台消耗资源。 您可以通过以下方法在同一台计算机上注销其他用户。

如何注销其他用户 (How to Sign Out Other Users)

When a user locks their account, the computer returns to the sign in screen but leaves their account signed in and running all their programs and processes in the background. This could be problematic for other people using the computer. You can sign out other users either with Task Manager or the Command Prompt, and we’ll walk you through both methods.

当用户锁定其帐户时,计算机将返回登录屏幕,但保留其帐户处于登录状态,并在后台运行所有程序和进程。 对于其他使用计算机的人来说,这可能是个问题。 您可以使用任务管理器或命令提示符退出其他用户,我们将向您介绍这两种方法。

Note: To sign another user out of your device you must be using an account with administrator privileges.

注意:要使其他用户退出设备,您必须使用具有管理员权限的帐户。

使用任务管理器 (Using Task Manager)

Open up Task Manager by pressing Ctrl+Shift+Esc, then click the “Users” tab at the top of the window.

通过按Ctrl + Shift + Esc打开任务管理器,然后单击窗口顶部的“用户”选项卡。

Select the user you want to sign out, and then click “Sign Out” at the bottom of the window.

选择您要注销的用户,然后单击窗口底部的“注销”。

Alternatively, right-click on the user and then click “Sign Off” on the context menu.

或者,右键单击用户,然后在上下文菜单上单击“注销”。

A prompt lets you know that any unsaved data on the user’s account could be lost if you proceed. Only proceed if you know they won’t lose any data. Click “Sign Out User.”

提示提示您,如果继续操作,用户帐户上所有未保存的数据都可能丢失。 仅当您知道他们不会丢失任何数据时,才继续进行。 点击“退出用户”。

使用命令提示符 (Using Command Prompt)

Open an elevated Command Prompt window by hitting Start, typing “cmd” into the search box, right-clicking the result, and then clicking “Run As Administrator.”

通过单击开始,在搜索框中键入“ cmd”,右键单击结果,然后单击“以管理员身份运行”,以打开提升的命令提示符窗口。

At the prompt, type the following command to identify the users currently signed into the device:

在提示符下,键入以下命令以标识当前登录到设备的用户:

query session

Each user has an ID associated with it. Here, Mark is the user we are signing out and his ID is “4.”

每个用户都有一个与之关联的ID。 在这里,Mark是我们要注销的用户,其ID为“ 4”。

Next, type the following command, but replace “ID” with the user’s ID from the previous command:

接下来,键入以下命令,但将“ ID”替换为上一个命令中的用户ID:

logoff ID

So, to sign out Mark from our previous example, we’d type logoff 4 .

因此,要从上一个示例中logoff 4 Mark,我们将输入logoff 4

Command Prompt doesn’t give you any alert or confirmation that the user has been signed out, but rerunning the first command shows you that the user is no longer listed.

命令提示符不会给您任何警告或确认用户已注销的信息,但是重新运行第一个命令将向您显示该用户已不再列出。

Signing a user out this way has the same risks of losing all unsaved data they may have been working on; Command Prompt just doesn’t warn you before running these commands. Make sure any user you sign out has saved all their work before you blindly terminate their session.

以这种方式注销用户具有丢失可能一直在使用的所有未保存数据的风险。 运行这些命令之前,命令提示符不会发出警告。 在您盲目终止会话之前,请确保您注销的所有用户都保存了所有工作。

翻译自: https://www.howtogeek.com/402261/how-to-sign-other-users-out-of-windows-10/

如何从Windows 10注销其他用户相关推荐

  1. 退出计算机用户的快捷方式,如何注销计算机或从Windows 10注销

    如果您是windows 10的新手,并且想学习如何在完成工作后注销计算机或注销Windows,那么本基本教程非常适合您. 您不仅会学到这一点,而且还将看到如何以多种方式注销. 注销计算机时会发生什么? ...

  2. 好系统教你如何更改Windows 10中的用户帐户控制(UAC)设置

    UAC允许所有用户使用标准用户帐户登录其计算机.使用标准用户令牌启动的进程可以使用授予标准用户的访问权限来执行任务.例如,文件资源管理器自动继承标准用户级权限.此外,使用文件资源管理器启动的任何应用程 ...

  3. win10 关机变注销重启_如何在Windows 10中更改Windows 10注销,登录和关机声音

    win10 关机变注销重启 Before Windows 10 came along, we were free to change the sounds that played when we sh ...

  4. 微软的服务器抽风,微软抽风对Windows 10弹窗:用户都尴尬了!

    如果你是Windows 10系统用户,你收到了微软的弹窗设置通知了,如果收到了,千万不要以为系统出问题了. 去年,微软在Windows 10中加入了一项新功能,即在系统启动时显示全屏通知.目的是为了鼓 ...

  5. 禁用一个计算机用户,系统小技巧:Windows 10账户删除 禁用与启用

    原标题:系统小技巧:Windows 10账户删除 禁用与启用 Windows 10可以支持多个本地账户.当我们暂时不用某个账户时,是删除账户还是禁用账户?二者有何区别?禁用后如果要启用,又该怎么做? ...

  6. 启动计算机引导windows10,如何快速启动计算机,详解Windows 10「快速启动」模式...

    Windows 10 快速启动的工作方式与以前版本 Windwos 的混合睡眠模式类似,可以将系统状态保存到一个休眠文件中,以使得每次 PC 的开机速度更快. 用户自己在笔记本或台式机上干净安装的 W ...

  7. 接班 RT 系统?Windows 10 云服务版首次亮相

    Windows 10 目前有家庭版.专业版.企业版.服务器.IoT.手机等多个版本,上周,发现微软正在着手一款 "Cloud Shell" 产品.作为 Windows 10 的 & ...

  8. 微软修复Windows 10周年更新KB3194496累积更新安装问题

    9月28日,微软面向Slow和Release Preview通道用户发送累积更新KB3194496,升级后版本号为Build 14393.222,不过不少用户反馈称安装失败,弹出"无法执行更 ...

  9. 启动修复黑屏服务器,使用光标修复Windows 10黑屏

    windows 10的某些用户登录后会出现光标黑屏的现象.有趣的是,有些用户只能访问任务管理器,而其他用户甚至没有访问权限. 如果您有权访问任务管理器,它将使事情变得简单. 您会发现,这很关键,因为它 ...

最新文章

  1. 目前有没有好用的RNASeq的pipeline呢?
  2. let const var 比较说明
  3. iBatis报java.lang.RuntimeException: Error setting property错误
  4. OpenCV 计算物体的凸包
  5. SAP CRM Survey调查问卷的模型设计原理解析
  6. 腾讯 Omi 团队发布 mps - 原生小程序插上 JSX 、Less 和 Cloud 的翅膀
  7. Java EE 8发生了什么? (第2部分)
  8. Unity3d Shader开发(三)Pass(Fog )
  9. VS2012项目中使用CocoStudio相关文件的设置
  10. Oracle 隔离级别
  11. Hive安装部署及简单测试 网页《一》
  12. 【Linux 内核 内存管理】内存映射相关数据结构 ① ( vm_area_struct 结构体 | task_struct、mm_struct、vm_area_struct 3 个结构体之间的关系)
  13. 大学有必要考华为认证吗?
  14. codeforces每日5题(均1500)-第十七天
  15. php技术逻辑思维图,PHP 逻辑思维题
  16. 七牛云和Github如何使用PicGo设置免费图床
  17. 运维笔试题1(转载)
  18. 硬件设计人员制作电路板需提供的材料
  19. 华为云14天鸿蒙设备开发培训Day3:快速入门
  20. 阿里CDN全网加速配HTTPS(SSL)报错:SSLPub错误,请重新填写

热门文章

  1. css设置背景透明度,而不影响内部元素
  2. 华为云Bu【nononoknow】
  3. 1 华为南研所软件研发校园优招面试经历
  4. 数字证书及公钥、私钥
  5. 大数据学习路线图(知识体系整理)
  6. 一个队长应该干什么?
  7. 二叉树遍历——先序遍历
  8. R语言outer函数应用于两个数组实战
  9. curl命令详解 (curl -I)
  10. 网站分享:7个非常好用的电子书网站