Home  >  Article  >  What to do if the win10 start menu click does not work

What to do if the win10 start menu click does not work

青灯夜游
青灯夜游Original
2023-03-17 12:04:073896browse

Solution: 1. Open "Task Manager", find "Windows Explorer" in the "Processes" tab, and click the "Restart" button. 2. In the "Services" window, right-click "User Manager" and select "Properties"; in the User Manager properties window, set the "Startup Type" to "Automatic", and then click "OK". 3. Open the PowerShell window and execute the command to reinstall the start menu. 4. Open the PowerShell window and execute the command to repair system files.

What to do if the win10 start menu click does not work

The operating environment of this tutorial: Windows 10 system, Lenovo Xiaoxin Air14 computer.

The Windows Start Menu is the basic component of the graphical user interface in the Windows system. It contains most of the main contents of the Windows system. We can open the Windows Start menu by tapping the Windows logo on the keyboard or clicking the Windows icon in the lower left corner of the desktop. But sometimes we encounter that the Win10 start menu click is invalid and cannot be opened. What is going on? How can we solve this problem?

The Win10 start menu cannot be opened and clicks are unresponsive. This is usually caused by Windows Explorer. In this case, just restart Windows Explorer. There are also some rare reasons why the Win10 start menu cannot be opened, such as: System files are damaged or missing, User Manager service is disabled, or Problems with the start menu itself.

So how do we solve the problem of unresponsiveness when clicking on the Win10 start menu? For the above reasons, corresponding solutions are provided below, which can be solved according to the methods provided below.

Method 1. Restart Windows Explorer

Generally, the Win10 start menu click failure is caused by Windows Explorer. We only need to restart Windows Explorer. The manager can solve the problem of unresponsive clicks on the Start menu.

1. Press the "Ctrl Shift Esc" key on the keyboard to open the Task Manager.

What to do if the win10 start menu click does not work

2. In the "Processes" tab, find "Windows Explorer" , and click the "Restart" button in the lower right corner.

What to do if the win10 start menu click does not work

After waiting for the restart to complete, you can click the Win10 Start menu again to see if the problem is solved. If not, you can continue to try the following methods.

Method 2. Enable the User Manager service

The User Manager service is used to manage Windows user programs. If it is disabled, some programs may not function properly. of startup. If clicking on the Win10 Start menu does not work, you can check whether the User Manager service is disabled. If it is disabled, you can start it.

1. Press the "Windows R" key, open the run box and enter "services.msc", and then click "Sure".

2. Enter the service window, find "User Manager", and right-click it to select "Properties".

What to do if the win10 start menu click does not work

3. In the pop-up User Manager properties window, set the "Startup Type" to "Automatic" , and then click "OK".

What to do if the win10 start menu click does not work

Method 3. Reinstall the Start Menu

If it is a problem with the Win10 Start Menu itself, we can use PowerShell to reinstall the Start Menu . The specific steps are as follows:

1. Press the "Windows X" key, and then click "Windows PowerShell (Administrator)".

What to do if the win10 start menu click does not work

2. In the pop-up window, enter the following command and press Enter.

Command: "Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}"

What to do if the win10 start menu click does not work

Instructions: This command will reinstall the default applications built into Win10. If there is an error message, ignore it and wait until the execution is completed before restarting the computer.

Method 4. Repair system files

If you have tried all the above methods and the Win10 start menu still cannot be opened, it is possible that the system files are damaged. You can try to repair system files to solve the problem of Win10 Start menu clicks not working. You can follow these steps:

1. Press the "Windows X" key and then click "Windows PowerShell (Admin)", and then click "Yes".

2. Then, enter the following commands in sequence, and press Enter after completing each command.

Dism /Online /Cleanup-Image /ScanHealth (Scan all system files and compare with official system files)
                  Dism / Online /Cleanup-Image /CheckHealth
                                                                                                                                                      DISM /Online /Cleanup-image /RestoreHealth (will be restored if it is different from the official system source file)

What to do if the win10 start menu click does not work

3. After the execution is completed, restart the computer, enter PowerShell again and enter "sfc /scannow" and press Enter key. This command scans the integrity of system files and repairs problematic files.

What to do if the win10 start menu click does not work

For more related knowledge, please visit the FAQ column!

The above is the detailed content of What to do if the win10 start menu click does not work. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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