Page 1 of 1

[SOLVED] Enable WUA without auto download/install

Published: March 12, 2026 - 3:38 PM
by Olivier Schmitt
Good morning,

I would like to know if it is possible to configure WUA activation but without:

Code: Select all

download_scheduling=10h
install_scheduling=1h
The goal is to be able to control the day and time of the update application using a Windows task with:

Code: Select all

"C:\Program Files (x86)\wapt\wapt-get.exe" waptwua-download
"C:\Program Files (x86)\wapt\wapt-get.exe" waptwua-install
Or should we enter a value like 0 or none?
download_scheduling=0h
install_scheduling=0h

Thank you in advance.

Re: Enable WUA without auto download/install

Published: March 12, 2026 - 3:48 PM
by sfonteneau
Hello,

the simplest solution would probably be to not include

install_scheduling.

Re: Enable WUA without auto download/install

Published: March 12, 2026 - 4:48 PM
by Olivier Schmitt
Hello,

thank you for your feedback.
I wanted to be certain that there is no default value.

Re: Enable WUA without auto download/install

Published: March 12, 2026 - 5:08 PM
by sfonteneau
The default value is None.

And to set it to None, you must leave it blank. :)

Re: Enable WUA without auto download/install

Published: March 13, 2026 - 1:48 PM
by Olivier Schmitt
THANKS!