Last active
August 29, 2015 13:56
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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