Table of Contents
修复 1:更改区域设置
修复 2:重置存储缓存
修复 3:卸载并重新安装 Microsoft 软件包
修复 4:重新注册 MS Store
修复 5:部署应用程序包
修复 6:重新安装所有应用程序
修复 7:从设置中重置 MS Store
Fix 8: Run MS Store Troubleshooter
Home Common Problem How to fix Microsoft Store not working in Windows 11

How to fix Microsoft Store not working in Windows 11

May 01, 2023 pm 08:22 PM
repair windows 11 microsoft store

Microsoft Store 是一个官方网站,供 Windows 用户下载应用程序到他们的系统。一些用户注意到,MS Store 在下载应用程序时不断崩溃或无法打开,或冻结。在某些情况下,人们已经看到这个问题超过一年了。

如果您在系统上的 MS Store 中遇到此问题,请不要担心。我们编译了一些修复程序,可帮助您解决 Microsoft Store 的此问题。

修复 1:更改区域设置

1.使用Windows+R打开运行窗口。

2. 键入命令  ms-settings:regionlanguage并按Enter。

如何修复 Microsoft Store 无法在 Windows 11 中运行

3. 在打开的窗口中,在语言 部分下,找到Windows 显示语言。

4. 单击旁边的下拉菜单并选择适当的语言。

5. 向下滚动到区域部分。

6. 从国家或地区旁边的下拉列表中,选择您的国家。

7. 从区域格式旁边的下拉列表中,选择推荐 或适当的格式。

如何修复 Microsoft Store 无法在 Windows 11 中运行

8. 更改完成后,重新启动系统。

修复 2:重置存储缓存

1.使用Windows+R打开运行对话框。

2. 键入wsreset.exe并单击确定按钮。

如何修复 Microsoft Store 无法在 Windows 11 中运行

3. 现在,您应该看到一个黑色的窗口打开。窗口运行并重置缓存。

5. 耐心等待,因为这需要一些时间。

4. 重置完成后,尝试打开 MS Store。

修复 3:卸载并重新安装 Microsoft 软件包

1.使用Windows+R打开运行对话框。

2. 键入powershell并按住Ctrl+Shift+Enter 键。这将在管理员模式下打开 PowerShell。

如何修复 Microsoft Store 无法在 Windows 11 中运行

3. 如果您看到 UAC 窗口弹出,请单击是。

4. 在打开的 PowerShell 窗口中,粘贴以下命令并按 Enter。

获取-AppxPackage -allusers Microsoft.WindowsStore | 选择包全名
Copy after login

5. 将显示 Windows 应用商店的包全名。复制全名。

如何修复 Microsoft Store 无法在 Windows 11 中运行

6.现在,输入以下命令

Add-AppxPackage -register “C:\Program Files\WindowsApps\\AppXManifest.xml” –DisableDevelopmentMode
Copy after login

在我们的例子中,由于包全名是Microsoft.WindowsStore_22112.1401.2.0_x64__8wekyb3d8bbwe,我们将上述命令调整为:

添加-AppxPackage -注册“C:\Program Files\WindowsApps\Microsoft.WindowsStore_22112.1401.2.0_x64__8wekyb3d8bbwe\AppXManifest.xml
Copy after login

如何修复 Microsoft Store 无法在 Windows 11 中运行

笔记:

  1. 确保使用步骤 5 中复制的 PackageFullName 更改上述命令中的 < PackageFullName >。
  2. 我们在上面的命令中使用C : 因为操作系统安装在 C 驱动器中。如果操作系统安装在其他位置,请确保使用正确的磁盘名称。

修复 4:重新注册 MS Store

1. 打开PowerShell窗口(请参阅修复 3 中的步骤 1-3)。

2. 在打开的 PowerShell 窗口中,粘贴以下命令并按 Enter。

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Copy after login

如何修复 Microsoft Store 无法在 Windows 11 中运行

修复 5:部署应用程序包

1. 以管理员权限打开PowerShell窗口(请参阅修复 3 中的步骤 1-3)。

2. 在打开的窗口中,输入以下命令并按 Enter。

((Get-ChildItem “HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications”) | Get-ItemProperty).Path | 添加-AppxPackage -Register -DisableDevelopmentMode
Copy after login

修复 6:重新安装所有应用程序

1. 以管理员权限打开PowerShell窗口(请参阅修复 3 中的步骤 1-3)。

2. 在打开的窗口中,输入以下命令并按 Enter。

获取-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Copy after login

修复 7:从设置中重置 MS Store

1.使用Windows+R打开运行对话框。

2.输入 ms-settings:appsfeatures 并点击Ok按钮。

如何修复 Microsoft Store 无法在 Windows 11 中运行

3. 在出现的窗口中,向下滚动并找到Microsoft Store。

4. 单击Microsoft Store旁边的三个点

5. From the context menu, click Advanced Options.

如何修复 Microsoft Store 无法在 Windows 11 中运行

#6. In the window that opens, scroll down to the Reset section.

7. Click the Reset button.

如何修复 Microsoft Store 无法在 Windows 11 中运行

8. In the window that appears, click the Reset button.

如何修复 Microsoft Store 无法在 Windows 11 中运行

9. Restart the system.

Fix 8: Run MS Store Troubleshooter

1. Open the Run dialog using Windows R.

2. Enter the command ms-settings:troubleshoot and press Enter.

如何修复 Microsoft Store 无法在 Windows 11 中运行

#3. In the window that opens, click Additional troubleshooters.

如何修复 Microsoft Store 无法在 Windows 11 中运行

4. Scroll down and find Windows Store Apps.

5. Click the Run button next to Windows Store App

