如果在升级到Windows 10和Windows 11或安装Windows 更新(Windows Updates)后,您发现您的开始菜单不工作(Start Menu is not working)或开始菜单不打开(Start Menu does not open)或开始按钮不工作(Start Button is not working),那么这篇文章将对您有所帮助。如果您的开始菜单不工作,这里有一些您可能想尝试的故障排除步骤。

开始菜单(Start Menu)无法打开或开始按钮(Start Button)不起作用
在继续之前,您可能需要重新启动“开始”菜单进程或重新启动 explorer.exe 进程(restart the explorer.exe process),看看是否有帮助。如果没有,请先创建一个系统还原点,以便在发现结果与预期不符时还原。完成后,请遵循以下建议:
- 重新启动启动进程并查看
- 运行 Windows 开始菜单疑难解答(Run Windows Start Menu Troubleshooter)
- 运行系统文件检查器
- 重新注册 Shell 体验
- 注册所有应用程序包
- 修复 Windows 系统映像
- 切换全屏开始菜单
- 检查新的用户帐户
- 卸载有问题的更新(Update),然后将其隐藏
- 其他建议。
您需要管理员权限才能解决此问题。
修复开始菜单在(Fix Start Menu)Windows 11/10中不起作用

1]重新启动启动过程并查看
开始菜单(Start Menu — StartMenuExperienceHost.exe)有一个单独的进程可用- StartMenuExperienceHost.exe 。重新启动开始菜单,看看是否有帮助。
2]运行Windows开始菜单疑难解答(Run Windows Start Menu Troubleshooter)
从Microsoft下载并运行Windows 11/10 开始菜单疑难解答。它应该解决所有相关的问题。
3]运行系统文件检查器
在提升的命令提示符下运行以下命令,以运行系统文件检查器。
sfc /scannow
扫描结束后重新启动,看看是否有帮助。该命令将用新文件替换任何损坏的文件,这将确保“开始(Start)”菜单再次工作。
4]重新注册Shell体验
打开提升的PowerShell窗口并执行以下命令:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
看看这是否有帮助。
5]注册所有应用程序包
要打开提升的 PowerShell 提示符(open an elevated PowerShell prompt),请在任务栏搜索(Search)中键入PowerShell,然后在出现的结果“Windows Powershell”中,右键单击并选择以管理员身份运行。(Run)键入以下内容并按 Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
您可以这样做,以打开命令提示符(Command Prompt)或Powershell窗口。Press Ctrl+Shift+Esc打开任务管理器(Task Manager)。单击(Click)文件菜单(File)>> Run新任务。要打开命令提示符窗口,请键入cmd。要打开PowerShell提示符,请键入powershell。请记住选中使用管理权限创建此任务(Create this task with the administrative privileges)复选框。然后按 Enter。
6]修复Windows系统映像
打开提升的CMD复制粘贴以下内容,然后按 Enter
Dism /Online /Cleanup-Image /RestoreHealth
扫描结束后重新启动,看看是否有帮助。这将修复 Windows 映像(Repair the Windows Image)。
7]切换全屏开始菜单
使开始全屏并返回。启用平板电脑模式和开始屏幕,然后返回。看看这个切换是否有帮助。
8]检查新用户帐户
创建一个新用户,看看它是否有帮助。为此,请打开提升的命令提示符窗口,键入以下内容,然后按 Enter(Enter):
net user username /add
这里的用户名是您的新用户名。您将看到命令已成功完成(The command completed successfully)消息。登录(Log)您的新帐户,看看它是否解决了您的问题。
9]卸载有问题的更新
Windows 允许您卸载有问题的更新(Update),然后将其隐藏。
19] 其他建议
如果Windows 11/10 开始菜单磁贴数据库损坏,这篇文章将为您提供帮助。如果Cortana 或任务栏搜索不起作用(Cortana or Taskbar search is not working),请打开Task Manager > File菜单> Run新任务。键入powershell并选择使用管理权限创建此任务(Create this task with administrative privileges)复选框,然后单击确定。(OK. See)如果您的任务栏无法在 Windows 11/10 中运行,请参阅此帖子。
让我们知道是否对您有用,或者您是否有任何建议可以造福他人。
提示(TIP):如果您的WinX 菜单(WinX Menu is not working)在 Windows 11/10 中无法运行,这篇文章将为您提供帮助。
当我按下开始按钮时没有任何反应(Start Button)
有些键盘带有一个锁定按钮,可以禁用“开始(Start)”按钮,即无论您按多少次都不会发生任何事情。它们通常在游戏键盘上可用。因此,寻找一个带有锁定图标的按钮,然后按一次。
相关(Related):Windows 开始菜单不会关闭并保持冻结状态
我无法点击开始菜单上的应用程序(Start Menu)
解决此问题的简单方法是使用任务管理器(Task Manager),它可以重新启动Windows 文件资源管理器(Windows File Explorer)。Use Ctrl + Shift + Esc启动任务管理器(Task Manager)。然后找到File Explorer,右键单击它并终止该进程。它应该重新启动文件资源管理器(File Explorer)。如果没有,请单击(Click)文件File > Run新Task > Typeexplorer.exe,然后按Enter键。
Start Menu does not open or Start Button not working in Windows 11/10
If, after upgrading to Windows 10 and Windows 11 or installing Windows Updates, you find that your Start Menu is not working or Start Menu does not open or Start Button is not working, then this post will help you. If your Start Menu is not working, here are a few troubleshooting steps you may want to try out.

