Delete the notepad virus automatically running at startup

Source: Internet
Author: User
1. Open the task manager and end the wincfgs process.
2. Control Panel-Folder option-set to display system files and hidden files
3. Delete c: \ windows \ kb20060111.exe (the file name may be different and the blue icon is the same as that in Notepad ).
4. Delete c: \ windows \ system32 \ wincfgs.exe (the hidden system file of the yellow question mark icon ).
5. Start-run-Regedit-go to the Registry Editor
6. Delete the registry items respectively.
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ WINDOWS
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ WINDOWS
The key value in the load registry key.
7. In the Registry-[HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Run], clear boot items related to wincfgs. (Because step 1 has been deleted, if you do not see wincfgs related items, skip this step)
8. Delete the empty notepad virus body when the USB flash drive or mp3 is started.
Do not double-click the USB flash drive or mp3 drive, right-click the drive, or select Open in English.
Open the USB flash drive/MP3 and you will see the recycler folder. Delete
Delete autorun. inf.

There is also a convenient way to batch Delete registry modifications:
Copy the following text to notepad and save it as "wins_s_kill.bat" (note that the file type is "all files" when saving ")

Echo off
Tskill kb20060111
Tskill wincfgs
Del % WinDir % \ kb20060111.exe
Del % WINDIR % \ system32 \ wincfgs.exe
Reg Delete "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Windows"/V "LOAD"/F
Reg Add "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Windows"/V "LOAD"/T REG_SZ/D ""/F

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.