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!
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".
#3. Now, run this file check command to scan all system files.
sfc /scannow
4. After the system file check scan is complete, you should also run a DISM scan.
DISM.exe /Online /Cleanup-image /Restorehealth
After running these two scans, open the setup utility and test whether it works.
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.
#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.
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".
#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.
Test if this solves your problem.
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.
#3. When a blank page opens, simply copy and paste these lines into the page.
回声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
4. After that, click on the “File” option and then click on the “Save as” option.
#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 ”将批处理文件保存在那里。
完成后,关闭记事本页面。
8. 然后,到刚才保存批处理文件的地方。
9. 现在,右键单击“ Setscript ”并点击“以管理员身份运行”以管理员权限执行批处理文件。
运行批处理文件后,同时按Win键+I键打开设置页面。检查这是否可以解决问题。
只需从此处下载脚本,解压缩并运行批处理文件。
1. 在您的系统上下载Setscript文件。
2. 将 zip 文件解压缩到您喜欢的位置。
3. 现在,前往您提取文件的位置。
4. 然后,右键单击“ Setscript ”批处理文件并点击“以管理员身份运行”。
这样,您可以找到解决此问题的快速方法。
尝试执行这两个将取消注册并重新注册设置应用程序的 PowerShell 命令。
1. 按 Win 键并在框中键入“ powershell ”。
2. 然后,右键单击“ Windows PowerShell ”并单击“以管理员身份运行”。
3. 当您以管理权限打开 PowerShell 终端后,粘贴此代码并按Enter。
获取-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
4. 执行此代码后,复制此命令并将其粘贴到终端中,然后按 Enter。
获取-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
执行完这两个命令后,关闭 PowerShell 终端。
然后,重新启动系统以使此更改生效。
希望这可以解决您面临的设置应用程序问题。
注意——
您可以运行另一个命令来解决问题。这是重新注册控制面板的命令,但在这个问题上已经显示出很好的效果。
1.以管理员权限打开PowerShell终端。
2. 然后,运行此代码重新注册控制面板。
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
执行代码后重启机器。测试这是否能解决您的问题。
如果这只是系统错误,将 Windows 更新到最新版本应该可以解决问题。
1. 同时按下Win键+X键。
2. 然后,点击上下文菜单上的“ Windows Terminal (Admin )”。
3. 当 Windows 终端页面打开时,粘贴此代码并按Enter 键。
安装模块 PSWindowsUpdate
4. 成功执行命令后,复制粘贴此命令并按 Enter 以下载更新。
获取-WindowsUpdate
5. 最后,运行此命令在您的系统上安装更新。
安装-WindowsUpdate
这样,Windows 更新将安装最新版本的 Windows。关闭命令提示符并重新启动计算机一次。
如果无法修复“设置”页面,请使用系统还原点还原您的系统。
1. 同时按下Win键+R键。
2. 然后,键入此内容并单击“确定”。
对于 rstru
3. 系统还原窗口出现后,点击“下一步”。
4. 在下一个屏幕上,您应该会看到还原点列表。
5. 但如果您想查看更多还原点,请勾选“显示更多还原点”框。
这将在您的系统上显示其他还原点。
5.在这里选择设置实用程序正常工作之前的日期还原点。
6. 然后,点击“下一步”。
7. 在确认的最后一步,点击“完成”。
现在,恢复过程将开始。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!