删除microsoft_如何从您的Microsoft帐户中删除设备

删除microsoft

删除microsoft

top

When you sign into Windows 8 or 10 using your Microsoft account (and other Microsoft devices, like an Xbox), those devices become associated with your account. If you want to remove an old device you’ve gotten rid of, you’ll have to pay a visit to Microsoft’s account web site.

当您使用Microsoft帐户(和其他Microsoft设备,例如Xbox)登录Windows 8或10时,这些设备将与您的帐户关联。 如果要删除已淘汰的旧设备,则必须访问Microsoft的帐户网站。

Windows 8 and 10 both allow you to sign into your computer using either a Microsoft account or a local account. The advantage of using a Microsoft account is that you can download apps from the Windows Store, sync most of your desktop settings between computers, and use fun features like Cortana. When you sign in with a Microsoft account, the computer you’re using becomes linked with your account. This won’t be a big deal for some, but it can cause a few issues.

Windows 8和10都允许您使用Microsoft帐户或本地帐户登录计算机。 使用Microsoft帐户的优势在于,您可以从Windows应用商店下载应用程序,在计算机之间同步大多数桌面设置,以及使用有趣的功能(例如Cortana) 。 使用Microsoft帐户登录时,您正在使用的计算机将与您的帐户关联。 对于某些人来说,这并不是什么大不了的事,但是它可能会引起一些问题。

  • Apps that you download from the Windows Store, for example, can be installed on up to 10 devices. That may seem like plenty, but it also includes old devices you may not use anymore. If you have a device you want to keep, but remove installed apps, you can also de-authorize that device in the Windows Store instead of removing the device entirely.

    例如,您从Windows应用商店下载的应用程序最多可以安装在10台设备上。 看起来似乎很多,但其中还包含您可能不再使用的旧设备。 如果您有要保留的设备,但要删除已安装的应用程序,则也可以在Windows应用商店中对该设备取消授权,而不必完全删除该设备。

  • If you want to sell, give away, or just trash an old computer, it’s a good idea to remove it from your Microsoft account first. And if you sell a Windows Phone, you’ll need to remove the device from your account before the new owner can set up features like Find My Phone.

    如果您想出售,赠送或只是丢弃旧计算机,最好先从您的Microsoft帐户中删除它。 而且,如果您出售Windows Phone,则需要从帐户中删除该设备,然后新所有者才能设置“查找我的手机”之类的功能。
  • Every Windows 10 device on which you’ve enabled sync stores its backups on your OneDrive account. These backups don’t use a lot of space, but if you’re using a free OneDrive account, every bit of space counts. Removing a device also removes its backups.

    启用了同步的每个Windows 10设备都将其备份存储在OneDrive帐户中。 这些备份不会占用很多空间,但是,如果您使用的是免费的OneDrive帐户,那么每一位空间都非常重要。 删除设备也会删除其备份。

To remove a device from your account, hit your web browser and sign in to your Microsoft account.

要从您的帐户中删除设备,请点击网络浏览器并登录到Microsoft帐户。

ma_1

Click the Devices menu and then choose “Your devices.”

点击设备菜单,然后选择“您的设备”。

ma_2

The “Your devices” page shows all devices registered to your account. You can also view just devices that have apps & games, music, or movies & TV shows. But unless you have a lot of devices to weed through, the “Your devices” page is just fine. Find the device you’d like to remove on the list. If you’ve got your devices named well (and here’s a good reason to do that if you haven’t), it should be easy to find. If not, each entry also shows you the model of the devices on which it’s installed, what version of Windows is installed, and (if you have location services turned on) when and where the computer was last seen.

“您的设备”页面显示了注册到您帐户的所有设备。 您还可以仅查看具有应用程序和游戏,音乐或电影和电视节目的设备。 但是除非您有很多设备要清除,否则“您的设备”页面就很好。 在列表中找到要删除的设备。 如果您的设备命名正确(如果您没有正确命名的话,这是一个很好的理由),那么应该很容易找到它。 如果没有显示,则每个条目还会显示安装设备的型号,安装的Windows版本以及上次查看计算机的时间和位置(如果已打开位置服务)。

