testingtest Posted March 27, 2007 Posted March 27, 2007 hi, i got send a virus by some noob that changes all .exe's to txt files can some please tell me how to fix it your wish shall be granted
xcal Posted March 27, 2007 Posted March 27, 2007 Wouldn't this be better on a virus support site or by searching google? How To Ask Questions The Smart Way
testingtest Posted March 27, 2007 Author Posted March 27, 2007 (edited) Wouldn't this be better on a virus support site or by searching google?i am searching google and note it was made by autoit Edited March 27, 2007 by testingtest
Orgins Posted March 27, 2007 Posted March 27, 2007 tried system restore? I'm a newbie.Sorry if I don't reposed to your replays very fast.
testingtest Posted March 27, 2007 Author Posted March 27, 2007 tried system restore?win 2000 and plus system restor eis a .exe no files work everything is text more or less i can run .au3 files
testingtest Posted March 27, 2007 Author Posted March 27, 2007 grr every process opens with notepad on start up 20 note pads pop up including my sound that even a notepad file........................
Orgins Posted March 27, 2007 Posted March 27, 2007 Can't you go around and re-.exe some of the files? win 2000 should have (I guess) a repair feature if you boot with the 2k disk. I don't know much about it maybe it'll re-exe the main files. If you have to reformat I suggest getting a 3rd party program that takes the place of system restore. (like Symantec's Norton Go Back) I'm a newbie.Sorry if I don't reposed to your replays very fast.
tAKTelapis Posted March 27, 2007 Posted March 27, 2007 Yeah, there is a command in the windows 2000 repair console that can re-copy all of the important system files. alternatively, if you have another computer in your house, make an autoIT script to search and log all .exe files in an ini, ie: file.exe=file.txt and have it scan your system for everywhere that a .txt file matches the path, and rename it to a .exe thats gotta suck, but it does re-itterate the importance of NOT running compiled scripts.
jinxter Posted March 27, 2007 Posted March 27, 2007 reinstalling the OS should solve the problem, as I am sure you have backups of all your important data. or, use a ERD CD and figure out which program is the problem and remove it (whether it be a service or something else). > there are 10 types of people in the world, those who understand binary and those who don't.
smashly Posted March 27, 2007 Posted March 27, 2007 If your pc is still booting up into windows... Maybe just to get past the part of 20 notepads on startup so you can try and repair the damage.. Try removing the file association for .txt with notepad.. remove the association of .txt with any program all together. This way you won't be plagued with notepad popping up on every click while trying to repair from within windows. Good Luck
mrbond007 Posted March 27, 2007 Posted March 27, 2007 (edited) if the virus is indeed made by a noob, he may have registered the virus as a service. In this case you can try killing Explorer.exe, then try to locate the .exe responsible for this(in a different task manager maybe au3).if you managed to locate it you can unload it, and then kill it removing it using the wininit technique :http://support.microsoft.com/kb/140570this will work in most cases if it's a weak virus.Good Luck Edited March 27, 2007 by mrbond007 Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight
jinxter Posted March 27, 2007 Posted March 27, 2007 if the virus is indeed made by a noob, he may have registered the virus as a service. In this case you can try killing Explorer.exe, then try to locate the .exe responsible for this(in a different task manager maybe au3).killing explorer.exe will not always help if it's installed as a service, stopping the service might be your only hope... even a n00b can call the virus svchost.exe or rundll32 or some other obscure name, which will make it harder to detect. and making the autoit file register itself as a service and leave it running isn't really n00by, n00b is when you can't even spell virrus . > there are 10 types of people in the world, those who understand binary and those who don't.
testingtest Posted March 27, 2007 Author Posted March 27, 2007 I fixed it by reinstalling and even when I compiled a .au3 it changed it to text i bet it was a reg
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now