Table of Contents
Fix 1 – Run a file integrity check
Fix 2 – Reset the App
Fix 3 – Create and Run Batch File
替代方法——
修复 4 – 重新注册应用程序
修复 5 – 安装最新的 Windows 更新
修复 6 – 恢复系统
Home Common Problem How to fix Settings app crashing frequently on Windows 11

How to fix Settings app crashing frequently on Windows 11

May 10, 2023 am 10:43 AM
windows 11 restore point

The Settings application is the most critical part of the Windows operating system. Even all troubleshooting is in the Settings app! So, what can you do if the Settings app fails? Don't worry. Just like you, several other users are experiencing the same issue using the Settings app. Implement these simple fixes to quickly resolve the issue and get the Settings app working again!

Fix 1 – Run a file integrity check

The Settings application may crash if some important system files are missing.

1. You must click the Windows key and enter "cmd".

2. Then, right-click "Command Prompt" and click "Run as administrator".

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

#3. Now, run this file check command to scan all system files.

1

sfc /scannow

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

4. After the system file check scan is complete, you should also run a DISM scan.

1

DISM.exe /Online /Cleanup-image /Restorehealth

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

After running these two scans, open the setup utility and test whether it works.

Fix 2 – Reset the App

You can reset the Settings app to its default settings from the Start menu. For the maximum number of users this will solve the problem.

1. Press the Start button on your keyboard.

2. When the Start menu opens, look for the "Settings" application.

[If you cannot find the application, you can click the "All applications>" option to browse the complete application list. And find Settings Application there. ]

3. Once you find the Settings application, right-click the application and click "Application Settings" to open it.

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

#4. This should open the Settings app page.

5. In the reset section, you will notice two options.

6. Click "Repair" to repair the application. Typically, repairing an app won't delete any app settings, so it should be safe for you.

Wait until Windows repairs the Settings app.

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

Then, close the Settings app and open and try to access the different settings menus. Test if this works without crashing.

If this does not solve your problem, you must reset the Settings application -

1. First, click on that Windows icon on the taskbar to invoke Start Menu page.

2. Right-click on the "Settings" application and further click on "Application Settings".

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

#3. Simply scroll down the right pane and click on the "Reset" option.

4. You may see a warning message on the same side of the screen. So click on "Reset" again to reset the application.

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

Test if this solves your problem.

Fix 3 – Create and Run Batch File

Create and run this batch file on your system to resolve the issue.

[We have created a batch file for you. So if you want to go to the end of this solution download the batch file directly. ]

1. Use the search box to search for "Notepad".

2. Then, click "Notepad" in the search results to access.

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

#3. When a blank page opens, simply copy and paste these lines into the page.

1

回声taskkill /f /im explorer.exetaskkill /f /im shellexperiencehost.exe超时 /t 3 /NOBREAK > nuldel %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q超时 /t 2 /NOBREAK > nul启动资源管理器@echo on

Copy after login

4. After that, click on the “File” option and then click on the “Save as” option.

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

#5. In the Save As window, select a location to store the batch file.

6. Then, set "Save as type:" to "All files".

7.接下来,将文件命名为“ Setscript.bat ”并点击“ Save ”将批处理文件保存在那里。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

完成后,关闭记事本页面。

8. 然后,到刚才保存批处理文件的地方。

9. 现在,右键单击“ Setscript ”并点击“以管理员身份运行”以管理员权限执行批处理文件。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

运行批处理文件后,同时按Win键+I键打开设置页面。检查这是否可以解决问题。

替代方法——

只需从此处下载脚本,解压缩并运行批处理文件。

1. 在您的系统上下载Setscript文件。

2. 将 zip 文件解压缩到您喜欢的位置。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

3. 现在,前往您提取文件的位置。

4. 然后,右键单击“ Setscript ”批处理文件并点击“以管理员身份运行”。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

这样,您可以找到解决此问题的快速方法。

修复 4 – 重新注册应用程序

尝试执行这两个将取消注册并重新注册设置应用程序的 PowerShell 命令。

1. 按 Win 键并在框中键入“ powershell ”。

2. 然后,右键单击“ Windows PowerShell ”并单击“以管理员身份运行”。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