如何修复 Microsoft Store 无法在 Windows 11 中运行

6. The troubleshooter will run and notify the system about the problem and available fixes.

7. Follow the on-screen instructions to apply the recommended fixes.

8. Once completed, restart the system.

The above is the detailed content of How to fix Microsoft Store not working in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

This Apple ID is not yet in use in the iTunes Store: Fix This Apple ID is not yet in use in the iTunes Store: Fix Jun 10, 2024 pm 05:42 PM

When logging into iTunesStore using AppleID, this error saying "This AppleID has not been used in iTunesStore" may be thrown on the screen. There are no error messages to worry about, you can fix them by following these solution sets. Fix 1 – Change Shipping Address The main reason why this prompt appears in iTunes Store is that you don’t have the correct address in your AppleID profile. Step 1 – First, open iPhone Settings on your iPhone. Step 2 – AppleID should be on top of all other settings. So, open it. Step 3 – Once there, open the “Payment & Shipping” option. Step 4 – Verify your access using Face ID. step

How to fix red-eye on iPhone How to fix red-eye on iPhone Feb 23, 2024 pm 04:31 PM

So, you took some great photos at your last party, but unfortunately, most of the photos you took were of red eyes. The photo itself is great, but the red eyes in it kind of ruin the image. Not to mention, some of those party photos might be from your friends’ phones. Today we'll look at how to remove red eye from photos. What causes the red eyes in the photo? Red-eye often occurs when taking photos with flash. This is because the light from the flash shines directly into the back of the eye, causing the blood vessels under the eye to reflect the light, giving the effect of red eyes in the photo. Fortunately, with the continuous advancement of technology, some cameras are now equipped with red-eye correction functions that can effectively solve this problem. By using this feature, the camera takes pictures

How to solve the problem of Win11 failing to verify credentials? How to solve the problem of Win11 failing to verify credentials? Jan 30, 2024 pm 02:03 PM

When a Win11 user uses credentials to log in, he or she receives an error message stating that your credentials cannot be verified. What is going on? After the editor investigated this problem, I found that there may be several different situations that directly or indirectly cause this problem. Let's take a look with the editor.

An easy guide to fixing Windows 11 blue screen issues An easy guide to fixing Windows 11 blue screen issues Dec 27, 2023 pm 02:26 PM

Many friends always encounter blue screens when using computer operating systems. Even the latest win11 system cannot escape the fate of blue screens. Therefore, today I have brought you a tutorial on how to repair win11 blue screens. No matter whether you have encountered a blue screen or not, you can learn it first in case you need it. How to fix win11 blue screen method 1. If we encounter a blue screen, first restart the system and check whether it can start normally. 2. If it can start normally, right-click "Computer" on the desktop and select "Manage" 3. Then expand "System Tools" on the left side of the pop-up window and select "Event Viewer" 4. In the event viewer, we will You can see what specific problem caused the blue screen. 5. Then just follow the blue screen situation and events

Comprehensive Guide to PHP 500 Errors: Causes, Diagnosis and Fixes Comprehensive Guide to PHP 500 Errors: Causes, Diagnosis and Fixes Mar 22, 2024 pm 12:45 PM

A Comprehensive Guide to PHP 500 Errors: Causes, Diagnosis, and Fixes During PHP development, we often encounter errors with HTTP status code 500. This error is usually called &quot;500InternalServerError&quot;, which means that some unknown errors occurred while processing the request on the server side. In this article, we will explore the common causes of PHP500 errors, how to diagnose them, and how to fix them, and provide specific code examples for reference. Common causes of 1.500 errors 1.

How to fix the volume cannot be adjusted in WIN10 How to fix the volume cannot be adjusted in WIN10 Mar 27, 2024 pm 05:16 PM

1. Press win+r to open the run window, enter [regedit] and press Enter to open the registry editor. 2. In the opened registry editor, click to expand [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun]. In the blank space on the right, right-click and select [New - String Value], and rename it to [systray.exe]. 3. Double-click to open systray.exe, modify its numerical data to [C:WindowsSystem32systray.exe], and click [OK] to save the settings.

How to fix the problem of being unable to access the Internet due to abnormal network card driver How to fix the problem of being unable to access the Internet due to abnormal network card driver Jan 06, 2024 pm 06:33 PM

Some friends find that their computers cannot access the Internet because of abnormal network card drivers. They want to know how to fix it. In fact, current systems have built-in driver repair functions, so we only need to manually update the driver. If it doesn’t work, then we can fix it. Driver software can be used. How to fix the problem that the network card driver is abnormal and cannot connect to the Internet: PS: If this problem occurs suddenly, you can try restarting the computer first. If it still doesn't work after restarting, continue with the following operations. Method 1: 1. First, right-click on the taskbar and select "Start Menu" 2. Open "Device Manager" in the right-click menu. 3. Click "Network Adapter", then select "Update Driver" and click "Automatically search for driver". After the update is completed, you can surf the Internet normally. 5. Some users are also affected by the problem.

Fix aksfridge.sys blue screen error in Windows 11/10 Fix aksfridge.sys blue screen error in Windows 11/10 Feb 11, 2024 am 11:30 AM

If you encounter aksfridge.sys blue screen error after upgrading to Windows 11 or Windows 10, this article will provide you with solutions. You can try the following methods to successfully resolve this issue. The genuine aksfridge.sys file is the software component of AladdinHASP from AladdinKnowledgeSystems. AladdinHASP (Hardware Anti-Software Piracy) is a suite of digital rights management (DRM) protection and licensing software. Aksfridge.sys is a filter driver necessary for HASP to function properly. This component adds support for specialized external devices. Hardware Anti-Software Piracy, also known as AladdinHAS