Home > Article > Operation and Maintenance > 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
Right-click Windows Powershell , select the Run as administrator option
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!