Skip to content

Instantly share code, notes, and snippets.

View Workingdaturah's full-sized avatar

Adrian Workingdaturah

View GitHub Profile
@Workingdaturah
Workingdaturah / Invoke-GhostTask.ps1
Last active March 15, 2024 22:16
A PS1 Script intended to edit Scheduled Tasks via Registry Keys
function Invoke-GhostTask {
param (
[string]$TaskName,
[switch]$ShowTasks,
[string]$Id,
[string]$TargetTask,
[string]$TargetBinary,
[string]$Date,
[string]$Help
)