Page 1 of 1

[SOLVED][WUA] install_at_shutdown

Published: August 25, 2026 - 10:59
by skoizer
Hello,
I'm going to enable updates not via WSUS but via Wapt on the Windows servers.
I'd like Wapt to install them on the scheduled Sunday afternoon reboot.
I can't find this option in the agent settings:
install_at_shutdown = True

https://www.wapt.fr/fr/doc-2.6/wapt-con ... ptwua.html

version 2.6.1.17813
LICENSE: ENTERPRISE
Picture

Re: [WUA] install_at_shutdown

Published: August 25, 2026 - 3:20 PM
by italbot
Hello,
The `install_at_shutdown` parameter is deprecated since version 2.6.0.16881 because it no longer functions with Windows 11 24H2.
However, it might be possible to use a scheduled task within a package:

https://www.wapt.fr/fr/doc/wapt-create- ... pt-package

Regards,

Ingrid

Re: [WUA] install_at_shutdown

Published: August 25, 2026 - 3:38 PM
by skoizer
I find that a bit strange.

Thanks, I'll create a scheduled task:
`wapt-get waptwua-install`

Edit