Jump to content

problem closing a process... EKRN.EXE Running from System


Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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