Slashdot Mirror


Ask Slashdot: Make Windows Update Install Only Security Updates Automatically?

An anonymous reader writes: After the news earlier this month about Microsoft forcing the Windows 10 upgrade on people who don't want it, my sizeable extended family has been coming to me for a solution. They don't want to be guinea pigs this early in the Windows 10 release cycle, but it looks like Microsoft may not be giving them a choice. My reading of Woody Leonhard's advice is that the only way to ensure the upgrade doesn't happen is to disable Windows Update, but that seems extreme. I want my family to install security updates, but I don't relish the idea of explaining to them how to install just those and hide the less-desireable updates.

The ideal solution would be to have only security updates install automatically, but it looks like it's easier said than done. I've looked at third-party tools like Autopatcher and Portable Update, but a security-only option doesn't seem to be very standard. From what I've read, Microsoft doesn't even package security updates separately, sometimes mixing merely Important and Recommended updates in the downloaded CAB file. I wish I could get them off Windows, but it's not an option. They use Windows at work or school, and don't want to go through the process of learning another OS. Maybe the current situation with Windows 10 will convince them eventually, but they need something now. I would really like to come up with a solution before the next Patch Tuesday on October 13. Do any of the more knowledgeable Slashdotters out there have any advice?

48 of 288 comments (clear)

  1. Fail idea by drinkypoo · · Score: 5, Insightful

    If any number of people did this, then Microsoft would just push a "security" update that offered you Windows 10 or installed spying on the basis that they could somehow offer you more security. "KB6666666 - improve security by making windows phone home at every opportunity"

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:Fail idea by i.r.id10t · · Score: 2

      Isnt this what they did for the notification anyway?

      --
      Don't blame me, I voted for Kodos
    2. Re: Fail idea by Anonymous Coward · · Score: 5, Informative

      Now, of course, I read the descriptions.

      Don't worry, Microsoft has a solution for that: with Windows 10, they simply don't offer descriptions. They've also started bundling feature updates and security updates into single patches. Probably. From what people have been able to determine that existing patches do.

      There's no reason they can't decide to start doing that for all updates. Will KB414140 force you to install Windows 10? Include telemetry? Fix a zero-day exploit that's being actively exploited? All of the above? Who knows!

    3. Re:Fail idea by Z00L00K · · Score: 4, Insightful

      It's time to start asking the question about "security" updates - is it for you or for Microsoft they improve the security?

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    4. Re: Fail idea by FatdogHaiku · · Score: 2

      There's no reason they can't decide to start doing that for all updates.

      There might be. For instance. Microsoft might have contractual obligations to release those patch descriptions publicly for Windows 7. They've kept whole operating systems going past EoL to handle government contracts before.

      As far as I know, the US Navy is still paying $9,000,000 a year for XP support, but that is set to end in June of 2017.
      XP Point of Sale systems support also ends in 2017.

      --
      You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
    5. Re: Fail idea by FeriteCore · · Score: 5, Interesting

      They already do this by offering totally meaningless descriptions. Reading descriptions does no good when they contain no actual information.

    6. Re:Fail idea by Carewolf · · Score: 2

      Isnt this what they did for the notification anyway?

      Almost but it wasn't a security patch.

    7. Re: Fail idea by Hognoxious · · Score: 2

      Why would a contract to provide extended service (no doubt for a hefty fee) to party Y oblige you to provide it to party Z?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    8. Re: Fail idea by arglebargle_xiv · · Score: 2

      You have to go through an extra level of indirection, if you go to the description it's always something like "This fixes some stuff", but if you then follow through to the KB article you usually get the details of what's actually being done.

  2. Sorry Friend by Ol+Olsoc · · Score: 3, Insightful
    When you opt for the Windows experience, you gonna get whatever experience they want you to get.

    But any way I know of of blocking any updates blocks all of them. like pulling the cable or disabling wifi.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  3. I was going to suggest Debian GNU/Linux. by Anonymous Coward · · Score: 2, Insightful

    I was going to suggest Debian GNU/Linux as an alternative OS, but then I remembered how I was treated like a filthy guinea pig when Debian decided to transition to systemd. When I upgraded my Debian testing (which, contrary to its name, has little to do with testing and has historically been far more stable than even the stable releases of other Linux distros) workstation and systemd was unexpectedly installed, everything went to hell. My workstation wouldn't boot, the error logging was all fucked up, and all I found when googling for help were many other complaints about various problems from many other victims.

    Knowing how frustrating it can be when an operating system provider ends up trashing an existing installation through what should be routine updates, I realized that I could not possibly recommend Debian. Perhaps the submitter could do what I did: switch to FreeBSD. It's a mature, reliable, robust operating system that can still run a wide variety of the software that runs on Linux. Its developers care deeply about not damaging existing installations. FreeBSD has shown itself to be the future.

    1. Re:I was going to suggest Debian GNU/Linux. by drinkypoo · · Score: 5, Insightful

      Knowing how frustrating it can be when an operating system provider ends up trashing an existing installation through what should be routine updates, I realized that I could not possibly recommend Debian. Perhaps the submitter could do what I did: switch to FreeBSD.

      Well, there's also switching to Linux Mint, which is what I suggest at this time. I'll probably keep advocating that at least up until they decide what to do about systemd in the long term. Hopefully, longer.

      FreeBSD has shown itself to be the future.

      It's not even the present if you want a decent nVidia driver or if you want to run vmware, which I still use to handle some cases that make KVM shit itself. Other than that, I have nothing against it, but that's enough to make it a show-stopper for me. Linux also runs on more hardware, and I prefer to have more or less one OS on everything for my convenience. My router runs Linux, my NAS runs Linux, my desktop (not the gaming one, but anyway) runs Linux, my handhelds even run Linux, albeit a kind of wacky version thereof. Oh yeah, got a fire stick coming, that runs Linux. All my game consoles with ethernet ports run Linux when I want them to, except for the 360... which I am probably about to donate to someone who lost all their shit in the recent fires. Guess I should put the screws back in it just in case they ever drop it.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:I was going to suggest Debian GNU/Linux. by rl117 · · Score: 2

      nVidia do provide a FreeBSD driver. (I wish AMD did the same, since the xorg drivers are currently not supporting the latest cards.)

    3. Re:I was going to suggest Debian GNU/Linux. by drinkypoo · · Score: 2

      nVidia do provide a FreeBSD driver.

      When Ubuntu and Debian went systemd I looked into FreeBSD and found that the FreeBSD driver lags considerably and generally doesn't work as well as the Linux driver. So I decided to stick with Linux for my desktop Unix needs. I may explore FreeBSD for headless servers in the future, but I have a Debian system with systemd pinned away which is still working OK for me.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  4. Sorry, but you're screwed by Irate+Engineer · · Score: 4, Insightful

    You'll get what Microsoft wants and like it, or not - they don't care about your preferences anymore.

    If you want to send them a message, stop buying their software. This is a less painful option than it used to be, believe it or not.

    --

    Left MS Windows for Linux Mint and never looked back!

    Vote for Bernie in 2016!

    1. Re:Sorry, but you're screwed by jez9999 · · Score: 2

      LOL

    2. Re:Sorry, but you're screwed by LVSlushdat · · Score: 4, Informative

      You'll get what Microsoft wants and like it, or not - they don't care about your preferences anymore.

      If you want to send them a message, stop buying their software. This is a less painful option than it used to be, believe it or not.
      --

      Not only stop buying, but STOP USING their software.. The reason Windows 10 is free is because YOU ARE THE PRODUCT that MS is *selling* to
      anybody with the right # of $, plus I have to imagine they're in tight with the NSA, since the NSA needs to fill that giant datacenter in Utah, and what better
      data than EVERYTHING you type, say and see on the computer that *used* to be YOURS and now belongs to MS.. Its a proven fact that 10 keylogs and captures large quantities of video/audio from any microphones/cameras on said system.. I used/admin'ed Windows for over 25 years (1991-2010) and when I retired I swore I'd quit using MS products and stay on Linux. It pains me to see how Americans have become nothing but lemmings running full-tilt off the cliff when it comes to computers... I have no fear either, that *if* enough of us non-lemmings skip sucking on MS's tit, and instead use of the many Linux/BSD distros, it won't be long before we're branded terrorists by this "government".... Hope I'm dead and buried by then (65 now..)

      --
      THANK YOU, Edward Snowden!! Americans owe you a debt of gratitude (whether they know it or not..)
    3. Re: Sorry, but you're screwed by binarylarry · · Score: 2

      Bro, you also forgot to change MS to M$!

      --
      Mod me down, my New Earth Global Warmingist friends!
    4. Re: Sorry, but you're screwed by geoskd · · Score: 2, Interesting

      Stop buying their software? Windows 10 is free, nobody has to buy it.

      Just because you didn't give them money up front, doesn't mean there aren't other costs associated with using the products. One has to ask how long before microsoft starts selling advertising services to customers that can't be blocked because its the OS that’s feeding you the ads? Only way out is to buy enterprise edition? Guess what, that costs $200 per seat, and unlike past generations of PCs, when you buy a PC now, you're getting the free version of windows, so now that $500 PC is actually going to cost you $700 to get what you used to get. You as the tech support guy need to warn your friends and family that this is what they have signed up for with windows 10. Beyond that warning, refuse to support it, and tell grandma that you would be happy to install Ubuntu or Debian, or some other such that really *is* free.

      As long as you keep trying to do free tech support for microsoft, they're going to keep shitting on people like you. If the product doesn't work, why are you fixing it for microsoft? tell the people that if they have trouble they need to contact microsoft for tech support, and when microsoft refuses, that's when you offer one of the Linux variants.

      --
      I wish I had a good sig, but all the good ones are copyrighted
    5. Re:Sorry, but you're screwed by Anonymous Coward · · Score: 2, Informative

      Just out of curiosity, why don't you just use turbotax's website? It's just a bunch of forms anyway. Even on my Windows devices I never had to download anything.

    6. Re: Sorry, but you're screwed by Anonymous Coward · · Score: 2, Informative

      Patently false. It is free for one year to those who validly bought Win 7/8. It reatails for $119/$199 for Home or Pro if you need a fresh license.

  5. Server and SCCM? by buckfeta2014 · · Score: 3, Interesting

    SCCM can push patches whenever the admin feels like it... maybe this would work for you? Although it would require setting up the server somewhere.

    --
    Buck Feta. You know what to do.
  6. run and hide by denbesten · · Score: 5, Interesting

    Unless you wish to become the IT department for your sizeable extended family, don't touch this. The moment you take over patch management is the moment that others (Microsoft, Geek Squad, MS Fixit, etc.) cease being able to fix minor problems when their PCs go goofy.

    If you do want to become the IT department, look into Microsoft's Enterprise solutions. They continue to allow personalized patch management there.

  7. Windows 7 EOL is coming soon by 140Mandak262Jamuna · · Score: 3, Informative
    According to microsoft policies Windows 7 is already out of mainline support. It will have extended support till 2020. But according to its own policies, win7 should be getting only security updates, no "improvements" nor "enhancements". So in a just and fair world, you should get only critical security updates alone for Windows 7.

    But, as Scar told the mouse, "Life isn't fair, is it?".

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Windows 7 EOL is coming soon by Kjella · · Score: 4, Informative

      That Win7 EOL is "coming soon" is a pretty good exaggeration. Very soon now Ubuntu 15.10 is being released, you'll have 16.04 LTS, 16.10, 17.04, 17.10, 18.04 LTS, 18.10, 19.04, 19.10 and 20.04 LTS before Win7 expires. Ten distro versions and three long time support releases later, a lot could change between now and then. I switched to Linux back in early 2007 because Vista was terrible but returned to Win7 in late 2010 mainly because of gaming. And I do have a laptop upgraded to Win10, unlike Vista it's not a bad OS except it comes with too many bundled privacy invasions. The OS is stable, the drivers work, IO handling seems faster, technically I haven't found any reason not to upgrade.except the anti-features.

      --
      Live today, because you never know what tomorrow brings
    2. Re:Windows 7 EOL is coming soon by LVSlushdat · · Score: 3, Insightful

      According to microsoft policies [microsoft.com] Windows 7 is already out of mainline support. It will have extended support till 2020. But according to its own policies, win7 should be getting only security updates, no "improvements" nor "enhancements". So in a just and fair world, you should get only critical security updates alone for Windows 7.

      But, as Scar told the mouse, "Life isn't fair, is it?".

      WHO THE FUCK CARES if it gets no "improvements" nor "enhancements"... 7 was the last tolerable Window s version, and if you can keep that insidious "telemetry" crap off of it, it should be good for the next 5 years or so, if for *some* reason you HAVE to stay on Windows...

      --
      THANK YOU, Edward Snowden!! Americans owe you a debt of gratitude (whether they know it or not..)
    3. Re:Windows 7 EOL is coming soon by Anonymous Coward · · Score: 2, Insightful

      Run your work and personal stuff in Linux, only run games with Windows 10 (or buy a console). I don't understand why people find this such a difficult concept.

  8. Threat Model Failure by Gim+Tom · · Score: 3, Interesting

    The "conventional wisdom" of having automatic updates on is to keep the huge ecosystem of windows desktops and laptops at least reasonably up to date, especially as to security issues, and this has to some extent worked. However, this new policy of trying to cram windows 10 down everyone's throat is beginning to have the opposite effect. Many people I know, myself included, have disabled automatic updates and more will follow. I have been asked many times how to stop upgrading from Windows 7 to Windows 10 and about the only answer I can give is either to turn automatic updates off or switch to Linux. Since few people are willing to move to Linux this change by Microsoft is actually increasing the threat from people using windows platforms.

    Now in Windows 10, with no indication of what a given update may contain or do it opens the door to just about anything on those machines. Somehow this makes me think of the recent unpleasantness that Volkswagen has unleashed upon itself. Just trust me to do the right thing. I am not a great admirer of Regan, either as an actor or politician, but one thing he said was on the mark. "Trust but verify."

    1. Re:Threat Model Failure by fahrbot-bot · · Score: 3, Interesting

      I am not a great admirer of Regan, either as an actor or politician, but one thing he said was on the mark. "Trust but verify."

      Although, according to Wikipedia, Trust but verify was originally a Russian proverb taught to Regan by an adviser:

      Suzanne Massie, a writer on Russia, met with President Ronald Reagan many times between 1984 and 1987.[1] She taught him the Russian proverb, "doveryai no proveryai" (trust, but verify) advising him that "The Russians like to talk in proverbs.

      --
      It must have been something you assimilated. . . .
  9. Downloading != Installing by sanf780 · · Score: 4, Interesting

    Let us assume Windows is downloading Windows 10 automatically, even if you did not reserve it. Do you get Windows 10 installed by doing the typical "You need to restart your computer in order to get security updates"? If that is not what happens, then the only thing wrong is downloading 3.5GB worth of unwanted data. It is still wrong, though. I do not think people are installing Windows 10 without ever clicking on YES somewhere. I am sure it is the user's fault if they click. It is always the user's fault if they install unwanted/malware software that was bundled with other software by clicking a YES button.
    So, do not spread wrong rumours, pretty please. I have not heard of anybody installing Windows 10 without his/her consent.

    1. Re:Downloading != Installing by ITRambo · · Score: 4, Interesting

      You are incorrect. I have a couple of customers that had Windows 10 install automatically while they were away. They claim to never have authorized this. One of my own workstations kept trying to install Windows 10 as an update for Windows 7 Pro, until I turned off Automatic Updates. A second identical workstation hasn't done this. It may be random. You have too much faith in Microsoft software being infallible. All software is buggy. You don't need to click YES this time around. PC's having Windows 7 replaced with Windows 10 with no user input is real. On the other hand, I've had a couple of customers that had broken Windows 7 installations. After making drive images, I got their okay to upgrade to Windows 10. In each case the PC ran much better and the problems. broken IE11 for one, were fixed. So, Windows 10 is a mixed bag. I like it when it's not being force fed.

  10. Install Linux by Greyfox · · Score: 4, Interesting
    The slashdot knee-jerk response is "Install Linux". But it might actually be time to have that conversation. You don't feel your OS vendor has your best interests in mind and is trying to jam some crap you don't want down your throat. Do you stick with them because they're familiar or do you switch vendors? The answer is going to be different for everyone. My parents use their computer as a dumb terminal to the internet, use OpenOffice.org for the few documents they do write and they aren't gamers. I could switch them to Linux and they'd never notice the difference. People with a lot of games, photography professionals who have to run Photoshop and people who do video editing might have a different answer.

    Of course, you don't have to install Linux. Maybe some people would be happier with Apple. You run into a lot of the same problems with them -- Apple looks out for Apple. I got tired of beating my head against my computer to make it work in the mid 2000s and ran Apple hardware for nearly a decade. You plug their shit in, it just works. It's tempting. But even more than Microsoft, their software thinks it knows how you should be working and it's difficult or impossible to do anything differently. You start banging your head against your computer again, and at least with Linux when you do that, you damn well can make the system do what you want it to. Apple's gaming scene when I was using them was only marginally better than Linux's -- you could make a couple of big MMOs and some decade-old games work with their systems.

    You could also go with FreeBSD. I don't know a lot about them, but with the whole systemd debacle, a lot of people are moving in that direction now. I'd have to set it up and run it for a while before I could recommend it to relatives.

    So that pretty much leaves me with Linux. If you're moving away from Microsoft because you don't like their agenda, you probably don't want a commercial distribution of Linux, either. Find one with an active community that has politics you like and go with them. Or just decide that maybe you can put up with Microsoft's bullshit after all. That's your choice, right there, and you should be able to talk intelligently with your relatives about it.

    You don't have to stay there once you make that move, either. I've just about eliminated all the Apple stuff I had going on -- my old Core 2 Duo Macbook is running Linux and my destop dual boots windows and Linux. I'm still booting back to Windows for the games collection and because getting files off my Android phone is easier with Windows. I prefer Kdenlive in Linux for editing my GoPro videos, but I mostly just clip a bit off the front and back of the video and tweak the contrast and sharpening.

    The point is that for all these things you always have that choice. Live with your current vendor's bullshit or find some vendor whose bullshit you can tolerate.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Install Linux by LVSlushdat · · Score: 2

      NO KIDDING!! I'm a retired Linux/Windows admin, and I run a tiny local business doing "Windows Janitorial Services" and "upgrading" systems to Linux. The "company" is me and two other guys I knew from my last company prior to retirement. I started the "Linux upgrade" thing with several neighbors who had gotten their older XP systems munged up with a large amount of malware, and had no recovery disks. I gave them a choice: Linux or a new system, as I didnt think they'd appreciate a bll for umpteen hours of cleanup when in their case, it was a "nuke/repave" the system. I gave them an Ubuntu LiveCD and had them run on it a few days.. They approved the install and word spread.. Since this first one around 2010, I've done over 30, all by word of mouth.. Now I'm getting calls about the privacy implications of Windows 10 on a new system the caller just bought.. Once again, the olde "LiveCD" for a couple of days to see if they can do their system use-case on Linux.. So far, I've upgraded several brand new systems that came with 10, and the owners have been quite happy with it.. I suspect as more and more people understand the privacy implications of Windows 10, I could have more business than I know what to do with...

      --
      THANK YOU, Edward Snowden!! Americans owe you a debt of gratitude (whether they know it or not..)
  11. Huh by koan · · Score: 2

    First, if they are moving from 7 to 10 they are learning a new OS, and if they are on Win8 they have already been under the auto update yoke.

    Second, they are more likely locked into a program rather than a OS, consider what it is they have to run on Windows, is there an equivalent in Linux?

    If so, the "learn a new OS" complaint (while valid) isn't as hard as they might think these days, there is a sort of "start button" and there is a menu and it should not be that difficult.

    The main thing I would stress, if they are on Win 7, is why update? Does it do what you want? Then leave it be and in time there will be a solution offered to make win10 more palatable for them.

    Too many people got caught up in the "free upgrade" and I already hear complaints on the gaming servers, lots of regret there and very few "it's better stories".

    The whole Win10 thing seems like MS making it easier for themselves while beating up and robbing their customers (of personal data).

    --
    "If any question why we died, Tell them because our fathers lied."
  12. They need educatiing... by CaptainOfSpray · · Score: 3, Informative

    They "don't want to go through the process of learning another OS".

    What do they think moving to Win 10 will be like?

    Move them to Linux Mint Cinnamon, that's more like what they are used to than any of Win 7, Win 8, or Win 10.

    --
    "Cock Up Your Beaver" does not mean what you think. This sig is intended to clog filters and annoy do-gooders
  13. Zorin OS for Windows users by nickweller · · Score: 4, Informative

    "Zorin OS is a multi-functional operating system designed specifically for Windows users who want to have easy and smooth access to Linux."

  14. DisableGWX by Deathlizard · · Score: 2, Insightful

    First off, If there's no reason not to upgrade other than FUD, then they should update. 7 only has a little more than 4 years left and is already in extended support and windows 8/8.1 interface is crap vs 10. If they're worried about being spied on stay with a Local account and don't setup a Microsoft account. It will only take the same telemetry that they've been doing since the customer experience program in vista, which you can then turn off. That being said MS shouldn't have started downloading the OS on PC's without explicit reservations but even that can be disabled.

    Easiest method to disable windows 10 from updating is to use the DisableGWX Policy setting. This site's Method 3 will walk you through setting the registry key. Microsoft Also has some other blocking methods as well.

    If you just want security patches from that point forward go to windows update settings and uncheck "give me Recommended updates the same way I receive important updates"

    1. Re:DisableGWX by drinkypoo · · Score: 4, Insightful

      First off, If there's no reason not to upgrade other than FUD,

      Look, shill, Microsoft actively spying on users isn't FUD. It's not a fear, because they're doing it. It's not uncertainty, because they're doing it. And it's not doubt, because they're doing it.

      Easiest method to disable windows 10 from updating is to use the DisableGWX Policy setting

      That is not the question, which the summary makes obvious, since the poster mentioned Windows 10 attempting to install itself. Clearly they want to avoid Windows 10.

      If you just want security patches from that point forward go to windows update settings and uncheck "give me Recommended updates the same way I receive important updates"

      The problem, as I pointed out in the top comment in this thread, is that you cannot trust Microsoft not to put other things into "Security Updates". This is especially true on Windows 10 where they are providing less information about what is actually in patches than literally ever before, as pointed out by a comment in that part of this thread. So no, that doesn't work.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  15. Re:WSUSOffline by drinkypoo · · Score: 2

    Have a look at WSUS Offline. It does more or less what you're asking for, although you do have to run the collector and client manually every post patch Tuesday.

    No, there is no more patch Tuesday. And also no, because you cannot trust Microsoft not to put spying or Windows 10 "upgrading" into a security patch.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  16. Re:Corp version? by drinkypoo · · Score: 3, Informative

    Can't you pick and choose updates with the corp version? Only home edition forces them on you.

    You can pick and choose updates in the home version, too. By default, you get all updates, including recommended ones. But you can tell it to just notify you and not download or install updates. Then you can run windows update manually, and click on each patch, then click the link for more info, then read about it in your web browser. If you don't want an update, you can hide it in windows update, and it will no longer appear and you will no longer be nagged to install it. All very straightforward, except that useful patch descriptions aren't actually given in the windows update app, you have to keep going to the browser. And microsoft will no longer give you that information without enabling javascript for their domain, their basic site functionality now requires javascript, either because they want to run malicious code on your PC or because they are completely incompetent and forgot how to put content into a webpage without javascript, take your pick.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  17. Re:easy by jmccue · · Score: 2

    Or Slackware -- just about any distro would make a good replacement for most people, but the few times I did that, all I heard "not like windows, windows is better" and the whining begins :) Now I do not care what people want to run, just do not call me.

  18. Microsoft already has a solution for this... by sweet+'n+sour · · Score: 2

    Microsoft has two versions of Windows 10 for volume license users: CB and LTSB.

    CB (Current Branch) is the same as what the home users have to deal with.
    LTSB (Long Term Service Branch) however does things differently.

    "For example, systems powering hospital emergency rooms, air traffic control towers, financial trading systems, factory floors, just to name a few, may need very strict change management policies, for prolonged periods of time. To support Windows 10 devices in these mission critical customer environments we will provide Long Term Servicing branches at the appropriate time intervals. On these branches, customer devices will receive the level of enterprise support expected for the mission critical systems, keeping systems more secure with the latest security and critical updates, while minimizing change by not delivering new features for the duration of mainstream (five years) and extended support (five years)."

    Source: Windows 10 for Enterprise: More secure and up to date
    https://blogs.windows.com/busi...

    The only other solution I can think of would rely on setting up a WSUS server, and managing the updates from there. The OP would then just need to change some registry settings on his family's computers to point to his WSUS server for updates.

    Instructions: Configure Automatic Updates using Registry Editor
    https://technet.microsoft.com/...

  19. Re:Fail idea - I don't do Windows... by CaptainDork · · Score: 2

    So, in other words, because you're incompetent at Windows, Trabant, and 1960s VW Beetle.

    --
    It little behooves the best of us to comment on the rest of us.
  20. How to disable GWX and Telemetry by Yer+Mum · · Score: 4, Informative

    The three registry keys to disable GWX and the GWX advert in Windows Update are these...

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]

    "DisableGwx"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]

    "DisableOSUpgrade"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]

    "ReservationsAllowed"=dword:00000000

    Then open an elevated command prompt (search for cmd in the start menu, right click and Run as Administrator) and uninstall the following telemetry KBs...

    wusa /uninstall /kb:3068708 /norestart
    wusa /uninstall /kb:3022345 /norestart
    wusa /uninstall /kb:3075249 /norestart
    wusa /uninstall /kb:3080149 /norestart

    In Control Panel > Windows Update > Change Settings, untick "Give me recommended updates the same way as I receive important updates" as some optional updates have been used to send down unwanted GWX/Telemetry updates.

    Also in Control Panel > Windows Update, search for updates, then view the optional ones, then hide three of those KBs above (3022345 shouldn't appear as it's superseded) by right-clicking on them and choosing the hide option.

    Now reboot the computer, search for CEIP in the start menu, run it, and change the setting to disable telemetry to MS.

    If the C:\$WINDOWS.~BT then your computer is downloading Windows 10 in the background. Search for CleanMgr in the start menu and run it to remove the "Windows Update temporary files" category. Although that may unhide those three KBs above and you many need to rehide them.

    Telemetry info from http://www.ghacks.net/2015/08/28/microsoft-intensifies-data-collection-on-windows-7-and-8-systems/

    Unless MS send a recommended update which adds more GWX or Telemetry stuff to Windows 7/8, your extended family's computers will look after themselves from now on.

  21. Use Enterprise version by Anonymous Coward · · Score: 2, Informative

    If staying on Windows is a must, simply get the Enterprise version. It allows to manage the updates the updates the way it was in Windows 7.

  22. As easy as pie. by westlake · · Score: 2, Interesting

    What do they think moving to Win 10 will be like?

    A piece of cake?

    In Steam's August Hardware and Software Survey,16% of Steam gamers were running 64 Bit Win 10, a bare 0.92% Linux. Steam Hardware and Software Survey: August 2015

    Worldwide usage of Windows 10 in its first calendar month (August) was 4.9% compared to 1% for Windows 8 and 4.1% for Windows 7 after their first complete month.

    Windows 10 first month worldwide usage well ahead of that recorded by Windows 8

  23. Re:It will NOT install automatically by squiggleslash · · Score: 2

    Or not.

    Any reason beyond out of control paranoia why you'd think Microsoft would do something so outrageously destructive? Remember: forced updates mean forced incompatibilities. A sizable minority of the population will find their PCs unfit for purpose the moment Windows 10 is installed on it.

    The lawsuits would bankrupt Microsoft in a matter of weeks.

    --
    You are not alone. This is not normal. None of this is normal.
  24. FYI: List of Win10/Telemetry updates by Beeftopia · · Score: 2

    Just an FYI, as this is a Windows update thread which is trying to avoid Win10 nagware + telemetry. These are the updates I've identified so far. Feel free to add/update the list:

    KB 2952664
    Compatibility update for upgrading Windows 7
    https://support.microsoft.com/...

    KB 2976978
    Compatibility update for Windows 8.1 and Windows 8
    https://support.microsoft.com/...

    KB 3022345
    Update for customer experience and diagnostic telemetry
    https://support.microsoft.com/...

    KB 3035583
    Update installs Get Windows 10 app in Windows 8.1 and Windows 7 SP1
    https://support.microsoft.com/...

    KB 3068708
    Update for customer experience and diagnostic telemetry
    https://support.microsoft.com/...

    KB 3075249
    Update that adds telemetry points to consent.exe in Windows 8.1 and Windows 7
    https://support.microsoft.com/...

    KB 3080149
    Update for customer experience and diagnostic telemetry
    https://support.microsoft.com/...