Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the immune function of auto.exe by batch processing

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how to use batch processing to achieve the immune function of auto.exe, the article introduces in great detail, has a certain reference value, interested friends must read it!

Realization of immune function of auto.exe by batch processing

The system has been a little abnormal since yesterday afternoon. It is estimated that it has been hit by an advertising plug-in. It will be shut down immediately after running with 360 security guards.

The use of malware cleanup assistant also cleans up incompletely, cleans up in safe mode, and restarts the computer after cleaning.

Use winpe mode to enter, check a few drive letters, found that each directory has auto.exe, can not be edited, is a 32-bit executable file, delete, restart the computer to return to normal.

First there was autorun.inf, which led to autorun.inf immunization programs all over the Internet, and now there is auto.exe.

I'm impressed.

Manually set up auto immunization

First: enter cmd when you start running

Second: enter cd\ to go back to the root directory

Third: X: X represents the directory where you want to build immunity.

Fourth: md auto.exe creates a folder with the same file name as the virus configuration file

Fifth: cd auto.exe enters this folder

Sixth: md immunization program..\ pay attention to this point. You have to enter more than two points, otherwise the virus will replace this folder.

Sixth: cd\ enter and return to the root directory

Seventh: attrib + h + s + r auto.exe sets this file to hide the system read-only property.

Eighth: enter exit to exit.

Save it as do.bat copy to the root directory of each disk and run it.

The code is as follows:

Cd\

Attrib-h-s-r auto.exe

Del auto.exe

Md auto.exe

Cd auto.exe

Md.\

Cd\

Attrib + h + s + r auto.exe

One of them is that hidden files and hidden folders cannot be shown in Windows XP. Even if "Show Hidden Files" is selected in the "folder options", it still cannot be displayed after confirmation.

It seems that Windows is much more complicated than Unix. I turned to Google and quickly found the answer to my problem:

Enter the registry to expand:

[HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced\ Folder\ Hidden\ SHOWALL]

Change the double-byte entry value CheckedValue of the right window to 1.

It seems that it is caused by a virus, and the virus protection of Windows has become a serious problem these days.

Further, if we want to protect some secret files by hiding file properties, we can learn how to deal with these viruses.

Run "regedit" to start the registry editor and open the

KEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ explorer\ Advanced\ Folder\ Hidden\ SHOWALL

To be safe, export the branch first, then delete the SHOWALL branch and reopen the Advanced Settings window. Now you can no longer find the "Show all files and folders" option, and your hidden files can rest easy now.

The above is all the contents of the article "how to use batch processing to achieve the immune function of auto.exe". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report