Windows Telemetry Rolls Out
ihtoit writes: Last week came the warning, now comes the roll out. One of the most most controversial aspects of Windows 10 is coming to Windows 7 and 8. Microsoft has released upgrades which enable the company to track what a user is doing. The updates – KB3075249, KB3080149 and KB3068708 – all add "customer experience and diagnostic telemetry" to the older versions. gHacks points out that the updates will ignore any previous user preferences reporting: "These four updates ignore existing user preferences stored in Windows 7 and Windows 8 (including any edits made to the Hosts file) and immediately starts exchanging user data with vortex-win.data.microsoft.com and settings-win.data.microsoft.com."
surely they know what they're doing and it's all for a better customer experience.
"Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
...at least it's not systemd this time.
I'm going Linux as soon as I have a chance. Currently enjoying Linux Mint /w Cinnamon for general use.
Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
If I stick with Windows 7 Pro and prevent those updates from installing, will I still have a "private" Windows 7? I'm working on software that might compete with Microsoft & don't want them to fetch it as part of their "diagnostics"...
This is the single best thing that ever happened to Apple.
I am sure that I won't be alone in having thiose feelings
Dear Sataya,
My computer is MY COMPUTER. Not yours. Not Yours to suck data from. Not yours to suck data from to sell to Advertisers.
I have stopped using any of your products and will NEVER ever use them again until you change your data slurping policy.
Yours,
An Ex Microsoft developer.
I knew there was a reason I kept Windows XP.
What the fuck? Fuck you Microsoft!
Big companies don't care about our privacy probly the data they get will be sent to axium
title says it all
Can't these addresses simply be blocked in the firewall?
against those 2 hosts M$ has setup to receive the data.
Or some script kiddies to figure out that format the data is in, and flood M$ with fake data :)
Lawyers, MBA's, RIAA? A jedi fears not these things!
.
I have a notebook that is used mainly for web browsing and email. Linux Mint was installed on that notebook (replacing Windows 7) over this past weekend.
It's been a couple of years since I had looked into Linux Mint, and I was very surprised at how far it has come. While I foresee the need to do a few more tweaks with Linux Mint in order to make it more comfortable, I see no need to revert to Windows on this notebook.
What really pissed me off about the data harvesting that Microsoft is doing with these updates is how Microsoft callously has ignored any wishes I had previously stated regarding my preferences for not harvesting data from my computers.
The hosts file bypass makes me feel bad if it is true, but thank MS for listing the hostnames at least.
Most routers offer functionality to restrict traffic to addresses; I implemented a block on those addresses over all TCP and UDP ports. Hopefully that's enough.
I know, I am crazy, I actually READ the article. And this info is in there:
Now they have been launched the positive news is KB3075249 and KB3080149 have been classed as ‘Optional’ in Windows Update. This means they won’t install without Windows 7 and Windows 8 users giving them express permission to do so (a key difference to Windows 10).
On the flip side KB3068708 is classified as ‘Recommended’ which means Windows 7 and Windows 8 PCs with Windows Update set to automatic will install it by default. That said for the update to appear in the first place you will need to be a participant in Microsoft’s Customer Experience Improvement Program, an opt-in program which already has you agreeing to send user data to the company.
I only use Windows as a gaming platform once in a while. I wonder if my telemetry will profile me as an avid gamer even though I boot it about once a month.
Windows 10 is better because you don't have to install appdates to get telemetry, it's built in. Also, Windows 10 has more APPS. Windows 7 only has Luddite software, which only grandpas use.
Get Windows 10, it has APPS that let you app other apps!
Apps!
One of the most most controversial aspects of Windows 10
I guess that could be a typo...
systemd is Roko's Basilisk.
IMPORTANT ONE IS GROUP POLICY (gpedit.msc):
Go to Computer Configuration, Administrative Templates, System
Internet Communication Management, Internet Communication Settings
ENABLE (to turn it on, it is a disabler)
"Turn off Windows Customer Experience Improvement Program"
---
TO REMOVE THE BOGUS OPTIONAL TELEMETRY HOTFIXES MANUALLY:
Open command prompt
Type powershell
issue these commands
---
TO SEE WHAT ONES ARE INSTALLED:
get-hotfix -id KB3035583, KB2952664,KB2976978,KB3021917,KB3044374,KB2990214
---
TO UNINSTALL THEM (these for sure, per url next below):
wusa /uninstall /kb:3035583 /uninstall /kb:2952664 /uninstall /kb:2976978 /uninstall /kb:3021917 /uninstall /kb:3044374 /uninstall /kb:2990214
wusa
wusa
wusa
wusa
wusa
per http://www.ghacks.net/2015/04/...
---
DESCRIPTIONS OF EACH (these uninstalled properly):
KB3068708 (Telemetry)
KB3075249 (Telemetry)
KB3080149 (Telemetry)
KB3022345 (Telemetry)
KB2977759 (Windows 10 Upgrade preparation)
KB3021917 (Windows 10 Upgrade preparatioon + Telemetry)
KB3035583 (Windows 10 upgrade preparation)
---
I GOT "NOT INSTALLED ON THIS COMPUTER" ON THESE INITIALLY SINCE I HAD IE11 installed (PROBABLY ONES FOR IE9/10/11):
KB3075249
KB3080149
KB2505438
* KB2670838 (See IE 9/10/11 notes below)
KB3044374
KB2990214 (Windows 10 Upgrade preparation)
KB2505438 (Although it claims to fix performance issues, it often breaks fonts)
KB2976978 (Windows 10 Upgrade preparation)
---
I GOT "NOT INSTALLED ON THIS COMPUTER" ON THESE (*PRIOR* TO PULLING KB2670838 which is IE 11):
* KB2670838 (This update often breaks AERO on Windows 7 and makes some fonts on websites fuzzy. A Windows 7 specific update only
(do not install IE10 or 11 otherwise it will be bundled with them, IE9 is the max version you should install to avoid this).
THESE RE-APPEAR AFTER UNINSTALLING IE11 RIGHT ON RESTARTING & CHECKING WINDOWS UPDATE:
* KB2952664 (Windows 10 Upgrade preparation prior to IE9/10/11 install)
* KB3021917 (Windows 10 Upgrade preparation prior to IE9/10/11 install)
* KB3068708 (Windows 10 Upgrade preparation prior to IE9/10/11 install)
* KB3092627 (Windows 10 Upgrade preparation prior to IE9/10/11 install)
---
run cmd as administrator
sc stop Diagtrack
sc delete Diagtrack
---
*Task Scheduler Library:
Everything under "Application Experience"
Everything under "Autochk"
Everything under "Customer Experience Improvement Program"
Under "Disk Diagnostic" only the "Microsoft-Windows-DiskDiagnosticDataCollector"
Under "Maintenance" "WinSAT"
"Media Center" and click the "status" column, then select all non-disabled entries and disable them.
*services.msc:
"Remote Registry" to "Disabled" instead of "Manual".
APK
P.S.=> And "There ya go"... apk
There will be one, right? Or will Microsoft's executives risk arrest and charges of espionage when they travel overseas?
Have gnu, will travel.
Can anyone suggest a good home router that will allow me to block all traffic to the IP addresses of vortex-win.data.microsoft.com and settings-win.data.microsoft.com (not sure if hosts is being ignored and the URL addresses are still being resolved or if the IP addresses are hard-coded in the malware). I would like multiple options and the ability to compare price and other features as well. The ability to statically lock a mac address to a local IP address (through DHCP) is a must (amazingly not all routers have this). Lots of other features are very desirable, I'm looking for something capable, not something dumbed down for the average computer illiterate consumer. Will consider a home router with open source replacement software, but want to be very sure that the desired software will be compatible with the hardware if I go that route, and then I need to know both what router (model and version) to spring for and what firmware to go with. Obviously (but I'll say it anyway) I'm looking for a router maker that doesn't have a history of introducing their own vulnerabilities into the system or cooperating with the N.S.A. or including back doors.
As I expect to have to pay more for this ideal fix than many of the dirt cheap router deals, I don't want to cut corners on the hardware. Gigabyte connections are rapidly growing in availability and, while not yet available to my home, it would be short sighted to buy an expensive solution with only 10/100 speeds that would make the router far less useful in the future. So dirt cheat 10/100 solutions are OK but supporting Gigabit speeds are a must for anything pricey that I'll expect to you for years.
I'm an American. I love this country and the freedoms that we used to have.
And "phoning home" was a big No-No. The Facebook generation is really pissing away the freedom and power that the PC put into the hands of the users. Welcome back to the mainframe world, idiots.
Microsoft used to just hate Mac and Linux users. Good to see they're expanding that to Windows users too, they where beginning to feel left out.
They didn't say that the 'customer experience' would be a good one. Sounds almost like airlines touting their coin-operated lavatories as somehow adding to the 'customer experience', as nobody forgets the experience of not having a couple of spare quarters at 40,000 feet and three hours to go until to landing.
Can someone post a fix? I'm more into the embedded side of things so while I have half an idea, I wouldn't know if it worked or not.
Liberty - Security - Laziness - Pick any two.
..
.
".. if thou gaze long into an abyss, the abyss will also gaze into thee.."
Please someone sue, we'll be sharpen our axes and lighting torches.
https://www.youtube.com/c/BrendaEM
Is it sufficient for me to redirect those two host names to 127.0.0.1 in my gateway router's DNS forwarder or will these updates poison my machine if I resist their intrusions?
will MS Windows be used in this household nor at work. This is the straw that broke this camel's back. Damn you to Hell Microsoft ... bless you (insert flavor here) linux. Moving on.
What about the enterprise versions? There has to be a way to completely strip this feature. From what I've read everything you type is key logged so anything, including admin / root passwords would be in that telemetry. How can this be allowed? How would another company allow that kind of sensitive data out of their firewall - encrypted or not!? This is a lawsuit waiting to happen.
We know the domain, why not redirect the domain in LMHOST to nothingness?
Where you went at the end was a good point, but I thought you were going somewhere else initially - "telemetry data for hundreds of millions of users" is effectively Microsoft DDOS'ing itself already, not many people could really generate significantly more traffic to the collection sites already beyond what it will naturally be getting.
"There is more worth loving than we have strength to love." - Brian Jay Stanley
I was looking at this recently; this should turn off and block much of it:
Turn off CEIP, Uninstall updates, and then hide telemetry updates to prevent re-install:
http://www.pcworld.com/article...
Note: my "CEIP" setting was opted-out, but I still received two of those updates. So the "you don't get these updates if you're not in CEIP" assertions are incorrect, at least in my case.
Turn off CEIP reporting services:
https://pubs.vmware.com/view-5...
I kept having that "Update Windows 10" (GWXUX) service crash, so I turned it off using the registry update at the end of this article, leaving myself the opportunity to reverse the process and upgrade later if desired:
http://www.howtogeek.com/21885...
If you want to block windows 10 telemetry using a quick and dirty private DNS server, along with ad and malware blocking, install dnsmasq on a computer (maybe a raspberry pi if you're going for cheap, I'm using a VM on a test bed computer in bridged mode for this experiment): ...and block using an amalgamation of HOSTS files from here:
https://www.linux.com/learn/tu...
https://github.com/StevenBlack...
It's a python script that gets a few HOSTS files on the net and de-duplicates them into a mega crap-blocker list. The resulting list includes tens of thousands of DNS lookups that will be blocked at the perimeter of your network, so it could cause some web pages or software to break they depend on sites blocked by these lists. You can prepare you own windows 10 specific HOSTS file using entries from http://someonewhocares.org/hos... and those listed in articles about this issue if you feel paranoid. Windows can side-step your hosts file, but not your DNS server!
Stating the obvious: you'll want to leave the quick and dirty DNS behind your firewall/router, not expose it to the Internet.
"others cannot be disabled or stopped that easily, for instance because of hardcoded host and IP address information that bypass the Hosts file of the operating system." MicroNSA must really really want to keep tabs on you.
The fact that the 'murican government hasn't said a single peep out this obvious and undoubtedly illegal (for any other company) update speaks volumes.
also https://blockwindows.wordpress.com/
what is with the five minute start times and 2 min viewing pr0n? This some kind of joke?
The second MS started pulling this Windows 10 shit weeks ago (and I discovered they had downloaded 4GB to my hard drive), I disabled automatic updates and uninstalled the offending KBs. Touch wood I haven't had MS install any crap to my Windows 7 box since then.
== Jez ==
Do you miss Firefox? Try Pale Moon.
Microsoft pushed KB3075249 and KB3080149 at me on 8/18.
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
Override this
$TTL 3600
@ IN SOA ns1.vortex-win.data.microsoft.com. vortex-win.data.microsoft.com. (2015090701 7200 120 2419200 3600)
A 0.0.0.0
* IN A 0.0.0.0
AAAA 0100::1
* IN AAAA 0100::1
Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion. -- Spazmania (174582)
The updates for the cited KB numbers appeared some time ago. I did not install them.
The best practice now is to set Microsoft Update to check for updates and alert you but not to download or install any updates. Note however that this is NOT an option with Windows 10, which is a good reason to avoid Windows 10. .
Then review the details of why each update should be installed. In Windows Update (Windows 7), select an update. At the right will be a link "More information". Select that link and read the Web page. If the information presented there does not tell you how the update will benefit you, the user, do not install it. In that case, the update most likely benefits only Microsoft.
I'm just waiting for the first malware that will co-opt all the telemetry to spy on users...
--- Reality doesn't care about your opinions, it happens anyway and if you are in the way you'll get squished.
that 2 minutes is the tcp connection timeout. it BSoDs when the user starts flash.
Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion. -- Spazmania (174582)
I'm so glad I'm not on Win10. With any luck, I never will be.
This blatant crap of tracking every click, every mouse movement, every site, etc etc etc is mind boggling in the fact that they would even propose doing this, let alone brag about it.
"Telemetry"? I think the word they really want is "spying".
Just cruising through this digital world at 33 1/3 rpm...
Your data will only be sent back to Microsoft if you let it be. One firewall or proxy rule to block vortex should prevent this occurring. Actually perhaps even adding an entry for vortex to the hosts file that resolves to 127.0.0.1 might do it. On another note I wonder what would happen if someone mounted a class action suit against Microsoft for stealing their bandwidth?
I was able to disable it with a GPO and I didn't need an Enterprise version. Learn Windows administration, m8.
So far, Windows 10 has reminded me repeatedly that I should: (1) Consider getting Office 365! (2) Consider installing Skype! (3) Should collect and use Bing Rewards! (4) That I should look into getting an Xbox! (5) That I should buy things from the Microsoft Store!
I purchased an HP Stream 8 knowing it came with the option of a free year's subscription to MS Office Personal. Click the tile to begin the installation.
Right click on a tile to turn off the live display or unpin the tile from the start menu. Some apps can be uninstalled from the start menu in two right clicks. None of this is rocket science.
I am not particularly troubled when a postage stamp sized tile that appears only when I open the Star menu displays headline news, local weather or an add for a new game in the Windows Store. I've been a frequent visitor to the Store since I installed Windows 8.
Reading TFA
Big chuckle followed by: "Thank God for FreeBSD"
"Suppose you were an idiot...and suppose you were a member of Congress...but I repeat myself." Mark Twain
I am definitely in favour of sharing all of my usage data, provided that I get paid for it. I only do surveys for cash. If I had a financial stake in it, I wouldn't dream of asking someone for their opinion without providing compensation.
XP EOL'd and I was considering going to Windows 7 (which was a pretty good release, until now), but just before I pulled the trigger, Windows H8 rolled out and the shit storm that followed convinced me that Microsoft left the rails and wasn't listening to its users anymore.
I feel like I just stepped aboard one of the Titanic's lifeboats just before the band started playing "Nearer my God to Thee." Whoever is still aboard the HMS MS is properly fucked.
Actually, I think most don't care, and they will happily part with all their data, public and private. They won't regret the decision until it fucks them, at which point they can't roll it back.
Using Linux Mint now - try it!
Left MS Windows for Linux Mint and never looked back!
Vote for Bernie in 2016!
cmd prompt as admin
echo vortex-win.data.microsoft.com 127.0.0.1 >> C:\temp\set.txt
echo settings-win.data.microsoft.com 127.0.0.1 >> C:\temp\set.txt
type C:\temp\set.txt >> C:\windows\system32\drivers\etc\hosts
Shouldn't that just blackhole sending of telemetry data? Or have I missed something...
NSA and other military agencies nab this data by duplicating upstream fiber optic cable signals.
Additionally, information is nabbed by court orders.
Another way to get it is system implants.
A forth way is satellite interferometry, essentially copying it 1:1 by van eck Electron spin resonancing it. :)
obamasweapon.com
IMPORTANT ONE IS GROUP POLICY (gpedit.msc):
Since when is gpedit.msc included with Windows 7 Home Premium, Windows 8 (home), or Windows 10 (home)?
It appears to be lists of sites to block and such for our host files and routers.
https://github.com/WindowsLies/BlockWindows
Windows User #1: What happen ?
Windows User #2: Somebody set up us the patch.
Windows User #3: We get data link.
Windows User #1: What !
Windows User #3: C Drive turn on.
Windows User #1: It's you !!
MICROSOFT: How are you gentlemen !!
MICROSOFT: All your base are belong to us.
MICROSOFT: You are on the way to destruction.
Windows User #1: What you say !!
MICROSOFT: You have no chance to survive make your time.
See subject: It would cure that, MOST likely, & easily enough... look out for any possible GUID work though (haven't looked @ the section myself here, even though I use Win7 Pro).
APK
P.S.=> There ya go... apk
i'm sure a lawyer could be had. they'd drool at the chance to sue M$.
Hope nobody here is a system administrator at a hospital or doing contract work for a medical specialist.
When are you stupid Windows using fucktards going to realize that you have a perfect, free and open replacement for Windows in UNIX... specifically FreeBSD and LINUX (most generally represented by the truly independant major parent "distros" of Arch or Debian as ones that matter, or Fedora / Suse for corporate types).
EVERYTHING you could possibly ever want to do on Windows can be done on UNIX today, or you can write free and open code to do it.
Who gives a fuck what Windows piece of shit braindead box like you you use at work.
Use your goddamned brain at home.
And that doesn't mean wasting your life and money away playing fucking Windows games either.
If you're going to waste your life on games, at least save your money, there are plenty in UNIX.
I just checked for installed updates on my Windows 7 64-bit Home Premium OEM copy and there is nothing by those names. I also checked my windows update program and there are no available updates. I also checked my calendar and it's not Tuesday. So I guess the story headline is actually one giant lie then, huh? I'll be sure to eliminate these updates from the list of possible ones to install WHEN THEY ACTUALLY LAUNCH.
Until some bit of Windows 10 code outside any admin-modifiable service or applet decides to silently re-enable everything you disabled via group policy, even if you're blocking all updates. Learn forceware software design, m8.
so the date is wrong
it showed as recommended
guess what numbers I'll be looking for every time I get pestered to run updates
Anybody else reading this in Europe ?
I suggest you do what I did. Contact the EU Data Commission and demand they take action against Microsoft spying on their users. This is not acceptable in any way, shape or form and is illegal in Europe.
Seriously. If enough people get off their arse, complain, and keep complaining this shit will get thrown out of Europe. We still have some notion of the respect of an individuals privacy and aren't ruled by corporations to quite the same extent as the US.
Why are you still reading this ? Go and make a formal complaint NOW.
Why do so many people think that HOSTS is an appropriate way to modify their DNS systems? How many of those tens of thousands of entries can be obviated with wildcard entries? What part of this 'quick and dirty' solution is quick, and why is this horrible hack justified?
gpedit.msc - doesn't exist on Home Prem systems.
This should be good for government contractors. You know, the companies that are required by the US government to lock down all of their networks so they can guarantee none of the outgoing data is illegal exports of sensitive data?
See subject & -> http://yro.slashdot.org/commen... as I covered a way around that for "home" versions (less than Windows 7 Pro) of Windows 7.
* :)
APK
P.S.=> That SHOULD work (it's also how I merge in new firewall rules quickly - yet another way to effectively use .reg file exports for import/merge for QUICK results that work)... apk
Guess what is now blocked at the edge of my network?
Both my Win 10 and Win 8.1 laptops blue screened this weekend after updates. Coincidence?
I can't reproduce your claims, nor find evidence of it happening on Google with regards to GPOs.
The closest thing I am aware of is Windows resetting GPOs on a system upgrade (as opposed to updates). But that has been expected behaviour since Windows 2000.
I'd recommend you take at least the Microsoft course 50255C (or a more modern) to learn how GPOs work from a Microosft learning partner.
Change is certain; progress is not obligatory.
See subject & this (for the 3rd time now) -> http://yro.slashdot.org/commen...
APK
P.S.=> ... And, "there ya go" - should do the job nicely & easily enough... apk
Curious question - what sort of data are they collecting? We've all seen the crash pop up and "send this data back" (which most ignore).. is it just that data or more? Has anyone skimmed what is being sent?
"All distros" do NOT send use data back. That is pure FUD.
Canonical is the worst - and they deserve their reputation. Everything you type into the search/launcher under Unity gets sent to Amazon and a few other search engines. Remove unity-lens* to stop it. 1 command.
I run Ubuntu Server and add openbox as the GUI. Hate Unity, Without unity DE, this watching is gone. LXDE, Mate, XFCE do not include the remote search stuff.
2nd, people give up lots of data with their DNS queries. Why would you use google as a DNS provider? Srsly?!!!!! Feed the bear - sure. Bing search is a complete joke to me. It never finds anything I want. startpage.com FTW!
3rd, NTP - most distros have DNS entries for their NTP pool servers around the world. MSFT does this too, but they didn't invent it. Do you mind if they know you have a system running on an IP? That's all NTP provides - total count and approx location. On my balance, they are allowed to know I run their software when it is free. If I'm paying, that is completely different.
Any OS with an AD nework built-in is just crazy.
Debian doesn't trace anything.
TinyCore doesn't trace anything.
None of the Linux distros will ignore hosts file entries. NONE! MSFT doing that is just crap. The fact that malware can change the hosts file so easily on Windows is a different issue.
I want easy access to 3rd party services, but I don't want the OS to watch me. Before these updates, MSFT was doing a good job, though I never plan to give them another dime.
They screwed my only remaining need for Windows when they broke media center schedules in July 2015. 2 systems broke and have never worked again. Sure the OS still works, but without schedule data for Media Center, both are worthless to me. I took it as they wanted to fire a customer. Message received.
In the control panel for Win8, there is an option under Action Center to disable the customer experience improvement program. Then under Services, it is possible to stop and disable the Diagnostics Tracking Service. Not sure if these actions disable all the telemetry, but thinking this is part of the solution to have the updates present with the reporting function turned off. Cheers!
Well all i can say is thanks for the heads up being a Win 7 user, i/we am not forced to install any updates. You win 10 people, not so lucky.
Jack of all trades,master of none
you give us 3 updates by id then claim there are 4 updates?!?!?
The end of innovation? Innovators become homeless and can't breed?
Every single original thinker dead within 3 generations?
Thank you Microsoft.
something something proxy bypass something something owned.
Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
Cool something, bro.
Change is certain; progress is not obligatory.
What baffles me the most about this update string is how they are classified under Windows Update.
All three of them, one right after another, are under Windows Update in the "Important" category. They're listed as "Update for Windows 7 for x64-based Systems (KB- etc.)"
This means that all three of them get installed automatically if your computer is set to receive updates. It doesn't tell you nor hint at what their true functions are unless you check 'more information' or memorize the KB numbers by heart. Surprise, the day it came out, it also bundled several OTHER perfectly innocent Windows 7 updates. Almost like they were trying to hide them amongst legit updates for your computer.
I accidentally installed mine just by having automatic updates enabled on my work computer. Last time I'll ever make that mistake.
Opt-in? My ass. It should be called as it is: Opt-out with no guarantee.
I have zero proof that uninstalling the updates actually uninstalled them. I'm going to add the list of microsoft servers to my hosts file just in case my computer was just giving me lip service about removing it. For all I know my OS is going to continue reporting back to them as if it was serving a dark lord.
So I woke up today, noticed my computer had installed updates. And then read this article.
That's when I found out that my computer had automatically installed the updates listed in the article without any input from me. I'm already listed as opt-out of customer experience programs.
No listing, no warning. They're listed under 'important'. Their titles are "Update for Windows 7", and their descriptions are "Install this update to resolve issues in Windows".
What issues might those be Microsoft? That you don't listen to my settings and instead try to opt me into your programs anyway? That's a big issue for me, I just wish there was something I could install to get rid of it.
What's funny is that the comment section has flooded with the totally-legit-people-I'm-sure defending microsoft, their best defense being "Works for me! They're listed as optional. Problem must exist with user :^)". Since I know one or two of those might likely reply to me with "You're a liar!" like they have been this entire discussion, I took a screenshot of it before I hid those updates forever.
http://s15.postimg.org/bpvrkryd7/lies.png
I think Microsoft and any other entity that wants to keep track of our information, they should have to start paying their share of the rent, share with doing the laundry, washing dishes, making sure beds are made, you know, all that stuff. They shouldn't be allowed to gather all that information at no cost to them! I know, I know, if I don't like it I don't have to use Microsoft's applications and I'm giving that consideration. Whata ya' think?