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

王林
Release: 2020-06-02 14:11:35
Original
8105 people have browsed it

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”}
Copy after login

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!

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