Some more dangerous malware also destroys popular programs like antivirrs and firewall software so these programs will become useless.
** Please note that this is a code that applies to most messenger viruses, not all. It is best to use anti-spam and anti-virus software. The code below can be done by storing it as a file with the .bat extension (batch file). To do that, open Notepad, paste the code correctly and then select Save As from the File menu in the editor. Save it with the name yvirusremoval.bat (for example) on your hard disk.
It is best to restart the computer in safe mode, then run the batch file. Once done, reinstall Yahoo Messenger.
- SEASON CONTENT -
echo Disinfecting (stopping being infected services, deleting infected files, deleting
echo tập tin tạm có thể bị gỡ bỏ, rewringu some các mục này không tìm thấy Internet
echo Explorer home page .) Please wait.
@taskkill / f / im svchost32.exe> nul
@taskkill / f / im svhost32.exe> nul
Nếu đây để đóng hai dòng svchost32.exe and svhost32.exe services that are usually infected
@erase / F / Q% windir% svchost32.exe> nul
@erase / F / Q% windir% svhost32.exe> nul
@erase / F / Q% windir% prefetch *
@erase / Q / F "% userprofile% Local SettingsTempsvchost32.exe"> nul
@erase / Q / F "% userprofile% Local SettingsTempsvhost32.exe"> nul
@erase / Q / F "% userprofile% Local SettingsTemporary Internet Files *"> nul
Lỗi đã xóa 7 dòng mới svchost32.exe and svhost32.exe from windows directory and temporary directory; cuối dòng đã xóa tất cả nội dung tập tin Internet Temporary
reg delete HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun / v "Task Manager" / f> nul
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain" / v "Window Title" / d "Internet Explorer" / f> nul
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain" / v "Start Page" / d "HTTP://www.google.com" / f> nul
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerTypedURLs" / v "url1" / d "http://www.google.com" / f> nul
REM Last 4 dòng thay đổi một số mục đăng nhập, chế độ Internet Explorer các phần mẫu, LIKE home page (changes to google.com), typed history and default title bar.
echo Done!
- Over -