Slashdot Mirror


Microsoft's Fall Creators Update Already on More Than Half of All Windows 10 PCs (betanews.com)

Wayne Williams, writing for BetaNews: Microsoft releases two big feature updates a year for Windows 10. 2017 saw the arrival of the Creators Update in April, followed by the Fall Creators Update in October. The Creators Update was a slow and at times problematic release. A quarter of Windows 10 users still didn't have it by the time its successor rolled out. Thankfully, Microsoft seems to have learned some important lessons, and the Fall Creators Update is being installed at a much faster rate. According to the latest figures from AdDuplex, a mere two months after it launched, the Fall Creators Update (1709) is already on more than half of the Windows 10 PCs in use -- 53.6 percent to be precise. That's up from 20.5 percent a mere month ago.

2 of 140 comments (clear)

  1. I couldn't disable it. by BlueCoder · · Score: 3, Informative

    I remember it telling me it was going to update. I spent a half hour trying to figure out where to disable it before turning to the web where I spent another wasted two hours before I just gave up. I feel very violated.

  2. Helpful tip for blocking all Windows updates by nctritech · · Score: 5, Informative

    Microsoft is shady as shit and despite disabling the Windows Update service on my Pro machines I find it re-enables and demanding restarts, even restarting in violation of the "no auto-restart with logged on user" group policy, so here's a solution to blocking Windows 10 updates that works.

    Go to regedit, find HKLM\SYSTEM\CurrentControlSet\services\wuauserv, export that key to a .reg file somewhere, open an admin command prompt and "net stop wuauserv" and then DELETE that key. This disables and deletes the entire Windows Update service from the system. If you want to update, import that .reg file you saved and update. "net stop wuauserv" and delete it again when finished (you don't even need it once the settings panel indicates it needs a restart, the post-update work is done by internal Windows components.)

    Make a .reg file with these contents as a companion to your "install wuauserv.reg" and call it "delete wuauserv.reg":

    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]


    No, it's not a pretty solution and won't work for your mom and dad, but it keeps Microsoft from shooting update torpedoes up your computer's buttpipes.