Fix Roblox Not Launching & Closes Instantly On Microsoft Store
Table of Contents
Introduction
If you're experiencing issues with Roblox not launching or closing instantly on the Microsoft Store, you're not alone. This tutorial will walk you through a simple solution to fix this problem quickly, allowing you to get back to your gaming experience in no time.
Step 1: Remove the Microsoft Store App Package
The first step involves removing the Microsoft Store app package, which can help resolve any conflicts causing Roblox to malfunction.
-
Open Windows PowerShell:
- Right-click on the Start menu.
- Select "Windows PowerShell (Admin)" to open it with administrative privileges.
-
Enter the Command:
- In the PowerShell window, type the following command and press Enter:
get-appxpackage *WindowsStore* | remove-appxpackage
- This command will remove the Microsoft Store app package from your system.
- In the PowerShell window, type the following command and press Enter:
-
Wait for the Process to Complete:
- Allow a moment for the command to execute. You should see the PowerShell prompt return once the process is finished.
Step 2: Reinstall the Microsoft Store
After removing the app package, you need to reinstall the Microsoft Store to ensure you have the latest version.
-
Reboot Your Computer:
- Restart your computer to ensure all changes take effect.
-
Open Windows Settings:
- Go to the Start menu and select "Settings."
- Click on "Apps."
-
Find Microsoft Store:
- In the Apps & features section, scroll down to find "Microsoft Store."
-
Reinstall the Store:
- If the Microsoft Store is not listed, you can reinstall it via the Microsoft website or the PowerShell command:
Get-AppxPackage -allusers Microsoft.Store | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- If the Microsoft Store is not listed, you can reinstall it via the Microsoft website or the PowerShell command:
-
Confirm Installation:
- Once the installation is complete, check to ensure the Microsoft Store is functioning properly.
Conclusion
By following the steps outlined above, you should be able to resolve the issue of Roblox not launching or closing instantly. Remember to always keep your applications updated and regularly check for any system updates that might affect game performance. If problems persist, consider reaching out to Roblox support for further assistance. Happy gaming!