Home > Operation and Maintenance > Windows Operation and Maintenance > A critical error occurred in win10. Start menu cannot work.

A critical error occurred in win10. Start menu cannot work.

王林
Release: 2020-01-14 13:50:51
Original
4790 people have browsed it

A critical error occurred in win10. Start menu cannot work.

Right-click the toolbar at the bottom of the computer desktop and select the "Settings" option.

A critical error occurred in win10. Start menu cannot work.

Turn on the "Replace Command Prompt with Windows PowerShell in the menu when I right-click the Start button or press the window key X" option button.

A critical error occurred in win10. Start menu cannot work.

At this time, our behavior of opening the command prompt is replaced by opening Windows PowerShell

A critical error occurred in win10. Start menu cannot work.

As administrator After entering Windows PowerShell as your identity, copy and paste the following command

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml}
Copy after login

and press Enter. The words "Deploying" or "Deployment failed" will appear. Leave it alone and let it carry on.

A critical error occurred in win10. Start menu cannot work.

#After execution, the Windows PowerShell interface will look like this.

A critical error occurred in win10. Start menu cannot work.

Then log out or restart the system. The start menu should be ready to use. The long-lost Start menu is back.

A critical error occurred in win10. Start menu cannot work.

Recommended related articles and tutorials: windows tutorial

The above is the detailed content of A critical error occurred in win10. Start menu cannot work.. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template