Windows Update MiniTool

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

  1. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    789
    578
    30
    Latest version of tool stopped working on current insider builds of Windows 11.
     
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    Cleaned up the thread a little. Please try to act sensibly.
     
  3. IXMas

    IXMas MDL Member

    Mar 7, 2021
    245
    234
    10
    you have to attach more data
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    789
    578
    30
    I don’t know what you mean?
     
  5. Huck Toohey

    Huck Toohey MDL Novice

    Mar 4, 2019
    4
    1
    0
    I imagine they simply mean, what happened instead of what you expected to happen, and at what point?
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,756
    5,219
    120
    #1166 Dark Dinosaur, Apr 4, 2022
    Last edited: Apr 5, 2022
    Test now with latest Insider, Say some DLL is missing.
    Copy the DLL from my Windows 11 Stable Release, Work again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. IXMas

    IXMas MDL Member

    Mar 7, 2021
    245
    234
    10
    #1167 IXMas, Apr 4, 2022
    Last edited: Apr 5, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,423
    60
    #1168 rpo, Apr 5, 2022
    Last edited: Apr 5, 2022
    The 2022 version of WUMT fails on 22581.200 with an error message : [13:18:38]: Fichier non trouvé : wuaueng.dll, i.e. wuaueng.dll file not found. But the 2016 version works.
    No errorr on Windows 10.
     
  9. IXMas

    IXMas MDL Member

    Mar 7, 2021
    245
    234
    10
    #1169 IXMas, Apr 5, 2022
    Last edited: Apr 5, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,756
    5,219
    120
    Find something interesting,
    This tweaks Break WUMT, But WU work ok.
    There is bug WUMT.
    [ after start WUMT as TI it fixed ]
    Code:
    Windows Update service is disabled. Starting Windows Update service... Failed with error code: 0x80070005
    
    Code:
    set WA="HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate"
    set AU="HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU"
    >nul 2>&1 reg delete %WA% /f
    >nul 2>&1 REG ADD %WA% /f /v SetRestartWarningSchd /t REG_DWORD /d 0
    >nul 2>&1 REG ADD %WA% /f /v SetActiveHours /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %WA% /f /v ActiveHoursStart /t REG_DWORD /d 5
    >nul 2>&1 REG ADD %WA% /f /v ActiveHoursEnd /t REG_DWORD /d 23
    >nul 2>&1 REG ADD %WA% /f /v SetAutoRestartNotificationConfig /t REG_DWORD /d 0
    >nul 2>&1 REG ADD %WA% /f /v SetAutoRestartNotificationDisable /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %WA% /f /v SetAutoRestartRequiredNotificationDismissal /t REG_DWORD /d 0
    >nul 2>&1 REG ADD %WA% /f /v SetUpdateNotificationLevel /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %WA% /f /v UpdateNotificationLevel /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %AU% /f /v NoAutoUpdate /t REG_DWORD /d 1 || '0' to Allow Notification - '1' to no Check at all
    >nul 2>&1 REG ADD %AU% /f /v AUOptions /t REG_DWORD /d 2
    >nul 2>&1 REG ADD %AU% /f /v NoAUShutdownOption /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %AU% /f /v NoAUAsDefaultShutdownOption /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %AU% /f /v AlwaysAutoRebootAtScheduledTime /t REG_DWORD /d 0
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    #1172 abbodi1406, Apr 10, 2022
    Last edited: Apr 13, 2022
    Because it's Gb
    this is the size reported by WUA API, and it represent the total size of UUP files set for all languages
    but behind the scenes, only the required updates files are downloaded
     
  12. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,217
    653
    60
    #1173 MELERIX, Apr 14, 2022
    Last edited: Apr 14, 2022
    previously this tool was working in Windows XP with non-sse2 CPUs such as AMD Athlon XP, Duron or Sempron, but now with the current version is not working anymore, any workaround?
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,756
    5,219
    120
    use the older version posted by abbodi1406
    I still have x86 version if you like.
    here the link for 2016 version
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. RaXorX

    RaXorX MDL Novice

    Dec 31, 2018
    30
    5
    0
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    WU Agent is undocked in Win11 preview builds

    the location is changed to
    Code:
    C:\Windows\UUS\amd64\wuaueng.dll
    wuauserv.dll is placeholder or a bridge for WU service and the undocked WUA
     
  16. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    For real? How do you know?
    Or is it an educated guess? :p
     
  17. Skunk1966

    Skunk1966 MDL Member

    Jul 15, 2011
    156
    145
    10
    exact same way of replying