mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[GH-ISSUE #20] Do not disable windows updates by default #88
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bbrendon on GitHub (Sep 13, 2022).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/20
Making a computer automatically less secure after installing the agent seems to me like a bad thing. Someone may install an agent and unknowingly not get updates leading to their computer being compromised.
This should be left up to the user to disable if they want to use the built in patch management system or build it into the patch management system.
github.com/amidaware/rmmagent@f746f78c63/agent/install.go (L233)@stavros-k commented on GitHub (Sep 22, 2022):
Make it a checkbox on deployment creation maybe?
Like Enable RDP.
Personally I like that it disables them, and let's me manage the updates. as most of my machines are "kiosks" and I wouldn't want auto restarts in the middle of the day.
But I can agree that needs to be clear that updates will be disabled (if user opts in).
@dinger1986 commented on GitHub (Apr 1, 2024):
could maybe add a param for install?