Home > Article > System Tutorial > Windows 10 Home Edition cannot find a program to open the file
Recently, some Win10 users have encountered the problem that "the file has no associated program to perform the operation", which is mainly due to file association issues. You can try to change the file association so that the operating system can recognize and open the corresponding file type.
1. We only need to press the shortcut key win R to open the run window. After opening, enter regedit here to open the registration. Table editor.
2. Select HKEY_CLASSES_ROOT in the project bar on the left, then select *, click it and continue to select shell inside. We right-click the stand-alone shell to create a new item, and then Freely set name.
3. Right-click the shell to create a new item, and then name it freely if you want to set the name, then create a new item in this item and name it command.
4. We click command, double-click to open the default on the right, and fill in the path where your application is located in the numerical data.
For example, the path of my notepad .exe: E:\MyClub\notepad WTCC, and then after that, that is, E:\MyClub\notepad WTCC %1
5. Finally, we only need to confirm and exit the registry editor, then right-click on the folder that needs to be opened, select notepad, and then open it.
The above is the detailed content of Windows 10 Home Edition cannot find a program to open the file. For more information, please follow other related articles on the PHP Chinese website!