How to keep it from automatically downloading new builds?

Discussion in 'Windows 10' started by Myrrh, Nov 26, 2014.

  1. Myrrh

    Myrrh MDL Expert

    Nov 26, 2008
    1,511
    627
    60
    My Internet speed at work is very slow. I do not want Preview clients to automatically download new builds under any circumstances. I will download them at home where I have very fast Internet, and do the upgrades manually.

    Is there a way to prevent this?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,757
    340
    #2 abbodi1406, Nov 26, 2014
    Last edited by a moderator: Apr 20, 2017
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="winmain"
    "ThresholdRiskLevel"="high"
    "ThresholdInternal"=dword:00000001
    "ThresholdOptedIn"=dword:00000001
    
    it maybe enough to change the BranchName
     
  3. hanschke

    hanschke MDL Senior Member

    Jan 8, 2008
    425
    33
    10
    that will be great because I got know the bluescreen build again :mad:
     
  4. Myrrh

    Myrrh MDL Expert

    Nov 26, 2008
    1,511
    627
    60
    Yes, it was enough just to change the BranchName. Thanks!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...