Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
The problem is, that we're not blocking hosts directly and not messing around with the hosts file for several reasons:
1) Security sake, also malware behaviour. And MS doesn't like it too, AFAIK recently they just detect it as malicious if they don't like something in it.
2) Not really trustworthy to block something via hosts. Long time ago they simply hardcoded some stuff in OS to bypass hosts file and counter malware. Blocking hosts on the router is more effective.
So we're using IP blocker (firewalls) instead. But the thing is we're using Third-Party project and relying on it, and unfortunately not managing it ourselves. This means, that you need to contact the author to solve possible issues - DashboardX will be synced with the repo.
https://github.com/crazy-max/WindowsSpyBlocker
Anyway, from what I'm seeing "nslookup browser.events.data.msn.com" giving me "13.88.28.53" address and it's currently in the "Extra ruleset". If applied, you can check it yourself in "wf.msc", or just open "DashboardX\Data\Blocker.ini" file.
If "Extra" ruleset is not yet applied, then be aware, that applying it may block some other apps too. The rulesets provided as a three non-divided lists, and we can't determine which ip is for MSN and which one is for Skype for example.
BTW, AFAIK Edge telemetry should be controlled by "Allow telemetry" gp as it stated in the documentation: https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-enterprise-privacy-settings#configure-policy-settings
So if you have Enterprise edition, then switching Telemetry gp to "Security" should do the trick too... I hope.