3. 当您以管理权限打开 PowerShell 终端后,粘贴此代码并按Enter

1

获取-appxpackage microsoft.ui.xaml.cbs |? {($_.version -ne "2.62106.1002.0")} | 删除-appxpackage添加-appxpackage -Register -DisableDevelopmentMode -ForceApplicationShutdown C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\AppxManifest.xml

Copy after login
Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

4. 执行此代码后,复制此命令并将其粘贴到终端中,然后按 Enter

1

获取-appxpackage microsoft.ui.xaml.cbs |? {($_.version -ne "2.62106.1002.0")} | 删除-appxpackage添加-appxpackage -Register -DisableDevelopmentMode -ForceApplicationShutdown C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\AppxManifest.xml

Copy after login
Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

执行完这两个命令后,关闭 PowerShell 终端。

然后,重新启动系统以使此更改生效。

希望这可以解决您面临的设置应用程序问题。

注意——

您可以运行另一个命令来解决问题。这是重新注册控制面板的命令,但在这个问题上已经显示出很好的效果。

1.以管理员权限打开PowerShell终端。

2. 然后,运行此代码重新注册控制面板。

1

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

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

执行代码后重启机器。测试这是否能解决您的问题。

修复 5 – 安装最新的 Windows 更新

如果这只是系统错误,将 Windows 更新到最新版本应该可以解决问题。

1. 同时按下Win键+X键。

2. 然后,点击上下文菜单上的“ Windows Terminal (Admin )”。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

3. 当 Windows 终端页面打开时,粘贴此代码并按Enter 键

1

安装模块 PSWindowsUpdate

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

4. 成功执行命令后,复制粘贴此命令并按 Enter 以下载更新。

1

获取-WindowsUpdate

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

5. 最后,运行此命令在您的系统上安装更新。

1

安装-WindowsUpdate

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

这样,Windows 更新将安装最新版本的 Windows。关闭命令提示符并重新启动计算机一次。

修复 6 – 恢复系统

如果无法修复“设置”页面,请使用系统还原点还原您的系统。

1. 同时按下Win键+R键。

2. 然后,键入此内容并单击“确定”。

1

对于 rstru

Copy after login

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

3. 系统还原窗口出现后,点击“下一步”。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

4. 在下一个屏幕上,您应该会看到还原点列表。

5. 但如果您想查看更多还原点,请勾选显示更多还原点”框。

这将在您的系统上显示其他还原点。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

5.在这里选择设置实用程序正常工作之前的日期还原点。

6. 然后,点击“下一步”。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

7. 在确认的最后一步,点击“完成”。

如何修复 Windows 11 上的设置应用程序经常崩溃的问题

现在,恢复过程将开始。Windows 将恢复到原始状态。您可能会丢失一些最近的应用程序和文件。

设置应用程序现在应该可以工作了。这应该可以解决问题。

The above is the detailed content of How to fix Settings app crashing frequently on 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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

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)

7 Ways to Fix Printer Access Denied Error in Windows 11 7 Ways to Fix Printer Access Denied Error in Windows 11 May 10, 2023 pm 03:43 PM

Connecting your Windows computer to external devices such as printers can make things easier for you. However, you may encounter several problems when trying to collect computers from external devices such as printers. Users complain about Windows 11 printer access denied error. Many situations can cause this issue, including hardware issues, driver issues, and more. Therefore, this article will discuss the cause of the problem and how to solve it. Windows 11 printer access denied error prevents you from using the printer to perform any action on your computer. This indicates that there is not a good connection between the computer and the printer. Likewise, printer errors may cause Windows to be unable to connect to the printer Access Denied error 0x0000011b.

Error code 22: How to fix graphics device driver Try updating graphics driver or clearing CMOS Error code 22: How to fix graphics device driver Try updating graphics driver or clearing CMOS May 19, 2023 pm 01:43 PM

What does graphics device error code 22 mean and what causes it? When you encounter error code 22, you will always see the error message This device is disabled. (Code 22). You can view more details about this graphics device driver error code 22 by going to the Device Status area in the device properties. We also discussed Error code 11 in Windows 43. You can also check out our guide on how to fix graphics device error code 31 on your PC. Device is actually disabled: The device in question may throw you this error code 22 and is actually disabled. There are driver issues: Incompatible or corrupted driver files can also cause multiple issues with the device program. Drivers are not the most

