Windows 10: ALL MICROSOFT APPS GREYED OUT

Discus and support ALL MICROSOFT APPS GREYED OUT in Windows 10 Installation and Upgrade to solve the problem; ALL OF MY MICROSOFT APPS GREYED OUT WITH A EXCALAMATION SIGN.. I UPDATED MY WINDOWS BUT NOTHING CHANGED WHAT SHOULD I DO ? PLEASE HELP MICROSOFT...... Discussion in 'Windows 10 Installation and Upgrade' started by IRSHADALAM2, Jul 10, 2020.

  1. ALL MICROSOFT APPS GREYED OUT


    ALL OF MY MICROSOFT APPS GREYED OUT WITH A EXCALAMATION SIGN..

    I UPDATED MY WINDOWS BUT NOTHING CHANGED

    WHAT SHOULD I DO ?

    PLEASE HELP MICROSOFT...

    :)
     
    IRSHADALAM2, Jul 10, 2020
    #1

  2. Standard apps + Store app are all greyed out


    I had the same problem, but found a solution:
    1. Open Command Prompt as administrator
    2. Type "sfc /scannow"
    3. Once it is complete type " dism /online /cleanup-image /restorehealth"
    4. Restart your PC
    5. Open Powershell as admin
    6. Type "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}" and press enter - when finished all tiles were no longer greyed out and all apps could now run

    Although steps 5 and 6 are the same as in the first post, doing steps 1-4 first fixed problems allowing step six to properly work

    Hope this helps
     
    Redgeneral, Jul 10, 2020
    #2
  3. Standard apps + Store app are all greyed out


    I had the same problem as described in this forum and came across this whilst trawling the net...I followed redgenerals steps and all worked for me without having to reinstall windows 10 over the top of the original installation...overall i would say the process took about an hour to complete...Also highly advise if anyone else attempts this to copy and paste redgenerals commands to cause any confusion.

    Much appreciated for the post!
     
    monkeyboycbd51, Jul 10, 2020
    #3
  4. Nikhar_K Win User

    ALL MICROSOFT APPS GREYED OUT

    Microsoft Store apps greyed out

    Hi,

    Thank you for writing to Microsoft Community Forums.

    Please reply to the following questions to get a better clarity on the issue:

    • Since when are you facing this issue?
    • Did you make any changes to the computer recently?

    However, you can follow the step mentioned below to install the applications:

    Method 1: Troubleshooting apps

    You can follow the troubleshooting steps from
    Fix problems with apps from Microsoft Store
    and check if that helps.

    Method 2: Re-registering the apps

    1. Press and hold the Windows + X key on the keyboard.
    2. Select Windows PowerShell (Admin).
    3. Type the following command and hit Enter on the keyboard:

      Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    4. Once the process is completed, restart the computer and open the applications.

    Hope it helps.

    Let us know if you got the help you needed by clicking ‘Yes’ or ‘No’.

    Nikhar Khare

    Microsoft Community - Moderator
     
    Nikhar_K, Jul 10, 2020
    #4
Thema:

ALL MICROSOFT APPS GREYED OUT

Loading...
  1. ALL MICROSOFT APPS GREYED OUT - Similar Threads - MICROSOFT APPS GREYED

  2. Delault apps greyed out

    in Windows 10 Gaming
    Delault apps greyed out: Hello. I recently installed windows 11 back onto my laptop. The odd thing is when I go to select default apps, it's greyed out. Any idea why? thanks in advance. https://answers.microsoft.com/en-us/windows/forum/all/delault-apps-greyed-out/5fb9ebc0-8f19-420e-b8b9-590ddb7d1d06
  3. Background Apps Greyed Out

    in Windows 10 Gaming
    Background Apps Greyed Out: Whenever I click outside of a window, the screen is greyed out so only the window I am currently in is clearly visible. It makes it super hard to use the multitasking function and even after speaking with Microsoft customer service for over an hour I still haven't figured out...
  4. Background Apps Greyed Out

    in Windows 10 Software and Apps
    Background Apps Greyed Out: Whenever I click outside of a window, the screen is greyed out so only the window I am currently in is clearly visible. It makes it super hard to use the multitasking function and even after speaking with Microsoft customer service for over an hour I still haven't figured out...
  5. apps greyed out

    in Windows 10 Gaming
    apps greyed out: my apps are greyed out https://answers.microsoft.com/en-us/windows/forum/all/apps-greyed-out/1b1ec990-efc0-481f-a127-5495654f3c4b
  6. apps greyed out

    in Windows 10 Software and Apps
    apps greyed out: my apps are greyed out https://answers.microsoft.com/en-us/windows/forum/all/apps-greyed-out/1b1ec990-efc0-481f-a127-5495654f3c4b
  7. Microsoft Apps Greyed Out and more

    in Windows 10 BSOD Crashes and Debugging
    Microsoft Apps Greyed Out and more: I need help with an issue I've run into with Windows. Multiple Microsoft Apps are greyed out and do not open. I cannot start Windows Defender and this is making it so that I cannot reinstalled any Microsoft apps through Windows Powershell received an error when I try due to...
  8. Install button greyed out in all apps in Microsoft store

    in Microsoft Windows 10 Store
    Install button greyed out in all apps in Microsoft store: I'm unable to install anything from the store. What I've tried so far: resetting store through app settings running wsreset.exe just hangs and never finishes troubleshoot windows store apps - nothing detected troubleshoot system maintenance - nothing detected...
  9. All Microsoft programs Greyed OUT

    in Windows 10 Installation and Upgrade
    All Microsoft programs Greyed OUT: I have a family 360 , account. My computer is working, but another computer in the house All the Microsoft programs are greyed out. We have restarted the computer, we have re-downloaded the suite, we have ran virus software. Any ideas why the programs are not working ??? This...
  10. Standard apps + Store app are all greyed out

    in Windows 10 Support
    Standard apps + Store app are all greyed out: Seems like the apps are stuck in "update" mode and they just pop up a few milliseconds and then close when clicked. [img] Have tried running this code in Powershell as admin (found it here): Code: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage...