How to Reinstall Microsoft Store in Windows 10 Tutorial
This tutorial resolves the following issues:
How to reinstall Microsoft store in windows 10
How to reinstall Microsoft store after removal
How to reinstall Microsoft store with CMD
How to reinstall Microsoft store command
How to reinstall Microsoft store windows 10
reinstall Microsoft store
reinstall Microsoft store without PowerShell
reinstall Microsoft store using PowerShell
How to reinstall Microsoft store on windows 10
How to reinstall the windows store
How to uninstall and reinstall Microsoft store
reinstall Microsoft store windows 10
This troubleshooting guide will work on Windows 10, windows 7, windows 8, mac, linux operating systems and desktops, laptops, tables and computers manufactured by the following brands: , Dell, Hewlett Packard, MSI, Alienware, MSI, Toshiba, Acer, Lenovo, razer, huawei among others.
Link:[ Ссылка ]
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
}
How to Reinstall Microsoft Store in Windows 10 [2024 FIX]
Теги
windows 10 pchow to reinstall microsoft store in windows 10how to reinstall microsoft store after removalhow to reinstall microsoft store with cmdhow to reinstall microsoft store commandhow to reinstall microsoft store windows 10reinstall microsoft storereinstall microsoft store without powershellreinstall microsoft store using powershellhow to reinstall microsoft store on windows 10how to reinstall the windows storedellhpacerasuslenovomsisurfacelaptop