Solve the problem that win10 cannot open the associated program with personalization options

王林
Release: 2024-01-03 19:04:43
forward
870 people have browsed it

When using our win10 system, we often use the right-click menu to perform some operations, but many users said when using it that when selecting the right-click menu to personalize, it prompts that the file does not have a program associated with it. , resulting in the inability to run normally. You can actually solve this problem through the command prompt.

Win10 right-click personalization cannot be opened, prompting that the file does not have a program associated with it. Solution:

1. Press the key combination "win r" to open the run, enter: Powershell, and Run as administrator.

Solve the problem that win10 cannot open the associated program with personalization options

2. Then enter the following command:

Get-AppxPackage -all *ImmersiveControlPanel* |% {Add-AppxPackage -register -disabledevelopmentmode ($_. installlocation \appxmanifest.xml")}

(can be copied directly)

Solve the problem that win10 cannot open the associated program with personalization options

3. After the execution is completed, check whether the problem is solved. If there is no "win r " then enter: services.msc.

Solve the problem that win10 cannot open the associated program with personalization options

4. Check the two service statuses of "Remote Procedure Call" in the service list to see if there are any that are "disabled" Condition.

Solve the problem that win10 cannot open the associated program with personalization options

The above is the detailed content of Solve the problem that win10 cannot open the associated program with personalization options. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:somode.com
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!