Home  >  Article  >  Operation and Maintenance  >  What to do if the program cannot be found in the start menu of win10 system

What to do if the program cannot be found in the start menu of win10 system

王林
王林Original
2020-06-02 14:11:358033browse

What to do if the program cannot be found in the start menu of win10 system

First press the Win S shortcut key to open the search box, then enter Powershell and find the application Windows Powershell

What to do if the program cannot be found in the start menu of win10 system

Right-click Windows Powershell , select the Run as administrator option

What to do if the program cannot be found in the start menu of win10 system

Then we enter the following command and press Enter

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

Wait for the system repair to be completed and then restart the computer

Recommended tutorial: windows tutorial

The above is the detailed content of What to do if the program cannot be found in the start menu of win10 system. 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