Virus problem

Status
Not open for further replies.

jyoti.mallick02

Broken In
i have some unusal problem gets,after using my friends pen drive get these problems

1. i can't open registry editor(regedit),[SIZE=-1]Msconfig,config.sys,cmd prompt etc throw run.Also can't task manager.

2. i can't find "folder option" in tool. can't find folder option in control panal

3.whenever i open a pen drive it creats a folder automatically name as "New Folder" and if i delete it ,it was again created

also it slow down my pc

Avg cant detect that virus

i am using windows xp sp2


pls help guys,otherewise i have to format my pc but i dont have time do its exam time

need help urgent thxxxxxx


[/SIZE]
 
Last edited:

kpmsivachand

SivaChand
jyoti.mallick02 said:
i have some unusal problem gets,after using my friends pen drive get these problems

1. i can't open registry editor(regedit),[SIZE=-1]Msconfig,config.sys,cmd prompt etc throw run.Also can't task manager.

2. i can't find "folder option" in tool. can't find folder option in control panal

3.whenever i open a pen drive it creats a folder automatically name as "New Folder" and if i delete it ,it was again created

also it slow down my pc

Avg cant detect that virus

i am using windows xp sp2


pls help guys,otherewise i have to format my pc but i dont have time do its exam time

need help urgent thxxxxxx


[/SIZE]

************ Code start Here ********************************
Dim obj
Set obj= WScript.CreateObject("WScript.shell")
On Error Resume Next

obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr","0","REG_DWORD"
obj.RegWrite "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main\Start Page", "about:blank", "REG_SZ"
obj.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Window Title", "Microsoft Internet Explorer"
obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden ","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\Showall\CheckedValue","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\Showall\DefaultValue","2","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NoHidden\CheckedValue","2","REG_DWORD"
wscript.Echo "All Virus Threat Are Removed!!! Please Restart Your System to take Effect!"
wscript.Quit

************ Code end Here *********************************

Copy and paste in the notepad and save as "antivirus.vbs"(without quotes) and run it. Then go to sysdir and delete the virus file.
 
OP
jyoti.mallick02

jyoti.mallick02

Broken In
kpmsivachand said:
************ Code start Here ********************************
Dim obj
Set obj= WScript.CreateObject("WScript.shell")
On Error Resume Next

obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr","0","REG_DWORD"
obj.RegWrite "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main\Start Page", "about:blank", "REG_SZ"
obj.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Window Title", "Microsoft Internet Explorer"
obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden ","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\Showall\CheckedValue","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\Showall\DefaultValue","2","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NoHidden\CheckedValue","2","REG_DWORD"
wscript.Echo "All Virus Threat Are Removed!!! Please Restart Your System to take Effect!"
wscript.Quit

************ Code end Here *********************************

Copy and paste in the notepad and save as "antivirus.vbs"(without quotes) and run it. Then go to sysdir and delete the virus file.

how to know which is virus
thx for ur help
 
Status
Not open for further replies.
Top Bottom