Create README.md

pull/135/head
aleff-github 2023-06-12 11:01:17 +02:00
parent 02b03353a2
commit f6fb33e74c
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Stop A Single Process In Windows
This script can be used to quickly stop an active process on a windows machine.
**Category**: Execution
## Description
This script can be used to quickly stop an active process on a windows machine.
This script open the Task Manager app, then go to search bar, then write the process name that want to be stopped, open the right click mouse menu and click the end task option, then close the task manager app.
## Dependencies
* Nothing
## Settings
- Write the name of the process that you want to stop
`DEFINE PROCESS_NAME example`