Remediation

Kill Process(Prompt)

Prompts for task, then executes taskkill /IM /F. Script then writes to script log if successful.

Read More

Run Executable(Prompt)

Script prompts for executable and any switches then runs as system.

Read More

Service Restart(Prompt)

Prompts for service name then restarts the service, writes results to script log.

Read More

Service Start(Prompt)

Prompts for service name then starts the service, writes results to script log.

Read More

Service Stop(Prompt)

Prompts for service name then stops the service, writes results to script log.

Read More

VSS Manual Reset

Script stops the vss and swprv services then runs several regsvr32 commands to register dll files. Script then writes all listed vss writers to txt file which is then written to script log.

Read More