bobby-tablez / Process-Suspender

A quick PowerShell utility which launches and immediately suspends a provided process for a specified amount of time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process Suspender

A quick PowerShell utility which launches and immediately suspends a provided process for a specified amount of time.

Prompts for process name, amount of time in seconds to leave the process in a suspended state. Once the time elapses, the process will resume execution. Alternatively, the arguments can be supplied directly into the script using the -p (process) and -t (time in seconds) parameters. For example:

.\suspend_process.ps1 -p calc.exe -t 5

example_process_suspender.mp4

About

A quick PowerShell utility which launches and immediately suspends a provided process for a specified amount of time.


Languages

Language:PowerShell 100.0%