Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2017-08-20 11:14:24 | ![]() 36,378 Views |
Method 1:
Open the command Prompt (Admin) – (Windows Key + X)
Then copy this command 1 and paste it there:
Command 1:
PowerShell -ExecutionPolicy Unrestricted
Now enter the below command and hit Enter key:
Please be care in copying these commands. Hit ‘Enter’ key after entering it. Then copy this Command 2, paste there and hit the ‘Enter’ key:
Command 2:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like /”*SystemApps*/”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register /”$($_.InstallLocation)//AppXManifest.xml/”}
This will fix your problem.
Method 2:
Open the run window and enter this command:
C://Windows//system32//ctfmon.exe
Click ‘OK’. That’s all. Check whether it is fixed.
Method 3:
Open Task manager (CTRL+Shift+ESC) as described in this video.
Click ‘File’ and then ‘Run New Task’. Make sure you have a check mark towards “Create this task with administrative privileges”. Now type “Powershell”. Hit ‘O.K’
Type the following command in the Powershell prompt:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘//AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Reboot the computer after closing the PowerShell windos. Check if it helps.
Thank you for watching this video by TechBee..!! If this helped you, don’t forget to like this video and subscribe our channel…!! Please share with us your experience by commenting below..
Thanks for watching…!!
TechBee Limited
Please take the opportunity to connect and share this video with your friends and family if you find it useful.