How to Fix "You’ll Need a New App to Open This MS Windows Store" [2023]

Channel:
Subscribers:
292,000
Published on ● Video Link: https://www.youtube.com/watch?v=ssCSfYeAD6I



Category:
Guide
Duration: 5:21
32,920 views
364


In this tutorial you will learn how Fix "You’ll Need a New App to Open This MS-Windows-Store".

If you try to open any apps related to the Microsoft Store and you get a pop up error that says You’ll Need a New App to Open This MS Windows Store, don't worry about it because this troubleshoting guide will help you resolve this issue.

This troubleshooting guide will work on Windows 10, windows 7, windows 8, operating systems and desktops, laptops, tables and computers manufactured by the following brands: HP, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei among others.


Link: https://www.microsoft.com/en-us/software-download/windows10

Copy and paste this:

# Get all the provisioned packages
$Packages = (get-item 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications') | Get-ChildItem

# Filter the list if provided a filter
$PackageFilter = $args[0]
if ([string]::IsNullOrEmpty($PackageFilter))
{
echo "No filter specified, attempting to re-register all provisioned apps."
}
else
{
$Packages = $Packages | where {$_.Name -like $PackageFilter}

if ($Packages -eq $null)
{
echo "No provisioned apps match the specified filter."
exit
}
else
{
echo "Registering the provisioned apps that match $PackageFilter"
}
}

ForEach($Package in $Packages)
{
# get package name & path
$PackageName = $Package | Get-ItemProperty | Select-Object -ExpandProperty PSChildName
$PackagePath = [System.Environment]::ExpandEnvironmentVariables(($Package | Get-ItemProperty | Select-Object -ExpandProperty Path))

# register the package
echo "Attempting to register package: $PackageName"

Add-AppxPackage -register $PackagePath -DisableDevelopmentMode
}




Other Videos By TechFixIT


2020-08-17No Sound From Headphones in Windows 10 FIX
2020-08-17Google Chrome Not Responding in Windows 10/8/7 [Tutorial]
2020-08-17How to Fix Wifi Disconnecting Issues in Windows 10/8/7 [Tutorial]
2020-08-17Dx11 Feature Level 10.0 Is Required to Run the Engine Error All Games Fixed
2020-08-17Fix An Existing Connections Was Forcibly Closed By The Remote Host Error On Minecraft JAVA Error
2020-08-17How to Fix Discord Stuck on a Gray Screen
2020-08-17Fix No Internet, Secured Error Windows 10/8/7 || Fix Internet Connected but No Internet Access
2020-08-17How to Fix Unidentified Network in Windows 10
2020-08-16How to Check If Your Drivers Are up to Date, Update on Windows 10 [2023] Tutorial
2020-08-15Windows 10/11 Spotify App Not Working Fix - [2023]
2020-08-14How to Fix "You’ll Need a New App to Open This MS Windows Store" [2023]
2020-08-14Solucion Error "El servicio de Audio No Se Esta Ejecutando" en Windows 10 [2023]
2020-08-13Fix Windows 10 Slow Download Speed -[2023] Tutorial
2020-08-13Reproductor Groove Music No Funciona en Windows 10 [2023]
2020-08-12ERR_CONNECTION_CLOSED in Google Chrome FIX [2023]
2020-08-12Api-Ms-Win-Crt-Runtime-l1-1-0.Dll Missing Error - 2023 - FIX
2020-08-11msvcp140.dll Missing Error Fix [2023]
2020-08-11How to Fix Microsoft Store Error 0x80131500 in Windows 10 - [5 Solutions] 2023
2020-08-11How to Fix ERR_CONNECTION_REFUSED en Google Chrome [Tutorial]
2020-08-10How to Download League of Legends in PC for Free [Best Tutorial]
2020-08-09How to Fix Microsoft Store Error 0x80073D26 in Windows 10 - [4 Solutions] 2023



Tags:
You’ll Need a New App to Open This MS Windows Store
You’ll Need a New App to Open This MS Windows Store fix
You’ll Need a New App to Open This MS Windows Store windows 10
You’ll Need a New App to Open This MS-Windows-Store
HP
Alienware
MSI
Toshiba
Acer
Lenovo
razer
huawei
msi
You’ll Need a New App to Open This MS-Windows-Store 2020
You’ll Need a New App to Open This MS Windows Store error fix