經(jīng)過網(wǎng)上各種修改DNS、cmd命令窗口的操作之后,再次登錄時出現(xiàn)以下錯誤
錯誤提示 :0x800704cf 你似乎沒有連接到internet
解決辦法:修改host文件
參考鏈接:https://www.cnblogs.com/hukuangjie/p/12676009.html
由上述作者解決思路想到:可能是因為之前想用edge安裝擴展程序時按照網(wǎng)上教程修改了windows默認的host文件內(nèi)容導(dǎo)致的錯誤,遂將host文件內(nèi)容恢復(fù)至默認,再次嘗試即成功登錄賬號并實現(xiàn)同步。
報錯時的host文件內(nèi)容:文章來源:http://www.zghlxwxcb.cn/news/detail-536671.html
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 acroipm.adobe.com
117.28.245.88 edge.microsoft.com #Edge翻譯
117.28.245.88 msedgeextensions.sf.tlu.dl.delivery.mp.microsoft.com #Edge商店擴展
117.28.245.88 logincdn.msauth.net #微軟賬戶
117.28.245.88 login.live.com #微軟賬戶
117.28.245.88 account.live.com #微軟賬戶
117.28.245.88 acctcdn.msauth.net #微軟賬戶
131.253.33.219 edge.microsoft.com
131.253.33.219 msedgeextensions.sf.tlu.dl.delivery.mp.microsoft.com
恢復(fù)默認的host文件內(nèi)容:
刪除了自定義添加的內(nèi)容文章來源地址http://www.zghlxwxcb.cn/news/detail-536671.html
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
到了這里,關(guān)于win11登錄Microsoft賬戶提示:0x800704cf 錯誤代碼的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!