Hi
I wish to activate/deactivate windows update service with script on Windows modern device's.
It works fine to start or stop the update service sending the command "net start wuauserv" with PowerShell Native script.
But it does not work to send "sc config wuauserv start=disable" to completely disable windows update.
I can disable/enable windows update if I open a dos prompt on the device and type "sc config wuauserv start=disable" but i would like to send this command as a script in SOTI.
Is this possible?