Home > Article > Computer Tutorials > win10 taskbar stuck
Solutions to win10 taskbar stuck: 1. Restart "Windows Explorer"; 2. Uninstall conflicting software; 3. Re-"deploy operating process"; 4. Repair system services; 5. Through powershell Command repair; 6. Execute the repair command in cmd. Detailed introduction: 1. Restart "Windows Explorer", directly press the keyboard key combination "Ctrl Alt Del" to open the "Task Manager", switch to the "Processes" tab, select the "Windows Explorer" item, etc.
For the problem of the Windows 10 taskbar being stuck, you can try the following solutions:
Option 1: Restart" Windows Explorer"
1. Directly press the keyboard key combination "Ctrl Alt Del" to open the "Task Manager".
2. Switch to the "Process" tab and select the "Windows Explorer" item.
3. Click the "Restart" button, wait for the restart to complete, and then try right-clicking the taskbar.
Option 2: Uninstall conflicting software
1. Enter safe mode and uninstall the recently installed software that makes the taskbar system icon unclickable.
2. Restart the system and check whether the problem has been solved.
Option 3: Re-"Deploy Operation Process"
1. Click the "Cortana" voice search box in the lower left corner of the desktop, enter "PowerShell", and select from the search results Find and open the tool.
2. Copy and paste the following command into the command prompt interface and press Enter to execute: Get-AppXPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register “(_.InstallLocation)\AppXManifest.xml” }.
3. Wait for the completion of the "System Deployment Process" operation. The entire process will take about 2 to 10 minutes. Finally, try right-clicking on the taskbar to perform other related operations.
Option 4: Repair system services
1. Open the PowerShell in the same way, enter services.msc in the new task window, and open the service window.
2. Find the Application Identity service and select Start from the right-click menu.
3. Check whether the problem has been solved.
Option 5: Repair through powershell command
1. Open Run (or open the task manager, select file in the menu bar, create a new task), enter in the dialog box powershell.
2. A debugging window with a blue background appears, enter Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register “(_.InstallLocation)\AppxManifest.xml” -verbose }.
3. Afterwards, windows will automatically register relevant packages and components, which takes about 1 to 2 minutes. After that, the taskbar returned to normal and the start menu returned to normal.
4. If it fails, it will prompt to deny access. Then the permissions are insufficient and administrator permissions are required. Open the task manager, select File on the menu bar, create a new task, and check Create this task with system administrative rights. Enter cmd, press Enter to open the command prompt, enter powershell, wait a few seconds, and continue to enter Get-AppxPackage. | % { Add-AppxPackage -DisableDevelopmentMode -Register "(_.InstallLocation)\AppxManifest.xml" -verbose }.
5. Then the taskbar returns to normal and it takes effect immediately without logging out and restarting.
Option 6: Execute the repair command in cmd
1. Run the cmd terminal with administrator rights. Select Command Prompt (Administrator) from the right-click menu of the Start menu icon, or do the same as PowerShell above, except change the "PowerShell" entered in the new task window to "cmd".
2. Execute the following command in the cmd terminal: ren %windir%\System32\AppLocker\Plugin*.* *.bak.
3. Restart the system and check whether the problem is solved.
The above is the detailed content of win10 taskbar stuck. For more information, please follow other related articles on the PHP Chinese website!