Skip to content

Instantly share code, notes, and snippets.

@theand
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save theand/9137158 to your computer and use it in GitHub Desktop.

Select an option

Save theand/9137158 to your computer and use it in GitHub Desktop.
Kill all Inca process. (Windows) (this scripts is got from a community board)
taskkill /f /im nPStarterSVC.exe
taskkill /f /im npnj5Agent.exe
taskkill /f /im npmonz.exe
taskkill /f /im CKAgent.exe
taskkill /f /im I3GEX.exe
taskkill /f /im npenkMain5.npn
taskkill /f /im npkcmsvc.exe
taskkill /f /im npenksvc5.exe
sc config nPStarterSVC start= disabled
sc config npkcsvc start= disabled
sc config npkcmsvc start= disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment