jangidsushil Posted March 10, 2008 Posted March 10, 2008 Friends please tell me how to kill critical system processes using script,i have used processclose() and processkill() function but they doesnot works....
LIMITER Posted March 10, 2008 Posted March 10, 2008 I think they don't work because windows doesn't allow killing it's critical processes...
Developers Jos Posted March 10, 2008 Developers Posted March 10, 2008 Even if it would allow it, why do you want this ? ps: You used the wrong forum and the many "moved" thread should have been a give-away ... *moved* SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
LinuZ Posted March 10, 2008 Posted March 10, 2008 I think it is possible to "kill the process on kernel level", tell me if I use wrong terminology, with somekind of DLLs? I am not good at these things, just trying to help...
Matrix112 Posted March 10, 2008 Posted March 10, 2008 Iam not sure, but meight be taskkill will work for this, look in taskkill /? for syntax, there are many options.
jangidsushil Posted March 11, 2008 Author Posted March 11, 2008 Even if it would allow it, why do you want this ?ps: You used the wrong forum and the many "moved" thread should have been a give-away ...*moved*I want this to kill a process smss.exe which is created by a virus so called "Funny UST Scandal.avi.exe" which itself is a autoit script.........plz tell me the syntax of taskkill.....plz help me to do this.......
therks Posted March 11, 2008 Posted March 11, 2008 Hmm, have you read this? http://www.greatis.com/appdata/d/f/funny%2...dal.avi.exe.htmIt says xmss.exe, not smss.exe.Also, how do you know it's an AutoIt script? And how did you get this virus? Do you not have an anti-virus? My AutoIt Stuff | My Github
jangidsushil Posted March 11, 2008 Author Posted March 11, 2008 Hmm, have you read this? http://www.greatis.com/appdata/d/f/funny%2...dal.avi.exe.htmIt says xmss.exe, not smss.exe.Also, how do you know it's an AutoIt script? And how did you get this virus? Do you not have an anti-virus?Just Right click that file and check the property u will find it is a script.....and that was smss.exe as i know........
jangidsushil Posted March 11, 2008 Author Posted March 11, 2008 i have NOD32 antivirus and it doesn't detect this virus......
Orcc Posted March 16, 2008 Posted March 16, 2008 Use spy doctor and scan it . find the virus and delete the file. Unless u pay for it. it will clean for you. if all fails reformat your drive.
Basicz Posted May 18, 2008 Posted May 18, 2008 (edited) hi i'm new here... but need help about virus that makes itself like critical process... (like this case but not the same virus) i would to help my friends and another peoples that are infected with this virus.... before then i wrote a program in C but my knowledge is poor and get stuck by killing a critical process... Later i found AutoIt script... i think it's really easier than C and would to continous the program here... Now can someone help me about this ?? Ps:: Sorry for my poor english...^^ Edited May 18, 2008 by Basicz [right]Sorry for my poor english(dictionary beside)[/right][center]Search before ask will helping the community of AutoIt.[/center][center]...seeking in the search forum and help-file's, with all the most answer's that i need. Hope for you too.[/center]
m4tek Posted May 18, 2008 Posted May 18, 2008 smss.exe is a normal Windows service If you have another one then you're in trouble
Basicz Posted May 19, 2008 Posted May 19, 2008 um... i'm not infected with the same virus but it works like this virus. Now i'm already disinfect by use some manual to delete the virus... So i want to create a help program (Sorry for my english ..didn't know how to explain all the words^^ like help program or did i call it virus remover o.O) And it will much help for some that are infected with the virus... [right]Sorry for my poor english(dictionary beside)[/right][center]Search before ask will helping the community of AutoIt.[/center][center]...seeking in the search forum and help-file's, with all the most answer's that i need. Hope for you too.[/center]
ArifDigitalLab Posted May 21, 2008 Posted May 21, 2008 i was also facing the same problem some days ago... and i also want to know how can i kill its process ?
Basicz Posted May 21, 2008 Posted May 21, 2008 Does someone have an idea ??? [right]Sorry for my poor english(dictionary beside)[/right][center]Search before ask will helping the community of AutoIt.[/center][center]...seeking in the search forum and help-file's, with all the most answer's that i need. Hope for you too.[/center]
zFrank Posted August 22, 2008 Posted August 22, 2008 i don't think so... don't PM me. i don't know [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
avery Posted August 22, 2008 Posted August 22, 2008 i don't think so... don't PM me. i don't knowCan't the user 'SYSTEM' or 'LOCAL' kill anything? I recall killing processes before that caused freezes and BSoD. I think it was W2K not XP./shrug :\ www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org
SIMurq Posted January 28, 2009 Posted January 28, 2009 I'm sorry, guys, I don't want to be offensive but in the original post the person asks a simple question (maybe it's not that easy to answer his question without a solid knowledge of AutoIt processes, but it is "simple" in the sense that it's a question which requires a simple and distinguishable answer. That's it!). But you start discussion on COMPLETELY different things (sorry for my English!). Instead of helping the person you guide him in the wrong direction and confuse the users who also try to find an answer. That's already happened to me as well Let me try to help, if I can. Maybe you write a simple batch file to force kill the task (cmd.exe -> taskkill /f /im smss.exe) and then run it through Run or ShellExecute command (whichever works) from within AutoIt script? Sorry, if this doesn't work but I'm trying to help you out PS: May I suggest the administrators to sub-divide the forum into more specific forum categories instead of e.g. General Help & Support. The reason is the forum space is quite crowded and receives tens of new posts and topics every hour maybe. Therefore, those who seek an answer (mostly an easy one for experts users), their posts get missed in this crowd. This happens to me also! Thank you very much for understanding!
Inverted Posted January 28, 2009 Posted January 28, 2009 Taskkill was already mentioned. If someone doesn't try a suggestion and keeps waiting for someone else to write a script example .... pfff.
azure Posted January 28, 2009 Posted January 28, 2009 I'm sorry, guys, I don't want to be offensive but in the original post the person asks a simple question (maybe it's not that easy to answer his question without a solid knowledge of AutoIt processes, but it is "simple" in the sense that it's a question which requires a simple and distinguishable answer. That's it!). But you start discussion on COMPLETELY different things (sorry for my English!). Instead of helping the person you guide him in the wrong direction and confuse the users who also try to find an answer. That's already happened to me as well Let me try to help, if I can. Maybe you write a simple batch file to force kill the task (cmd.exe -> taskkill /f /im smss.exe) and then run it through Run or ShellExecute command (whichever works) from within AutoIt script? Sorry, if this doesn't work but I'm trying to help you out PS: May I suggest the administrators to sub-divide the forum into more specific forum categories instead of e.g. General Help & Support. The reason is the forum space is quite crowded and receives tens of new posts and topics every hour maybe. Therefore, those who seek an answer (mostly an easy one for experts users), their posts get missed in this crowd. This happens to me also! Thank you very much for understanding!Uhh, what? The last post in this thread is 5 months old. What the heck.
Recommended Posts