Disable Windows 10 Windows Update Prompt?

Discussion in 'Windows 10' started by bromanbro, Nov 3, 2015.

  1. bromanbro

    bromanbro MDL Member

    Sep 30, 2012
    237
    39
    10
    So I have automatic updates disabled via gpedit, but today Win10 interupted my full-screen gaming experience with a full screen "you need updates".

    I've seen this message before when I set the clock forward, but I assumed it would only do that if I haven't updated in over a year....how do I disable this?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,315
    340
    #2 abbodi1406, Nov 3, 2015
    Last edited by a moderator: Apr 20, 2017
    Disable WU schedule tasks:
    Code:
    SCHTASKS /Change /TN "Microsoft\Windows\UpdateOrchestrator\Reboot" /DISABLE
    SCHTASKS /Change /TN "Microsoft\Windows\UpdateOrchestrator\Schedule Scan" /DISABLE
    SCHTASKS /Change /TN "Microsoft\Windows\UpdateOrchestrator\USO_UxBroker_Display" /DISABLE
    SCHTASKS /Change /TN "Microsoft\Windows\UpdateOrchestrator\USO_UxBroker_ReadyToReboot" /DISABLE
    SCHTASKS /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /DISABLE
    SCHTASKS /Change /TN "Microsoft\Windows\WindowsUpdate\sih" /DISABLE
    SCHTASKS /Change /TN "Microsoft\Windows\WindowsUpdate\sihboot" /DISABLE
    
     
  3. allmythy

    allmythy MDL Member

    Feb 15, 2010
    107
    14
    10
    what this command do ?

    excuse me for refreshing old post:(
     
  4. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,390
    1,322
    120
    This disables the Automatic App Update task
    But I don't know if it works today, because as you can see, it was April 20, 2017, when it worked. Check before, is there at all such a task in Your system.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...