[SOLVED] Enable WUA without auto download/install
Published: March 12, 2026 - 3:38 PM
Good morning,
I would like to know if it is possible to configure WUA activation but without:
The goal is to be able to control the day and time of the update application using a Windows task with:
Or should we enter a value like 0 or none?
download_scheduling=0h
install_scheduling=0h
Thank you in advance.
I would like to know if it is possible to configure WUA activation but without:
Code: Select all
download_scheduling=10h
install_scheduling=1hCode: Select all
"C:\Program Files (x86)\wapt\wapt-get.exe" waptwua-download
"C:\Program Files (x86)\wapt\wapt-get.exe" waptwua-installdownload_scheduling=0h
install_scheduling=0h
Thank you in advance.