Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • How to Set a Family Picture on your Echo Show 5 How-To
  • Best blue calculator 2020

    Best blue calculator 2020. 1 - Sharp 10-Digit Calculator, Drill Function, 3-1/3 x 5 x 3/4 Inches, Blue (SHRELS25BBL) Top Reviews

  • Best hp 35s scientific calculator 2020

    Best hp 35s scientific calculator 2020. 1 - HP Calculator 35s Top Reviews This calculator has the finest functionality

  • How to Make Safari’s Private Browsing Feature Actually Private Safari
  • How to Retrieve Archived Emails in Gmail How-To
  • The Mouse Vs. The Trackpad – Which One Makes You More Productive? Product Reviews
  • Tab Key Not Working in Windows 7 Help Desk
  • How to face swap in photoshop 2020 How-To

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

Posted on May 3, 2023May 3, 2023 By blog_786 No Comments on Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows.

Have you repeatedly encountered the “You need a new app to open this ms-windows-store” error when trying to use the Microsoft Store on Windows 10? While this is usually due to a corrupted or missing Microsoft Store installation, outdated app cache and conflicting settings can also cause the problem.

Check out the list of solutions below and in most cases you should be able to fix the error relatively quickly.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

Restart Your Computer

If the Microsoft Store was working correctly just a moment ago, you are most likely encountering a minor technical error. Restarting your computer should fix it, so try that before diving into the rest of the fixes.

Reset Microsoft Store Cache

The Microsoft Store makes things faster by creating temporary files and storing online content locally. However, an outdated cache can prevent it from working properly. Try to remove it.

1. Press Windows + X to open the Power User Menu.

2. Select Windows PowerShell (Admin).

3. Type wsreset.exe into the Windows PowerShell console and press Enter:

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

4. Once Windows PowerShell finishes clearing the Microsoft Store cache, the Microsoft Store should open automatically.

5. If the message “You need a new application to open this ms-windows-store” appears instead, exit Windows PowerShell and proceed to the next fix.

Reset the Microsoft Store

Resetting the Microsoft Store allows you to return the program to its default settings. You can do this using the Settings app in Windows 10.

1. Open the Start menu, enter Settings and select Settings app> Apps> Apps & features.

2. Scroll down and select Microsoft Store> Advanced options.

3. Scroll down to Reset> Reset.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

4. Wait for the Settings app to finish resetting the Microsoft Store.

5. Open Microsoft Store. If it opens without issue, you may need to sign in again using your Microsoft account.

Re-Register Microsoft Store

If restarting your computer does not resolve the issue, you need to re-register the Microsoft Store. This involves executing a specific command through an elevated Windows PowerShell console.

1. Press Windows + X and select Windows PowerShell (administrator).

2. Copy and paste the following command into the Windows PowerShell console:

Get-AppXPackage * WindowsStore * -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) AppXManifest.xml”}

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

3. Press Enter.

4. Close Windows PowerShell.

5. Try to open the Microsoft Store.

Reinstall and Re-Register All Microsoft Store Apps

Reinstalling and re-registering the Microsoft Store and all Microsoft Store-related apps can also help fix the “You need a new app to open this ms-windows-store” error. The procedure may take several minutes.

1. Open an elevated Windows PowerShell console.

2. Copy and paste the following command into the Windows PowerShell console:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) AppXManifest.xml”}

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

3. Press Enter.

4. Wait while Windows PowerShell reinstalls and re-registers the Microsoft Store and any Microsoft Store-related applications on your computer.

5. Close Windows PowerShell and restart your computer.

6. Try to open the Microsoft Store.

Reinstall and Re-Register All Microsoft Store Apps With Unrestricted Execution Policy

If the above advice doesn’t work, you should run the same command with an unlimited execution policy.

1. Open an elevated Windows PowerShell console.

2. Type Set-ExecutionPolicy Unrestricted and press Enter.

3. Type Y and press Enter.

4. Run the following command to reinstall and re-register the Microsoft Store.

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) AppXManifest.xml”}

5. Close Windows PowerShell and restart your computer.

Run Microsoft Store Troubleshooter

Windows 10 comes with a built-in troubleshooter that can help solve common problems with the Microsoft Store, including apps you download from it.

1. Open the “Start” menu and select “Settings”.

2. Select “Update & Security”.

3. Click the Troubleshoot side tab.

4. Select Advanced troubleshooters.

5. Scroll down and select Windows Store Apps> Run the troubleshooter.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

6. If the troubleshooter finds any problems, follow the instructions on the screen to solve them.

Install Operating System Updates

If the error “You need a new application to open this ms-windows-store” persists, try updating Windows 10. This should fix all known bugs in the operating system and give the Microsoft Store a stable platform to run.

1. Open the “Start” menu and select “Settings”.

2. Select “Update & Security”.

3. Select Check for Updates.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

4. Select Download and Install to apply the pending updates.

5. Try to open the Microsoft Store.

Set Correct Date, Time, and Region

Starting Windows 10 with the wrong date, time, or region can also lead to Microsoft Store-related issues.

1. Open the “Start” menu and select “Settings”.

2. Select Time & Language.

3. Select the Date & Time tab.

4. Turn on the switches under the “Set time automatically” and “Set time zone automatically”.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

Note. If the Settings app fails to set the exact date and time automatically, select Sync Now, or set the date and time manually.

5. Click the “Region” tab.

6. Use the drop-down menu under Country or Region to select the region that corresponds to your time zone.

5. Close the Settings app.

Perform SFC Scan

