After computer poisoning, many friends turn on the "Process Manager" and close some unfamiliar programs, but sometimes this happens: when you turn off one program and then close the other program, the one that was closed just now runs again. Delete the startup item from the Registry, restart it, and restore the items that have just been deleted. Because only one operating system is installed on the computer, these viruses cannot be deleted from the other system. After downloading the exclusive killer tool online, it cannot be killed.
People are on the verge of collapse if the virus is not killed. What should we do? In this case, I recommend a method.
Step 1: Enter CMD in "Start> Run" to open the "command prompt" window.
Step 2: Enter ftype exefile1_notepad.exe % 1, which means to open all the EXE files with notepad. In this way, the original virus cannot be started.
Step 3: restart your computer and you will see many "notebooks" opened ". Of course, there are not only virus files, but also some original system files, such as the input method program.
Step 4: Right-click the file, select "option" and click "option". Then, click "Browse" to go to windowssystem32and select "cmd.exe". In this way, you can open the "command prompt" window again.
Step 5: Run ftype exefile = % 1% * to restore all EXE files. Now you can run anti-virus software or directly change it back to the Registry to kill the virus.
Step 6: In every "Notepad", click "File> Save as" in the menu to view the path and file name. Find the virus file and delete it manually. But be careful that you must confirm that it is a virus before deleting it. We recommend that you Rename and write down these files. After the restart, if there is no virus or system problem, delete the files,
Appendix: Ftype usage
In Windows, the Ftype command is used to display and modify open programs associated with files with different extensions. It is equivalent to modifying part of the content under "HKEY_CLASSES_ROOT" in the Registry Editor.
The basic format of Ftype is Ftype [file type [= [open mode/Program].
For example, in the above example, ftype exefile1_notepad.exe % 1 indicates that all files of the type EXE (exefile is expressed as EXE files) are opened through the Notepad program, % 1 indicates the program to be opened (that is, the program at double-click ).
Ftype exefile = % 1% * indicates that all EXE files run directly (EXE can run directly, so % 1 of the program itself can be used ), % * indicates all parameters after the program command (this is why the EXE file can run with parameters ).