ma_3

When you’ve located the device you want to remove, just click the “Remove” link to the right.

找到要删除的设备后,只需单击右侧的“删除”链接。

ma_4

On the warning page, select the “I’m ready to remove this device” check box and then click Remove.

在警告页面上,选中“我准备删除此设备”复选框,然后单击“删除”。

ma_5

A confirmation page shows you what device you removed and the exact time and date. Click Back to Devices.

确认页面会显示删除的设备以及确切的时间和日期。 单击返回设备。

ma_6

And you’re done. Removing a device from your Microsoft account is pretty straightforward, but it’s good to check in once in a while to keep your device list up to date. Removing devices helps ensure that that old devices you no longer use are not capable of accessing your account and that you don’t run into the ten-device limit for installed apps and games.

这样就完成了。 从您的Microsoft帐户中删除设备非常简单,但是最好不时检查一下以使设备列表保持最新。 删除设备有助于确保您不再使用的旧设备无法访问您的帐户,并且不会遇到已安装的应用和游戏的十台设备限制。

翻译自: https://www.howtogeek.com/250631/how-to-remove-a-device-from-your-microsoft-account/

删除microsoft

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280006.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

线程的语法 (event,重要)

Python threading模块 2种调用方式 直接调用 12345678910111213141516171819import threadingimport timedef sayhi(num): #定义每个线程要运行的函数print("running on number:%s" %num)time.sleep(3)if __name__ __main__:t1 threading.Thread(targetsayhi,args(…

求最大值和下标值

本题要求编写程序&#xff0c;找出给定的n个数中的最大值及其对应的最小下标&#xff08;下标从0开始&#xff09;。 输入格式: 输入在第一行中给出一个正整数n&#xff08;1<n≤10&#xff09;。第二行输入n个整数&#xff0c;用空格分开。 输出格式: 在一行中输出最大值及…

windows应用商店修复_如何修复Windows应用商店中的卡死下载

windows应用商店修复Though it’s had its share of flaky behavior since being introduced in Windows 8, the Windows Store has gotten more reliable over time. It still has the occasional problems, though. One of the more irritating issues is when an app update…

新冠病毒中招 | 第二天

今天跟大家分享我个人感染奥密克戎毒株第二天的经历和感受。早上7点多自然醒来&#xff0c;已经没有四肢乏力的感觉&#xff0c;但是身体的本能还是告诉我不愿意动弹。由于第一天躺着睡了一天&#xff0c;确实是躺得腰酸背疼的。起床量了一下体温36.4正常&#xff0c;决定今天不…

icloud 购买存储空间_如何释放iCloud存储空间

icloud 购买存储空间Apple offers 5 GB of free iCloud space to everyone, but you’ll run up against that storage limit sooner than you’d think. Device backups, photos, documents, iCloud email, and other bits of data all share that space. Apple为每个人提供5 …

基于LAMP实现web日志管理查看

前言&#xff1a;日志是一个重要的信息库&#xff0c;如何高效便捷的查看系统中的日志信息&#xff0c;是系统管理员管理系统的必备的技术。实现方式&#xff1a;1、将日志存储于数据库。2、采用LAMP架构&#xff0c;搭建PHP应用&#xff0c;通过web服务访问数据库&#xff0c;…

WPF效果第二百零七篇之EditableSlider

前面简单玩耍一下快速黑白灰效果; 今天又玩了一下ZoomBlurEffect,来看看最终实现的效果:1、ps和cs文件都在Shazzam中,咱们自己随意玩耍;今天主角是下面这位:2、来看看自定义控件布局(TextBox、Slider、ToggleButton)&#xff1a;3、点击编辑按钮,我就直接偷懒了:private void E…

使用MyQ打开车库门时如何接收警报

Chamberlain’s MyQ technology is great for opening and closing your garage door remotely with your smartphone, but you can also receive alerts whenever your garage door opens and closes (as well as receive alerts when it’s been open for an extended amount…

mac 防火墙禁止程序联网_如何允许应用程序通过Mac的防火墙进行通信

mac 防火墙禁止程序联网If you use a Mac, chances are you might not even realize that OS X comes with a firewall. This firewall helps ensure unauthorized app and services can’t contact your computer, and prevents intruders from sniffing out your Mac on a ne…

WPF-22 基于MVVM员工管理-02

我们接着上一节&#xff0c;这节我们实现crud操作&#xff0c;我们在EmployeeViewMode类中新增如下成员&#xff0c;并在构造函数中初始化该成员code snippetpublic EmployeeViewMode() {employeeService new EmployeeService();BindData();Employee new Employee();AddComma…

linux 3

-- Linux -- 开心的一天 vi   所有的 unix like 系统都会内置 vi 文本编辑器 vim  较多使用的,可以主动的以字体颜色辨别语法的正确性&#xff0c;方便程序设计 vi/vim 的使用 -- 命令模式&#xff08;Command mode&#xff09; 输入模式&#xff08;Insert mode&#x…

从零开始搭建一个简单的ui自动化测试框架02(pytest+selenium+allure)

二、先搭一个架子 在我还是小白连py语法都不太熟悉的时候&#xff0c;经常在网上看关于自学ui自动化测试的博客&#xff0c;最熟悉的套路莫过于先给你介绍一下selenium的各个api&#xff0c;然后写一套代码去登陆微博或者百度什么的&#xff0c;但我今天不愿意这么写&#xff0…

什么是Adobe Lightroom,我需要它吗?

Adobe Photoshop Lightroom confuses a lot of new photographers. It has Photoshop in the name, but it isn’t Photoshop? What gives? Adobe Photoshop Lightroom使许多新摄影师感到困惑。 它的名称是Photoshop&#xff0c;但不是Photoshop吗&#xff1f; 是什么赋予了&…

jquery中的serializeArray方法的使用

转载于:https://blog.51cto.com/11871779/2359556

机器学习(一)—— 线性回归

机器学习&#xff08;一&#xff09;—— 线性回归 目录 0. 回归&#xff08;Regression&#xff09;的由来 1. 回归关系 2. 线性回归的整体思路 &#xff08;1&#xff09;根据数据提出假设模型 &#xff08;2&#xff09;求解参数 1&#xff09;梯度下降法 2&#xff09;正规…

Java EE启示录

前言 最近的这段时间一直在学习Java EE&#xff0c;刚刚完成了从0到1的蜕变&#xff0c;所以顺便整理一下我所了解到的Java EE&#xff0c;给刚入门学习的新人一些头绪&#xff0c;而所谓“启示录”&#xff0c;就是这个意思。 一.Java EE是什么&#xff1f; Java EE&#xff0…

又到年末“团建”!某企业员工吐槽:这真是一场噩梦……

这是头哥侃码的第270篇原创2022年即将结束&#xff0c;很多公司又到了一年一度的年末团建。前天晚上&#xff0c;之前的同事找我聊天&#xff0c;说他们公司因为最近疫情的原因&#xff0c;准备把年末“团建”放到春节后进行。但是计划的时间是2月份的某个周末&#xff0c;并且…

天梯 L2 这是二叉搜索树吗?

L2-004 这是二叉搜索树吗&#xff1f; &#xff08;25 分&#xff09;一棵二叉搜索树可被递归地定义为具有下列性质的二叉树&#xff1a;对于任一结点&#xff0c; 其左子树中所有结点的键值小于该结点的键值&#xff1b;其右子树中所有结点的键值大于等于该结点的键值&#xf…

Cactiz中文版安装使用

#----------------------------------------------------------# # > 红色字体 -特指煮酒个人所见。加粗则为需要重点注意。 ## > 蓝色加粗 -特指与本文相关人员&#xff0c;包括参与修正的朋友。 ## > 煮酒品茶 -Http://cwtea.blog.51cto.com # #----------…

如何在OS X中打开或关闭鼠标定位器

OS X 10.11 El Capitan includes a new “mouse locator” feature. If you lose your mouse pointer, just shake the mouse or move your finger on the touch pad vigorously, and the mouse pointer will temporarily grow very large so you can see it. OS X 10.11 El Ca…