Hi All,
Here is an small WMI script for all the windows users to terminate process without going to the task manager.
Download Link:
WMI Scripts for Download
Follow these steps:
1. Copy the File to your Local system.
2. Open the Task Manager, Go to process Tab. note down the Process name.
3. Open Terminator.vbs in Notepad
4.Add the process to array variable strProcessKill(#number#)=”‘#processname#’”
5.Make sure you declare the StrProcesskill array is declared properly, otherwise you will get series of errors.
6. Save the file and double click it. It
Related posts:
