Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

thanx for the help! i tried and it failed to close it.

any other solution ?

Always Keep Your Sig Small... Like me :D

Posted

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!

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...