Start Menu does not open or Start Button not working
Before you proceed, you may want to restart the Start Menu process or restart the explorer.exe process and see if that helps. If it doesn’t, create a system restore point first, so that you can revert back, if you find that the results are not what you expected. Having done that, follow these suggestions:
- Restart Start process and see
- Run Windows Start Menu Troubleshooter
- Run System File Checker
- Re-register the Shell experience
- Register all app packages
- Repair Windows System Image
- Toggle Full Screen Start Menu
- Check with a new user account
- Uninstall the problematic Update and then hide it
- Other suggestions.
You will need admin permission to resolve this.
Fix Start Menu not working in Windows 11/10

1] Restart Start process and see
There is a separate process available for Start Menu — StartMenuExperienceHost.exe. Restart Start Menu and see if that helps.
2] Run Windows Start Menu Troubleshooter
Download and run the Windows 11/10 Start Menu Troubleshooter from Microsoft. It should fix all the related problems.
3] Run System File Checker
Run the following command in an elevated command prompt, to run the System File Checker.
sfc /scannow
Restart after the scan is over and see if it helped. The command will replace any corrupt file with a new one, which will ensure that the Start menu works again.
4] Re-register the Shell experience
Open an elevated PowerShell window and execute the following command:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
See if this has helped.
5] Register all app packages
To open an elevated PowerShell prompt, type PowerShell in taskbar Search, and in the result ‘Windows Powershell’ which appears, right-click and select Run as administrator. Type the following and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
You may do this, to open a Command Prompt or Powershell window. Press Ctrl+Shift+Esc to open the Task Manager. Click on File menu > Run new task. To open a command prompt window, type cmd. To open a PowerShell prompt, type powershell. Remember to check the Create this task with the administrative privileges check-box. Then hit Enter.
6] Repair Windows System Image
Open an elevated CMD copy-paste the following and hit Enter
Dism /Online /Cleanup-Image /RestoreHealth
Restart after the scan is over and see if it helped. This will Repair the Windows Image.
7] Toggle Full Screen Start Menu
Make Start full screen and back. Enable Tablet Mode and Start Screen and then go back. See if this toggling has helped.
8] Check with a new user account
Create a new user and see if it helps. To do this, open an elevated command prompt window, type the following, and hit Enter:
net user username /add
Here username is your new user name. You will see The command completed successfully message. Log into your new account and see if it has resolved your issue.
9] Uninstall Problematic Update
Windows allows you to uninstall the problematic Update and then hide it.
19] Other Suggestions
This post will help you if Windows 11/10 Start Menu Tile Database is corrupt. If Cortana or Taskbar search is not working, open Task Manager > File menu > Run new task. Type powershell and select the Create this task with administrative privileges checkbox and click OK. See this post if your Taskbar is not working in Windows 11/10.
Let us know if anything worked for you or if you have any suggestions to make for the benefit of others.
TIP: This post will help you if your WinX Menu is not working in Windows 11/10.
Nothing happens when I press the Start Button
Some keyboards come with a lock button that disables the Start button i.e. nothing will happen no matter how many times you press it. They are usually available on the gaming keyboard. So look for a button that has a lock icon on it, and press it once.
Related: Windows Start Menu does not close and remains frozen
I am not able to click on the apps on Start Menu
The easy way to fix this is using the Task Manager, which can restart the Windows File Explorer. Use Ctrl + Shift + Esc to launch Task Manager. Then locate the File Explorer, right-click on it and kill the process. It should relaunch the File Explorer. If not, Click on File > Run new Task > Type explorer.exe, and press the Enter key.