Cleanup: Delete all Scheduled Tasks related things (#4435)

* Delete functions/private/Set-WinUtilScheduledTask.ps1

* Update Invoke-WinUtilTweaks.ps1

* Update Invoke-WinUtilCurrentSystem.ps1

* waste of time

---------

Co-authored-by: Gabi <218829269+GabiNun2@users.noreply.github.com>
This commit is contained in:
Chris Titus
2026-04-30 15:16:27 -05:00
committed by GitHub
parent 9d4613d838
commit 184fe22a35
5 changed files with 1 additions and 80 deletions
-4
View File
@@ -65,10 +65,6 @@ Describe "Config Files" -ForEach @(
@{
name = "service"
value = "OriginalType"
},
@{
name = "ScheduledTask"
value = "OriginalState"
}
)
Foreach ($original in $Originals) {