Microsoft store not working windows 10 Solution - 2024

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



Duration: 9:39
3,209 views
0


Microsoft store not working windows 10

Various problems with Microsoft Store are a common thing in Windows 10 operating system.

This time, some users complained that they’re unable to even load the store, so we prepared a couple of solutions that may be helpful.

Issues resolved in this tutorial:
microsoft store not opening
microsoft store not downloading
microsoft store not opening windows 10
microsoft store not downloading apps windows 10
microsoft store not working
microsoft store not working windows 11
microsoft store not installing apps
microsoft store not appearing
microsoft store not available
microsoft store not available in windows 10
microsoft store not able to download apps
microsoft store not allowing installing apps
apps from microsoft store not downloading

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

This troubleshooting guide will work on Windows 10 operating systems (Home, Professional, Enterprise, Education) and desktops, laptops, tables and computers manufactured by the following brands: Dell, HP, MSI, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei, dynabook among others.

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


2022-01-31El Brillo Se Sube y Baja Solo en Windows 11 - Solucion!
2022-01-31FIX Surface Pro Wi-Fi Not Working On Windows 10 [2024]
2022-01-31C:\Windows\system32\msvcp140.Dll No Esta Diseñado Para Ejecutarse Windows [0xc000012f]
2022-01-31Solución al Error Clock Watchdog Timeout de Pantalla Negra en Windows 11 - [Tutorial 2024
2022-01-30Como Apagar el Equipo, Ordenador o Windows 11 PC con el Teclado [Tutorial]
2022-01-30Google Chrome Page Unresponsive and Not Responding Problem Windows 11/10 [2024]
2022-01-29Valorant - How To Fix High Ping and Latency Problems in Windows 11/10 [2024]
2022-01-29Failed Booting Error Code 0xc0000034 Windows 10 - [SOLVED]
2022-01-29FIX C:\Windows\system32\msvcp140.Dll Is Either Not Designed to Run on Windows [0xc000012f]
2022-01-29Como Desactivar DHCP en Windows 10
2022-01-29Microsoft store not working windows 10 Solution - 2024
2022-01-28En este tutorial aprenderas como desactivar DHCP en Windows 11
2022-01-28Windows 10 BSOD: IRQL NOT LESS OR EQUAL NDIS.sys Fix (7 Solutions)
2022-01-28How To Enable or Disable DHCP in Windows [2024]
2022-01-28Chrome won’t open in Windows 10/11 Fix - [2024]
2022-01-27How to Disable DHCP In Windows 11 [Tutorial]
2022-01-27How to Fix CLOCK WATCHDOG TIMEOUT Black Screen of Death Error in Windows 11
2022-01-27Restore Reset a Dell Inspiron 15 to Factory Settings
2022-01-26Chrome No Responde Windows 11 ✅ SOLUCION 2024
2022-01-25Mi PC No Reconoce / Detecta el Microfono en Windows 11
2022-01-25Fix Steam Game Won’t Launch in Windows 11 [Tutorial]