There is a situation in the computer that cannot run the application, pop up a "***.exe-corrupted image" window, prompting "***.dll is not specified to run on Windows ...", if we encounter such a problem, how should we solve it?
1, we can fully register the system DLL file operation, enter CMD in the run, click OK or press ENTER, open the Administrator Command Prompt window;
2. Copy paste command: For%1 in (%windir%\system32\*.dll) does regsvr32.exe/s%1 to a command prompt;
3, after pasting, press ENTER to execute;
4, will start registering the DLL files in the system, the window will continue to scroll;
5. Wait a little while until you stop, exit the command prompt.
If the computer appears with the corrupted Images window and the DLL is not specified to run on Windows, we can resolve this by fully registering the system DLL file above. The same method can be used to solve the memory cannot be "Read/written", Xxx.dll lost program cannot run, open the program when the "unable to locate the program input point ..." On the dynamic link library ***.dll "and other issues.
The computer appears with a "corrupted image" window prompting the DLL not being specified to run on Windows how to resolve