Skip to content

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

Notifications You must be signed in to change notification settings

bobby-tablez/Process-Suspender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published