Skip to content

Commit

Permalink
Merge pull request #11973 from blakedrumm/patch-1
Browse files Browse the repository at this point in the history
Add `ScheduledInstallEveryWeek` 📆
  • Loading branch information
mestew authored Dec 13, 2024
2 parents 40d9352 + 261c604 commit a231f17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions windows/deployment/update/waas-wu-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ To do this, follow these steps:

* **7**: Notify for install and notify for restart. (Windows Server 2016 and later only)

* ScheduledInstallEveryWeek (REG_DWORD):

* **0**: Do not enforce a once-per-week scheduled installation.
* **1**: Enforce automatic installations once a week on the specified day and time. (Requires ***ScheduledInstallDay*** and ***ScheduledInstallTime*** to be set.)

* ScheduledInstallDay (REG_DWORD):

* **0**: Every day.
Expand Down

0 comments on commit a231f17

Please sign in to comment.