Skip to content

(#34) fix: correct module parameter names in config and suppress scheduler confirmation prompts#35

Merged
seunggabi merged 1 commit intomainfrom
fix/#34_scheduler-param-mismatch
Feb 13, 2026
Merged

(#34) fix: correct module parameter names in config and suppress scheduler confirmation prompts#35
seunggabi merged 1 commit intomainfrom
fix/#34_scheduler-param-mismatch

Conversation

@seunggabi
Copy link
Copy Markdown
Owner

Summary

  • Fix wrong parameter names in win-ops.json for CacheCleanup (locationCacheType), PackageManagerCleanup (managersPackageManager), and ZombieKiller (remove non-existent minAgeMinutes)
  • Add $ConfirmPreference = 'None' in scheduler to suppress interactive confirmation prompts during unattended execution

Closes #34

Test plan

  • Run Invoke-WinOpsScheduled.ps1 and verify CacheCleanup, PackageManagerCleanup, ZombieKiller execute without parameter errors
  • Verify OrphanAppCleanup runs without confirmation prompt in scheduled mode

🤖 Generated with Claude Code

…duler confirmation prompts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@seunggabi seunggabi merged commit 1aea438 into main Feb 13, 2026
2 checks passed
@seunggabi seunggabi deleted the fix/#34_scheduler-param-mismatch branch February 13, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scheduled task fails for CacheCleanup, PackageManagerCleanup, ZombieKiller due to wrong parameter names

1 participant