Windows apps

Joined
Feb 18, 2016
Messages
401
Reaction score
41
Welcome aboard, john

It sounds like you can't access the built-in apps. Fortunately, there are cures. I would start by re-installing the apps, which is easier than it sounds.

Go to Task Manager--File--Run New Task and type powershell into the box that appears. Beneath that, check the box giving you Administrator Privileges and hit Enter. It takes several seconds for the PowerShell command line to appear. When it does, cut and paste this into the command prompt:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Remember that you MUST reboot after it's done.
 
Joined
Nov 19, 2013
Messages
6,302
Reaction score
1,273
You might also check and make sure the Firewall is running. If you have installed a third party security program, some will automatically turn this off.

Right click the start icon and select run. Type Services.msc and scroll down to the "Windows Firewall" and check it is running.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top