Windows Update Blocker v1.5

Discussion in 'Windows 10' started by wtarkan, Dec 7, 2016.

  1. wtarkan

    wtarkan MDL Member

    Joined:
    Sep 1, 2009
    Messages:
    193
    Likes Received:
    367
    Trophy Points:
    10
    #1 wtarkan, Dec 7, 2016
    Last edited: Sep 4, 2019
  2. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    Nice.
    Now, could you explain how it works in depth and the difference with Painter7's solution?

    TIA
     
  3. wtarkan

    wtarkan MDL Member

    Joined:
    Sep 1, 2009
    Messages:
    193
    Likes Received:
    367
    Trophy Points:
    10
    GUI, virus free, not install any service (Does not work on background), disables windows update service and prevents uncontrolled changes, command line options ...
     
  4. rpo

    rpo MDL Expert

    Joined:
    Jan 3, 2010
    Messages:
    1,166
    Likes Received:
    990
    Trophy Points:
    60
    #4 rpo, Dec 7, 2016
    Last edited: Dec 3, 2017
    From my point of view, a useless application.
    With powershell, to enable windows update use : set-service wuauserv -StartupType Automatic -status running
    and for disable : Stop-Service wuauserv; Set-Service wuauserv -StartupType disabled
    And use Windows Update MiniTool.

    I have to apologize : this is NOT a useless application as MS introduced Windows 10 16299.15.
     
  5. hb860

    hb860 MDL Expert

    Joined:
    May 7, 2010
    Messages:
    1,011
    Likes Received:
    1,840
    Trophy Points:
    60
    May I ask what is the purpose of this app?
    What it can offer that "services.msc" can't? What it does besides the service manipulation procedure?
    If nothing else, then I just not sure that anybody need a standalone app to disable the service.
    In that case, I would agree with rpo. The Windows Update Minitool and "services.msc" are two essential tools which should be enough in a general case.
     
  6. Painter7

    Painter7 MDL Junior Member

    Joined:
    Jun 18, 2011
    Messages:
    63
    Likes Received:
    180
    Trophy Points:
    0
  7. KNARZ

    KNARZ MDL Addicted

    Joined:
    Oct 9, 2012
    Messages:
    896
    Likes Received:
    475
    Trophy Points:
    30
    this sordum site has actually pretty nice tools.
     
  8. Painter7

    Painter7 MDL Junior Member

    Joined:
    Jun 18, 2011
    Messages:
    63
    Likes Received:
    180
    Trophy Points:
    0
    Nobody argues, but in this single case, it is a cheap work.
     
  9. KNARZ

    KNARZ MDL Addicted

    Joined:
    Oct 9, 2012
    Messages:
    896
    Likes Received:
    475
    Trophy Points:
    30
    Ah I see there are some differences.
    I agree, this one is not really some nifty stuff, so no "pro" for that. Just wanted to mention that other Tools are interessting. - Nothing more or less. completly neutral.

    if you work with Tihiy you have to be reasonable. ;)
     
  10. wtarkan

    wtarkan MDL Member

    Joined:
    Sep 1, 2009
    Messages:
    193
    Likes Received:
    367
    Trophy Points:
    10
  11. Super Spartan

    Super Spartan MDL Expert

    Joined:
    May 30, 2014
    Messages:
    1,549
    Likes Received:
    879
    Trophy Points:
    60
  12. CHEF-KOCH

    CHEF-KOCH MDL Expert

    Joined:
    Jan 7, 2008
    Messages:
    1,198
    Likes Received:
    1,188
    Trophy Points:
    60
  13. kapilsharma22

    kapilsharma22 MDL Novice

    Joined:
    Nov 27, 2017
    Messages:
    6
    Likes Received:
    1
    Trophy Points:
    0
    I found a lot of good piece of source links here to increase knowledge about it.
     
  14. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
  15. pf100

    pf100 MDL Expert

    Joined:
    Oct 22, 2010
    Messages:
    1,906
    Likes Received:
    3,055
    Trophy Points:
    60
    #15 pf100, Dec 1, 2017
    Last edited: Dec 1, 2017
    Would you care to share those links? Thanks. I'd really like to know what /P does exactly.
     
  16. Rickta

    Rickta MDL Novice

    Joined:
    Nov 8, 2017
    Messages:
    21
    Likes Received:
    19
    Trophy Points:
    0
  17. pf100

    pf100 MDL Expert

    Joined:
    Oct 22, 2010
    Messages:
    1,906
    Likes Received:
    3,055
    Trophy Points:
    60
    #17 pf100, Dec 2, 2017
    Last edited: Dec 3, 2017
    Edit: I see that /p /e works to enable.
    The command line is messed up. Wub.exe /d /p works fine, but you can't use /e to enable it after you've used /d /p.
     
  18. Nucleus

    Nucleus MDL Guru

    Joined:
    Aug 4, 2009
    Messages:
    2,873
    Likes Received:
    2,949
    Trophy Points:
    90
  19. pf100

    pf100 MDL Expert

    Joined:
    Oct 22, 2010
    Messages:
    1,906
    Likes Received:
    3,055
    Trophy Points:
    60
    I was gonna say, I figured out that wub /-p /e works. So now I see that /p /e works. Good.
     
  20. rpo

    rpo MDL Expert

    Joined:
    Jan 3, 2010
    Messages:
    1,166
    Likes Received:
    990
    Trophy Points:
    60
    Are you sure? I did some testing : to enable the service after it is disabled by Wub /d /p, just execute wub /e; the /p parameter is ignored.
    When you use the gui, you don't have the possibility to tick "Protect Service Settings" when choosing "Enable Service".