What should I do if 'Windows cannot find the file, please make sure the file name is correct and try again' pops up in win10.

PHPz
Release: 2024-01-31 09:33:06
forward
3405 people have browsed it

Recently, some friends reported that when using win10 system, the prompt box "Windows cannot find the file, please make sure the file name is correct and try again" pops up. What is going on? If you encounter this kind of problem How should we solve it? For this reason, the editor will give you a detailed introduction to the solution to the Win10 pop-up "Windows cannot find the file. Please make sure the file name is correct and try again." If you are interested, come and take a look.

What should I do if Windows cannot find the file, please make sure the file name is correct and try again pops up in win10.

Win10 pops up "Windows cannot find the file. Please make sure the file name is correct and try again" solution:

Method 1: Use the command Line

1. Press the shortcut key "win R" to open the run dialog box, and enter the code "cmd /c for %i in (%windir%system32*.dll) do regsvr32.exe /s %i" , press the Enter key.

2. Then use the shortcut keys to enter the run dialog box again, continue to enter the code "cmd /c for %i in (%windir%system32*.ocx) do regsvr32.exe /s %i", and return Car execution, wait a moment.

Method 2: Use the registry

1. Open the run window with the shortcut key "win R", enter the "regedit" command in it, and press Enter to open the registry editor.

What should I do if Windows cannot find the file, please make sure the file name is correct and try again pops up in win10.

2. After entering the new interface, copy and paste the "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon" code into the path bar above, and press Enter to enter the current location.

What should I do if Windows cannot find the file, please make sure the file name is correct and try again pops up in win10.

3. Then find the "shell" option and double-click to open it. Change the numerical data in the window to "Explorer.exe".

What should I do if Windows cannot find the file, please make sure the file name is correct and try again pops up in win10.

4. Then click "HKEY_LOCAL_MACHINESOFTWAREMICROSOFTWINDOWSCURRENTVERSION" in sequence. Under this folder, open "RUN", "RUNONCE" and "RUNSERVICES" and change the "1" in them. The item can be deleted.

Method 3: Use dos command

1. Open the search icon in the taskbar below, enter the command prompt, right-click the result given and select "Run as administrator".

What should I do if Windows cannot find the file, please make sure the file name is correct and try again pops up in win10.

2. Finally, enter the "ftype exefile="%1" %*assoc .exe=exefile" code in the window and press Enter to execute it.

The above is the detailed content of What should I do if 'Windows cannot find the file, please make sure the file name is correct and try again' pops up in win10.. For more information, please follow other related articles on the PHP Chinese website!

source:dafanshu.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!