How to fix preview pane not working in Windows 11 How to fix preview pane not working in Windows 11 Apr 24, 2023 pm 06:46 PM

One of the features that comes with Windows File Explorer is the preview pane, which displays a preview of the file you selected. This means you can view the contents of the file before opening it. The preview pane of File Explorer provides previews for different types of files such as Office-related documents, PDFs, text files, images, and videos. It usually works fine, but sometimes the file preview isn't available. Recently, many Windows 11 users have raised the issue that File Explorer’s preview pane is not working and they are unable to view file previews. Are you facing the issue of preview pane not working on your Windows computer? Then, continue reading this article. Here we have compiled a list of fixes that can help you fix

Fix: Snipping Tool notification missing in Windows 11, 10 Fix: Snipping Tool notification missing in Windows 11, 10 May 16, 2023 pm 06:34 PM

Snip&Sketch is an excellent Windows screenshot tool. Microsoft has added tons of new cool features and shortcuts to make this tool almost indispensable for users. However, you may have noticed an issue after taking the screenshot, the preview notification does not appear in the notification panel! There are many reasons that could be the source of the problem. So, no need to waste more time, just follow these solutions to find a quick solution. Fix 1 – Check notification settings You may have blocked Snip & Sketch notification settings. 1. You have to open settings. So, press Windows key + I key at the same time. 2. Now, go to “System” from the left pane. 3. On the right side, click All Options

System Settings.exe Error: What It Is and How to Fix It System Settings.exe Error: What It Is and How to Fix It Apr 30, 2023 am 09:52 AM

System Settings.exe is an executable file that contains machine code in an unreadable form. This file runs as a background service on Windows computers to ensure that Windows applications run properly. What is SystemSettings.exe Error? When a SystemSettings.exe runtime error occurs, a system error prompt appears on the screen with a message: The system has detected a stack-based buffer overflow in this application. This overflow could allow a malicious user to take control of this application. Apart from this, some of our readers have also encountered unknown software exception error 0x40000015. The error mainly occurs when a process requires an executable file to run but cannot launch the EXE. What causes

Ghost Specter Windows 11 Superlite: Download and Installation Guide Ghost Specter Windows 11 Superlite: Download and Installation Guide May 05, 2023 am 09:10 AM

Updating the operating system to the latest Windows 11 poses a challenge for many PCs due to insufficient system requirements. Therefore, Microsoft released a modified version, GhostSpectreWindows11Superlite, compatible with every PC. Therefore, we will discuss how to download and install it. Likewise, if your PC meets the Windows 11 system requirements, you can read further about obtaining a Windows 11 custom ISO. What is Ghost Windows 11? GhostSpectreWindows11 is a modified version called LightWindows11. This is because of the installed

How to enable developer mode in Windows 11 How to enable developer mode in Windows 11 Apr 25, 2023 pm 10:58 PM

Microsoft has announced a new feature alongside Windows 10 called Developer Mode, which is also present in Windows 11. This is very important for all developers who code software development on Windows PC and want to deploy it to other devices. To improve the coding environment, users must enable developer mode on Windows systems, which allows users to benefit from enhanced assistance in writing, testing, and deploying code. Users must ensure that developer mode is enabled not only on the Windows machine where coding is done, but also on the device where it is deployed and tested. If you are new to coding and want to make the most of this feature, continue reading this article which will guide you how

Fix issue where Windows 11 display language cannot be changed Fix issue where Windows 11 display language cannot be changed May 07, 2023 am 10:10 AM

The display language is the front-end language in which users can read and view system screen content. Windows 11 releases updated versions regularly, but sometimes this causes some unexpected things to change. Many Windows users have noticed a change in Windows 11 systems where they cannot change their display language. They're not sure why this is happening. We suspect this may be due to a recent Windows version being installed on the system or having sync settings enabled to remember preferences for different devices. Don't worry if you encounter such problems when changing the display language. In this article, we have explained below some solutions that will help users to resolve this issue and be able to change the display language. build