Use NotePad to handle stubborn programs

Source: Internet
Author: User

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. Such a processing method is outdated. 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, we 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.

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 ).

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.