Windows Update MiniTool

Discussion in 'MDL Projects and Applications' started by shewolf, Sep 3, 2015.

  1. Katinka1

    Katinka1 MDL Novice

    Dec 16, 2016
    35
    0
    0
    Hey There :)

    As I understand, the regular WIndows updater wants you to install SP1 (on Windows7 RTM) before it gives you more updates to choose from. Does this mean, with this software, I can download all updates post SP1 without having to install SP1 first?
     
  2. moderate

    moderate MDL Guru

    Aug 31, 2009
    2,787
    2,302
    90
    no. it is just another WU frontend, however more advanced.
     
  3. Katinka1

    Katinka1 MDL Novice

    Dec 16, 2016
    35
    0
    0
    It will however prevent forced updates like SP1 on W7-RTM machines?
     
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    2,787
    2,302
    90
    With "Automatic Updates" option set to "Disabled" (within WUMT), yes.
     
  5. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    Short answer : no.
     
  6. Katinka1

    Katinka1 MDL Novice

    Dec 16, 2016
    35
    0
    0
    A few questions;

    1. If I use offline mode, wssusscn2.cab is used, but it will still make contact with external Microsoft update servers ?

    2. If wsusscn2.cab is used, will this bypass any installed and incompatible WU update agent giving long wait times when checking for updates ?

    3. Notification Mode - user asks for a update search on Microsoft server or Microsoft notified of new updates atomatically ?

    4. Are all updates checked for download and installation, downloaded and stored locally which can be copied and used for future fresh setups?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    1. wssusscn2 is used for checking, updates still need to be downloaded from msft servers

    2. no, and the issue is already resolved with KB3138612 or kb3172605, or even the old 7.6.7600.320 agent

    3. Notification Mode = Auto check, Notify before downloading and installing any updates.

    4. no, updates are downloadd in delta differential patches, only metadata kept in SoftwareDistribution
     
  8. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,023
    10
  9. highpoint

    highpoint MDL Novice

    Jul 6, 2014
    17
    3
    0
    #709 highpoint, Mar 20, 2017
    Last edited by a moderator: Apr 20, 2017
    Would be nice if you could add feature for kb details from catalog to open in default browser. I see the hard link on the upper right corner of wumt, but would be nice to right click the update or kb# to choose between support. microsoft. com details or catalog. update details

    Code:
    catalog. update. microsoft. com / ScopedViewInline. aspx?updateid=
    Example:
    Cumulative Update for Windows 10 Version 1607 for x64-based Systems (KB4013429)
    Code:
    KB401349 = catalog. update. microsoft. com / ScopedViewInline. aspx?updateid=e29d1b22-493d-44dd-8857-7c6c7cb6d84c
    sry, forum doesn't let me post formated url
     
  10. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Why can't I see the updates for Office 2016 with this tool?
     
  11. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,625
    14,952
    240
    Maybe you have C2R Office version.
     
  12. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Yeah Volume. But updates should still work.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Are you choosing "Microsoft Update" at the left?
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. v72dd

    v72dd MDL Senior Member

    Nov 20, 2016
    445
    77
    10
    Only option is *Windows Update*.....
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. tracit99

    tracit99 MDL Senior Member

    Oct 17, 2014
    278
    105
    10
    You may need to Check for updates in WU one time and then come back to this tool.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    #719 abbodi1406, Mar 24, 2017
    Last edited by a moderator: Apr 20, 2017
    Opt-in Microsoft Update first
    there is a check box in WU for it, Advanced Options

    or launch Poweshell as admin:
    Code:
    (new-object -c "Microsoft.Update.ServiceManager").AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")
     
  19. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,023
    10
    #720 shewolf, Mar 24, 2017
    Last edited: May 21, 2017
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...