删除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…

OpenWrt:Linux下生成banner

Linux下有三个小工具可以生成banner&#xff1a;1、banner使用#生成banner&#xff1b;2、figlet使用一些普通字符生成banner&#xff1b;3、toilet使用一些复杂的彩色特殊字符生成banner。使用apt-get安装的时候需要输入以下命令&#xff1a; $ sudo apt-get install sysvbann…

新冠病毒中招 | 第二天

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

输出到Excel

HSSFWorkbook oBook new HSSFWorkbook(); NPOI.SS.UserModel.ISheet oSheet oBook.CreateSheet(); #region 输出到Excel MemoryStream ms new MemoryStream(); oBook.Write(ms);string sExportPath ""; using (SaveFileDialog saveFileDialog1 new SaveFileDial…

JavaScript 精粹 基础 进阶(5)数组

转载请注明出处 原文连接 blog.huanghanlian.com/article/5b6… 数组是值的有序集合。每个值叫做元素&#xff0c;每个元素在数组中都有数字位置编号&#xff0c;也就是索引。JS中的数组是弱类型的&#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…

闲话高并发的那些神话,看京东架构师如何把它拉下神坛

转载:闲话高并发的那些神话&#xff0c;看京东架构师如何把它拉下神坛 高并发也算是这几年的热门词汇了&#xff0c;尤其在互联网圈&#xff0c;开口不聊个高并发问题&#xff0c;都不好意思出门。高并发有那么邪乎吗&#xff1f;动不动就千万并发、亿级流量&#xff0c;听上去…

c# Clone方法

clone是深拷贝&#xff0c;copy是浅拷贝&#xff0c;如果是值类型的话是没什么区别的&#xff0c;如果是引用类型的话深拷贝拷贝的事整个对象的数据&#xff0c;而浅拷贝仅仅拷贝对象的引用。因为类的实例是引用类型&#xff0c;要想用原有的类中的实例的数据的话&#xff0c;既…

使用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…

踏实工作,实现价值

工作&#xff0c;为实现自我价值 若想在漫长的职场生涯中稳步高升&#xff0c;首先要踏踏实实&#xff0c;专心致志、充满激情的去完成工作中的每一项任务&#xff0c;无论工作是繁重的还是琐碎的&#xff0c;都要严格要求自己全身心的去完成。而不是一味的抱怨&#xff0c;一味…

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…

DML语言DDL

DML&#xff08;data manipulation language&#xff09;&#xff1a; 它们是SELECT、UPDATE、INSERT、DELETE&#xff0c;就象它的名字一样&#xff0c;这4条命令是用来对数据库里的数据进行操作的语言 。 DDL&#xff08;data definition language&#xff09;&#xff1a; D…

什么是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; 是什么赋予了&…