TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Disable Windows 10 Tracking

148 点作者 SoMuchToGrok将近 10 年前

18 条评论

nathanaldensr将近 10 年前
I wrote a PowerShell script that enables or disables various Windows 10 tracking components.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nathan-alden&#x2F;windows-10-tracking" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nathan-alden&#x2F;windows-10-tracking</a><p>I based the script on the <a href="https:&#x2F;&#x2F;github.com&#x2F;10se1ucgo&#x2F;DisableWinTracking" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;10se1ucgo&#x2F;DisableWinTracking</a> repository, but the code in that repository is Python and compiles to a Windows executable. I much prefer PowerShell so that the code can be more easily changed and deployed in automated environments. Additionally, that Python code doesn&#x27;t undo changes, whereas my PowerShell script does.<p>I&#x27;d appreciate any feedback (probably as a GitHub issue).
andrewmcwatters将近 10 年前
This is really crudely put together, completely disregards recent findings from news articles proving you cannot completely disable W10 telemetrics, and the author acknowledges he doesn&#x27;t want to support reversing destructive processes with it.<p>You shouldn&#x27;t bother using this.
评论 #10055395 未加载
pilif将近 10 年前
&gt; <i>Set the AllowTelemetry string in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection to 0</i><p>AFAIK, setting this to 0 only has meaning in the Enterprise edition. In the consumer edition, 0 has the same meaning as 1.<p>Here&#x27;s a screenshot from the group policy editor of my Windows 10 VM:<p><a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;3s3AT9p.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;3s3AT9p.png</a><p>as you can see, 0 only does something in Enterprise builds.
评论 #10055909 未加载
nerdy将近 10 年前
<i>Be careful with this!</i> From the README under the &quot;HOSTS&quot; section:<p><i>&quot;Append known tracking domains to the HOSTS file located in C:\Windows\System32\drivers\etc&quot;</i><p>However there are other articles which suggest changing the hosts file can cause instability[1]:<p><i>&quot;Of course, the first thing that comes to mind is disabling communication with these servers (by introducing the server into the hosts file and settings to 127.0.0.1 localhost), but as I tried, after disabling the Windows 10 start acting suspiciously otherwise. Error messages pop up, sometimes the message of &quot;service failure&quot;, there are problems with Skype, it is not possible to maintain a stable connection. The problem is with VPN connections that fall. But it is possible that this is just some incompatibilities and nevyladěnost new OS. Apparently, it is necessary not to prohibit certain sites and have available to make things work, but I had no time to analyze them one by one, what causes them off in the long run in Windows 10&quot;</i><p>Of course, there are a whole bunch of other potentially dangerous things the tool does like change services and edit the registry. Take care!<p>[1] <a href="https:&#x2F;&#x2F;translate.google.com&#x2F;translate?hl=en&amp;sl=cs&amp;tl=en&amp;u=http%3A%2F%2Faeronet.cz%2Fnews%2Fanalyza-windows-10-ve-svem-principu-jde-o-pouhy-terminal-na-sber-informaci-o-uzivateli-jeho-prstech-ocich-a-hlasu%2F" rel="nofollow">https:&#x2F;&#x2F;translate.google.com&#x2F;translate?hl=en&amp;sl=cs&amp;tl=en&amp;u=h...</a>
评论 #10054553 未加载
评论 #10054135 未加载
kozukumi将近 10 年前
Far better is to not use Windows 10 and tell Microsoft why.
评论 #10054857 未加载
评论 #10054762 未加载
评论 #10055196 未加载
评论 #10055348 未加载
mtgx将近 10 年前
Yeah, so I&#x27;ve been using that since a few days ago along with DoNotSpy10, and disabled almost everything. Then I installed a traffic monitoring tool and I still found Cortana to be calling home, even though I checked and both web searches (search box) and Cortana were disabled.<p>I think this article is right - you <i>can&#x27;t</i> fully stop Windows 10 from calling home, no matter what you do or how many thing you disable.<p><a href="http:&#x2F;&#x2F;arstechnica.com&#x2F;information-technology&#x2F;2015&#x2F;08&#x2F;even-when-told-not-to-windows-10-just-cant-stop-talking-to-microsoft&#x2F;" rel="nofollow">http:&#x2F;&#x2F;arstechnica.com&#x2F;information-technology&#x2F;2015&#x2F;08&#x2F;even-w...</a><p>And according to this article, Microsoft has an OS-level keylogger that catches all of your typed characters (all passwords, all &quot;secure&quot; communications) even from the virtual keyboard, for &quot;no good reason&quot;.<p><a href="http:&#x2F;&#x2F;localghost.org&#x2F;posts&#x2F;a-traffic-analysis-of-windows-10" rel="nofollow">http:&#x2F;&#x2F;localghost.org&#x2F;posts&#x2F;a-traffic-analysis-of-windows-10</a>
评论 #10054998 未加载
评论 #10054841 未加载
评论 #10054885 未加载
davexunit将近 10 年前
Best way to disable Windows 10 tracking: Switch to GNU&#x2F;Linux.
评论 #10054886 未加载
评论 #10054981 未加载
评论 #10055110 未加载
评论 #10054831 未加载
评论 #10054808 未加载
评论 #10054724 未加载
评论 #10054830 未加载
huhtenberg将近 10 年前
Keep in mind that Windows filters the contents of etc&#x2F;hosts and basically ignores (some) entries for its own domains. For example, you cannot null-route Windows Update servers this way.
评论 #10054972 未加载
blackbeard将近 10 年前
One KB or sfc run later and that&#x27;ll all be turned back on again...
nly将近 10 年前
Checked my parents PC on a visit this morning to find the latest Patch Tuesday set of updates hadn&#x27;t installed automatically because Windows Update was too busy advertising Windows 10. I was also greeted with a balloon popup rather than just the subtle GWX icon in the tray nagging me to install it.<p>Microsoft are pushing this OS fervently and, given their aggressive service integration, I&#x27;ve recently been musing about whether the Microsoft of today are really &#x27;better&#x27; just because they&#x27;ve become more open with their software, or whether they&#x27;re actually just a different, possibly nastier, kind monopolistic threat.<p>We could look back in 5 years and see the majority using Bing (via the Start Menu), Cortana, IE, OneDrive, and syncing all their devices through MS servers and cringe. Microsoft can&#x27;t win on the strength of their brand when it comes to consumer facing services (except for Xbox), so maybe integration will see them break through and muscle out the likes of Chrome, Google, Gmail, Android, and Dropbox.... <i>if</i> W10 on mobile takes off that is.<p>Oddly, despite not owning and having never owned any Apple product, I find myself comforted these days that they are there with an almost bottomless pile of money.
评论 #10054626 未加载
评论 #10055031 未加载
评论 #10054654 未加载
评论 #10054611 未加载
mesozoic将近 10 年前
Apparently you can&#x27;t fully disable it so it looks like it&#x27;s Windows 7 for me for another 5 years or so.
thescrewdriver将近 10 年前
You have to know that your privacy defaults are batshit crazy when people start developing tools to automate correcting them.
EugeneOZ将近 10 年前
With such &quot;open&quot; system don&#x27;t even think about large or government companies, especially non-US.
Spearchucker将近 10 年前
Is the tracking limited to Home edition, or does this also apply to Pro and Enterprise? Nothing I&#x27;ve read definitively confirms which versions are affected to what extent. Knowing this is useful in that I&#x27;d happily pay to not have the spying. Paying is also preferable to downloading an .exe that disables tracking that has dependencies I haven&#x27;t installed (Python, for example). I&#x27;m more likely to trust a PowerShell script, but(for now) haven&#x27;t the time to invest to create my own.
评论 #10055504 未加载
kn9将近 10 年前
Can anyone please share the list of GPO&#x27;s to block in enterprise environment
talles将近 10 年前
Kudos for stating on the README what it does.
juliangregorian将近 10 年前
Personally, I&#x27;d rather fuzz their servers with terabyte after terabyte of garbage, but to each his own.
评论 #10054936 未加载
crystalgiver将近 10 年前
I run Windows as a guest with vga passthrough and completely disable networking (though a very strict firewall could also work, e.g. For online games).