Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-12-2007, 07:05 PM   #1 (permalink)
Right Off the Assembly Line
 
jyoti.mallick02's Avatar
 
Join Date: Feb 2007
Location: cuttack,orissa
Posts: 20
Default Virus problem


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

1. i can't open registry editor(regedit),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



Last edited by jyoti.mallick02; 09-12-2007 at 07:16 PM.
jyoti.mallick02 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 09-12-2007, 07:16 PM   #2 (permalink)
dá ûnrêäl Kiñg
 
zyberboy's Avatar
 
Join Date: Feb 2006
Location: kerala/calicut
Posts: 992
Default Re: Virus problem

Try this tool http://downloads.andymanchesta.com/R...ools/SDFix.exe
__________________
My Stomach pains:D:D
http://tinyurl.com/32jj4m
zyberboy is offline  
Old 09-12-2007, 07:55 PM   #3 (permalink)
SivaChand
 
Join Date: Dec 2007
Location: TamilNadu
Posts: 108
Thumbs up Re: Virus problem

Quote:
Originally Posted by jyoti.mallick02
i have some unusal problem gets,after using my friends pen drive get these problems

1. i can't open registry editor(regedit),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


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

obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\DisableTaskMgr","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\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\Po licies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Hidden ","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Folder\Hidden\Showall\CheckedValue ","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Folder\Hidden\Showall\DefaultValue ","2","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Folder\Hidden\NoHidden\CheckedValu e","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.
kpmsivachand is offline  
Old 09-12-2007, 11:41 PM   #4 (permalink)
Right Off the Assembly Line
 
jyoti.mallick02's Avatar
 
Join Date: Feb 2007
Location: cuttack,orissa
Posts: 20
Default Re: Virus problem

Quote:
Originally Posted by kpmsivachand
************ Code start Here ********************************
Dim obj
Set obj= WScript.CreateObject("WScript.shell")
On Error Resume Next

obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\DisableTaskMgr","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\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\Po licies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\NoFolderOptions","0","REG_DWORD"
obj.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Po licies\Explorer\NoRun","0","REG_DWORD"
obj.RegWrite "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Hidden ","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Folder\Hidden\Showall\CheckedValue ","1","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Folder\Hidden\Showall\DefaultValue ","2","REG_DWORD"
obj.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Ex plorer\Advanced\Folder\Hidden\NoHidden\CheckedValu e","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
jyoti.mallick02 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pls Help regarding Virus Problem shindesushilkumar Software Q&A 2 08-08-2007 08:12 PM
Virus problem, need online virus checking details-pls hava a read here. mobileman Software Q&A 2 14-04-2007 10:58 AM
A wierd problem.(Probably virus or hardware problem) spyder Software Q&A 2 09-01-2007 06:52 PM
Virus Problem.... codeash Software Q&A 6 28-12-2005 11:00 PM
mcafee virus scan 8.0 - problem updating virus definations infra_red_dude Software Q&A 3 26-06-2005 11:43 AM

 
Latest Threads
- by chris
- by icebags
- by Tenida
- by Who

Advertisement




All times are GMT +5.5. The time now is 12:16 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2