Skip to main content

Apps not opening or stuck on Splash Screen - Windows 10

Occasionally some Windows Updates can cause the programs to freeze upon opening. As you can see in the picture below, they can crash on the splash screen. Sometimes closing them and opening them again is a good workaround, but a more permanent solution to prevent this problem from happening again, is to run a PowerShell command to re-register your apps.
  1. On the Search box on your Taskbar, type PowerShell and right-click the Windows PowerShell application. Click on the Run as Administrator option.
  2. Type or copy-paste the following command: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 This might take a few moments. After it's done, restart your computer.
 
Disclaimer: The content provided in this article is for informational purposes only. You are solely responsible for verifying the information as being appropriate for your personal use.

Popular posts from this blog

How to rebuild cache and repair permissions of kexts in a Hackintosh

After installing 3rd-party kexts in /Library/Extensions, or replacing vanilla kexts with patched kexts in System/Library/Extensions, you may want to repair their permissions and rebuild the kext cache to ensure they work as intented. Here's how.

How to properly install kexts in a Hackintosh

In one of our previous articles we explained what are kexts and where they are stored . Here are a few different ways to install them. We also show how to repair permissions and rebuild the kext cache.

NVIDIA Web Drivers Mojave Workaround

It is still uncertain when will NVIDIA release any Web Drivers for macOS Mojave, but we can try a workaround.