Jos07 Posted May 25, 2008 Posted May 25, 2008 in most cases ProcessClose() works very well but it is not closing a System Process. i have ESET NOD32 Antivirus installed and it got damaged due to some driver files missing. now i am not able to install it or repair it because its process is not ending. i tried If ProcessExists(\"EKRN.exe\") Then ProcessClose(\"EKRN.exe\") EndIf Please try to help me out... Thanks! Always Keep Your Sig Small... Like me :D
d4rk Posted May 25, 2008 Posted May 25, 2008 try with $killex = "EKRN.exe" If ProcessExists($killex) Then RunWait("taskkill /F /IM " & $killex, "", @SW_HIDE) [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
Jos07 Posted May 25, 2008 Author Posted May 25, 2008 thanx for the help! i tried and it failed to close it. any other solution ? Always Keep Your Sig Small... Like me :D
Makalele Posted May 25, 2008 Posted May 25, 2008 It's that because this files are protected. Use for example this program: Pocket KillBox
monoceres Posted May 25, 2008 Posted May 25, 2008 You could also force it not to start next time you start your computer. NOD most likely start from the registry or is a windows service. To remove it from the registry run msconfig.exe If it's a windows service right click on My Computer and choose Configure (or something) and disable it under services. Broken link? PM me and I'll send you the file!
Jos07 Posted May 25, 2008 Author Posted May 25, 2008 i have deleted this key : (\"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\", \"egui\") but it still starts in background.... is there no way to kill its process by AutoIt ? Always Keep Your Sig Small... Like me :D
Developers Jos Posted May 25, 2008 Developers Posted May 25, 2008 Have you checked the services and disabled any NOD service and then restarted ? Other option is to restart in SAFEMODE and remove the current version of NOD. Jos 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.
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