rgl / packer-plugin-windows-update

Packer plugin for installing Windows updates
Mozilla Public License 2.0
299 stars 71 forks source link

'packer-windows-update-...' scheduled tasks left in the system #106

Closed VladRassokhin closed 1 year ago

VladRassokhin commented 2 years ago

I've used windows-update version 0.14.0 provisioner on amazon-ebs builder with Windows_Server-2019-English-Full-Base-* as base AMI and in resulting AMI there's scheduled tasks with name prefix packer-windows-update-

apoxa commented 1 year ago

I'm also seeing that with version 0.14.1. There are 2 tasks present in the Task Scheduler after the build

  1. packer-windows-update-<UUID>
  2. packer-windows-update-pending-reboot-<UUID>
rgl commented 1 year ago

Implemented in #126.