Running the System File Checker (SFC) tool helps you repair corrupted files associated with Windows 10. It is a command line tool that you can run through Windows PowerShell.

1. Open an elevated Windows PowerShell console.

2. Enter sfc / scannow in Windows PowerShell. Hit Enter.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

3. If the SFC scan detects and fixes operating system problems, it is best to perform a DISM scan.

Run the DISM Tool

DISM (Deployment Image Servicing and Management) is another command line utility that addresses stability issues in Windows 10.

1. Open an elevated Windows PowerShell console.

2. Type DISM / Online / Cleanup-Image / CheckHealth and press Enter:

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

3. If DISM detects operating system problems, run the following commands:

DISM / Online / Cleanup-Image / ScanHealth

DISM / Online / Cleanup-Image / RestoreHealth

Note. Both commands can take several minutes to complete.

Revert Windows Using System Restore Point

If you’ve enabled System Restore in Windows 10, try returning your operating system to a point where you didn’t encounter the “You need a new app to open this ms-windows-store” error.

1. Press Windows + R to open the Run window.

2. Enter sysdm.cpl and click OK.

3. Click on the “System Protection” tab.

4. Select “System Restore”.

5. Click “Next” in the System Restore Wizard.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

6. Select a restore point and follow all on-screen instructions to roll back your computer.

Reset Windows 10

Restoring Windows 10 to its defaults is a way to fix the serious problems underlying the “You need a new app to open this ms-windows-store” error. This is a radical solution to the problem, but you can keep your personal files intact during the reset procedure. However, you must back up your data before proceeding.

1. Open the “Start” menu and select “Settings”.

2. Select “Update & Security”.

3. Select “Recovery”.

4. Select “Get Started”.

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

5. Select “Keep my files” or “Remove everything” and follow the rest of the instructions to reset Windows 10.

Detailed step-by-step guide to restore Windows 10 to factory settings

–

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

Fix ( You’ll need a new app to open this ms-windows-store ) Error in Windows

you’ll need a new app to open this .exe file windows 10
need a new app to open this ms-paint link
A new app to open this ms-gaming overlay link

you’ll need a new app to open this ms-wpc link
you’ll need a new app to open this windowsdefender link
a new app to open this ms-xbl-multiplayer link
you’ll need a new app to open this ms-screenclip link
you’ll need a new app to open this ms-calculator link

Share this:

  • Twitter
  • Facebook
Windows, Windows 10 Tags:and Region, Fix ( You�ll need a new app to open this ms-windows-store ) Error in Windows, Install Operating System Updates, need, Open, Perform SFC Scan, Re register Microsoft Store, Reinstall and Re-Register All Microsoft Store Apps, Reinstall and Re-Register All Microsoft Store Apps With Unrestricted Execution Policy, Reset Microsoft Store Cache, Reset the Microsoft Store, Reset Windows 10, Restart your computer, Revert Windows Using System Restore Point, Run Microsoft Store Troubleshoote, Run Microsoft Store Troubleshooter, Run the DISM Tool, Set Correct Date, store, This, Time, You�ll

Post navigation

Previous Post: How to Fix an OBS Black Screen Capture Error
Next Post: How to Delete Apps on Chromebook 2021

Related Posts

  • How to fix if Microsoft Store is not downloading apps? 11 ways to fix Windows 10
  • Fix Background Intelligent Transfer Service (BITS) Missing from Services Help Desk
  • How to Fix iPhone Error 4013 iPhone
  • How To Setup Windows 10 Without a Microsoft Account Windows 10
  • How to Use Xenia – the Best Xbox 360 Emulator for Windows 10 How-To
  • How to Share Hotel Wi-Fi With Multiple Devices How-To

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • Protect Your Facebook Account From Hackers (2017)
  • 4 Ways to Share WiFi Without Giving Away Your Password
  • How to Get 2 Free Audiobooks From Audible Trial Instead of 1
  • 10 Things to Check Before Publishing a YouTube Video
  • A Simple Trick to Get 50% Discount on Audible for Three Months
DMCA.com Protection Status

Recent Posts

  • Protect Your Facebook Account From Hackers (2017)
  • 4 Ways to Share WiFi Without Giving Away Your Password
  • How to Get 2 Free Audiobooks From Audible Trial Instead of 1
  • 10 Things to Check Before Publishing a YouTube Video
  • MailTag: Real-time Email Tracking, Made Easy

Recent Comments

  1. This Simple Trick Lets You Play YouTube in the Background on iOS on YouTube Not Working? Here Are Quick Fixes To Try
  2. How to Bypass Chromecast DNS and Circumvent Geo Blocking on 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  3. 5 Cool Websites to Find Good Movies and TV Shows on Netflix on check netflix video quality internet explorer
  4. SmartDNS vs VPN “What’s the Difference?” on How to Watch Apple TV on Roku
  5. How to go Back to the old YouTube Layout (2013) on 10 Things to Check Before Publishing a YouTube Video
  • How To Fix iMessage Waiting for Activation Error on iPhone iPhone
  • What Is the Steam ID? and How to Find it Gaming
  • How to Open MDI Files MS Office Tips
  • Use Link2SD to Expand Internal Memory of Android How-To
  • OTT Guide To Repairing Your Own Computer Instead of GeekSquad Computer Tips
  • How To Create Smart Mailboxes In Mail On Mac Tutorials
  • How to Use iVerify to Protect Your iOS Device From Hackers iOS
  • 5 Easy Ways to Transfer Files Between Computers on the Same Network How-To

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version