Problems installing Windows 8 apps





5.00/5 (2 votes)
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.
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.