A very good trick to prevent the EXE file is infected by the virus

Source: Internet
Author: User
Idea: Create a new program file type with the extension eee

Modify the name of the file you want to protect with the extension eee.

Method: Copy the following code as reg file and import the registry:

Windows Registry Editor Version 5.00
[Hkey_classes_root\.eee]
@= "Eeefile"
[Hkey_classes_root\eeefile]
@= "Application"
"EditFlags" =hex:38,07,00,00
[Hkey_classes_root\eeefile\defaulticon]
@= '%1 '
[Hkey_classes_root\eeefile\shell]
[Hkey_classes_root\eeefile\shell\open\command]
@= "\"%1\ "%*"

Some files can't be opened after changing their names. Will fail.
Some virus infections do not take into account the file name extension and will fail.

For normal EXE files, the probability of failure above is 1%.

So this approach is still good to say.

However, it is of little value to feel practical. The entire system changes all the words, not only modify the extension, the shortcut will change. Very troublesome to say.

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.