你可以完全禁用Windows 10发送数据回家吗?


0

有没有办法完全阻止Windows 10向Microsoft发送任何数据?根据我所读到的,虽然可以减少它改变组策略,注册表值等,但是没有办法完全消除这种可能性。这是真的?



更新到Win10 Enterprise,此处GPO适用于停止所有遥测。
magicandre1981

由于Windows似乎不断重新启用这些服务(请参阅答案),我实际上仍然认为这是一个很好的问题。太棒了,还有另一个/重复的问题,但是这个问题显然在Google中排名更高(因为我找到了这个而不是另一个)。
Stijn de Witt

Answers:


2

是的,您必须手动禁用 遥测

WinAero

1) Open Registry Editor. (regedit)
2) Go to the following Registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
3) There you need to create a new a 32-bit DWORD value named AllowTelemetry and set it to 0.
4) Now, you need to disable a couple of Windows services. Right click the File Explorer item in Windows 10 Start menu and pick Manage from its context menu. Go to Services and Applications -> Services in the left pane. In the services list, disable the following services

   Diagnostics Tracking Service
   dmwappushsvc

   Update: Windows 10 version 1511 changed the Diagnostics Tracking Service to     

   Connected User Experiences and Telemetry
   dmwappushsvc


5) Double click the mentioned services and pick "Disabled" for the startup type

或者,您可以从中下载Windows 10 Ultimate tweaker Thewindowsclub 并在“安全和隐私设置”中禁用所有Microsoft。

编辑:如果您认为这些服务没有真正禁用,您可以随时删除它们。虽然我不确定系统不会变得不稳定。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.