Sledgehammer - Windows 10 Update Control

Discussion in 'MDL Projects and Applications' started by pf100, Nov 28, 2016.

  1. Whistler4

    Whistler4 MDL Member

    Jul 30, 2015
    205
    198
    10
    Well, the August updates are here, and even with the update service off and before any updates are installed, hidden updates have become unhidden. WUMT shows 1803 feature update available again! I think the WUMT Wrapper Script is working well to fend off MS's advances. But does anyone know how hidden updates become unhidden? Apparently, WUMT uses the MS WU process to hide updates, and that process has some time limit before automatically exposing selected updates. Where I did have 3 updates hidden, I now only have 1.
     
  2. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,045
    2,033
    90
    clearing the Windows\SoftwareDistribution folder most of the time unhides the updates
    and some updates like KB4023057 have newer revisions, meaning a newer version of that update becomes available & unhidden
     
  3. Whistler4

    Whistler4 MDL Member

    Jul 30, 2015
    205
    198
    10
    Thanks, good explanation. Why, wouldn't clearing the SoftwareDistribution folder unhide all updates, though? (For example, KB4056254 stayed hidden, while 1803 and KB4023057 were exposed.)
     
  4. Whistler4

    Whistler4 MDL Member

    Jul 30, 2015
    205
    198
    10
    Yeah, I understand from numerous forums that KB4023057 continues to get reincarnated, so I can see how it could get a new signature that Windows Update (and WUMT) would see as a new update, different from the hidden update. I think that update is included in the category pf100 referred to as update hijackers.

    I've got to admit that, as long as I've used Windows 10 Pro, I haven't used any of the Store apps, nor have I accessed the Apps & features list. Instead, being a fan, too, of Windows 7, I've ignored the Start screen in Win 8.1 and Win 10 by basically living in the Win 7 UI with StartIsBack from the get go. I also went straight to O&O Shutup 10 to block telemetry and other nuisances. When it's under control, I've found Win 8.1 to have substantive improvements over Win 7 (when using StartIsBack), and Win 10 to have substantive improvements over Win 8.1. All using StartIsBack for the interface.

    The problem arises when an update cuts the knees off an otherwise perfectly good computer, forcing the user to take, for example, such an arcane step of renaming the pcmcia.sys driver to stop a ridiculous issue of double entries in Device Manager and no network access, or to figure out other remedies for a new update-induced malfunction. MS update policy is the forced obsolescence of other people's equipment. That bulldozer approach needs to be suspended on a case-by-case basis, and the Wrapper Script lets us do that.
     
  5. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,455
    90
    #606 pf100, Aug 16, 2018
    Last edited: Aug 16, 2018
    (OP)
    The paradigm has shifted. Open source "Windows Update Manager" replacement for WUMT has been created by @DavidXanatos. It's not finished yet, but it looks very promising. I hope it works well so I can switch to "wumgr" instead of WUMT. So instead of waiting for an update for WUMT which looks like it'll never happen, we can have an open source replacement than can be updated by the author and/or community since the source code will be included.
     
  6. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    As long as wum has the same options as wumt, save links etc.
     
  7. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,455
    90
    We'll find out soon enough.
     
  8. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    Guys it's wumgr, please don't change its name. Thank you.
    I mean its abbreviation.
     
  9. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,455
    90
    I edited my post to say wumgr. Thanks for the correction, although I was hoping it was WUM so I'd only have to remove the "T" from WUMT in the name of the wrapper script. ;)
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Please keep in mind the new tool also fails like WUMT when in newer builds the CU/SSU is delivered via UUP :g:.

    In a test on 1803 it showed KB4343909 with 58,9 GB like WUMT does.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,455
    90
    #612 pf100, Aug 16, 2018
    Last edited: Aug 16, 2018
    (OP)
    Thanks for the info. I have high hopes that the author and the MDL community can fix the UUP problem. Just yesterday the thought occured to me to open WUMT and Update in Settings in the wrapper script at the same time set to check for updates. But that's a little messy and still doesn't solve the problem of uninstallable updates through Settings. If enough gurus pitch in to the development of wumgr, I believe most of these problems can be overcome.

    Edit:
    I almost forgot. I can start the same or similar update check the same as the settings app alongside WUMT by using:
    Code:
    PowerShell.exe (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
    I haven't tried it yet, and I may need to edit the command to edit "AutoUpdate" I just want to check for updates, not automatically install them. I need to test this.
    In case you're wondering,
    Code:
    wuauclt /resetauthorization /detectnow
    to check for updates doesn't work anymore.

    I only mention all this because I've noticed that if I run WUMT in the script and Settings > Update at the same time I get better results than WUMT alone. WUMT alone sometimes won't show an available update when the settings app will. And when the Settings app finds the update, it'll show up in WUMT.
    So to sum it all up, I may get better results with running the powershell command immediately before I start WUMT in the wrapper script.
     
  12. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    Hopefully they do now this tool wumgr has open source.

    Edit: Nah, I'm very sure they will.
     
  13. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    Even if they dont they will die trying. :)
     
  14. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    So, it's the final cut for WUMT...:(
     
  15. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    MS keep changing things and programs need to keep up.
     
  16. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,455
    90
    Not yet. Only when wumgr works better than WUMT. THEN it's the final cut. What's standing in the way right now is the UUP Problem but he's working on it.
     
  17. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    Have you discovered that on your own? LOL :D
     
  18. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
  19. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    No sheeit buddy :tooth: