Unable to download from Store

Discussion in 'Windows 10' started by ugernaved, Oct 25, 2016.

  1. ugernaved

    ugernaved MDL Novice

    Oct 7, 2016
    5
    0
    0
    I am unable to download apps from Windows store. I have used the script - Win 10 S-M-R-T Enable Disable v0.07.77 -

    The cause is WU disabled.
    I can reactivate WU, download things, run the script again.

    I don't know how reactivate WU.
     
  2. ugernaved

    ugernaved MDL Novice

    Oct 7, 2016
    5
    0
    0
    anybody ?
     
  3. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    516
    133
    30
    Store based on Windows Update and BITS services. You need at least change their mode to "manual" start.
     
  4. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,468
    1,355
    120
    You're really weird, itself disables updates and then complains, that they do not work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,065
    3,451
    90
    In administrator command prompt:
    sc config wuauserv start= auto
    net start wuauserv
     
  6. ugernaved

    ugernaved MDL Novice

    Oct 7, 2016
    5
    0
    0
    What line i should comment?

    Thanks to all.

    I tried. But not work. It is no longer wu.

    This may help:
    Error 0x800706D9

    The error may be related to host file
    I attach it now.
    Tell me what line I should comment.

    View attachment hosts.txt
     
  7. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,468
    1,355
    120
    #7 kaljukass, Nov 6, 2016
    Last edited by a moderator: Apr 20, 2017
    Code:
    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    # localhost name resolution is handled within DNS itself.
    #    127.0.0.1       localhost
    #    ::1             localhost
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...