Click here to Skip to main content
15,896,154 members
Articles / Operating Systems / Windows
Technical Blog

Problems installing Windows 8 apps

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
14 May 2013CPOL 11K   1
Problems installing Windows 8 apps.

I have recently had a machine re-installed with Windows 8, noticed that none of the apps were updating or installing from the Windows store.

After a while of searching the net and re trying an re trying over and over again, I found the solution below

  • Open an administrative command prompt (go to the Start screen, type “cmd”, right-click on Command Prompt and hit “Run as administrator”)
  • Type the following four commands in the command prompt:
  • net stop wuauserv
    cd %systemroot%
    ren SoftwareDistribution SoftwareDistribution.old
    net start wuauserv
  • Try to install updates again.

Source : http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/windows-8-apps-not-downloading-all-stuck-on/5e70122e-7bac-456d-a318-e8aae43fa2c3

I did this, however for me even running as administrator I couldn’t stop the service so I went into local services and stop the Windows Update (wuauserv) service, ran the next 2 commands and started the service again.

This fixed the updates but then on new app installs I received the error saying that my firewall service has to be running in order to install apps, this was easy started the Windows Firewall service and then went to the firewall settings and disabled it for domain, private and public (it’s a requirement to have the firewall disabled/off).

And now everything works great.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect SSW
South Africa South Africa

Comments and Discussions

 
GeneralMy vote of 5 Pin
AnkitSrv15-May-13 7:01
AnkitSrv15-May-13 7:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.