Hello guys. I use web update feature for updatimg my app.
At every run of my app I use wupdate /C /S
if update available, I close my app and start bat script

wupdate /S /Q
myApp.exe

update is successfull but my machine reboot after update install.
Why wupdate /S /Q can be cause machine reboot.
Thanks