Home > System Tutorial > Windows Series > win10 pops up that file cannot be found

win10 pops up that file cannot be found

王林
Release: 2023-12-30 11:10:54
forward
1017 people have browsed it

When many users use computers, the system prompts that Windows cannot find the file. Please make sure the file name is correct and try again. What is going on? It may be that there is a problem with the computer software and it needs to be opened. Use misconfig or regedit to modify it. Let’s take a look at the specific methods below.

How to solve the problem of file not found in win10

1. First press WIN R on the keyboard, open Run, and then we enter in the search bar:

"cmd /cfor %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i” and click OK.

win10 pops up that file cannot be found

win10 pops up that file cannot be found

2. Open the runner again, and then enter in the search bar:

"cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i”,

Finally click OK.

win10 pops up that file cannot be found

3. Run the software we just wanted to run again, and we will find that we can open the application

win10 pops up that file cannot be found

4. If you still cannot open the application, we can modify the parameters in the registry.

Press win R, enter regedit, and press Enter.

5. Follow the specified path "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION"

Find one of the RUN or RUNONCE or RUNSERVICES applications, and then set the value of the application to 0 That’s it.

6. If you think the above method is troublesome, you can try reinstalling the system directly. If the file is incorrect, it usually means that the system has a fault.

The system installation of this site is special. It is simple, fast and extremely easy to use with just one click. win10 quick installation systemDownload>>

win10 pops up that file cannot be found

The above is the detailed content of win10 pops up that file cannot be found. 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