Sunday, April 01, 2018

Install Windows 10 update from the command line

To install Windows 10 update from the command line, do:

usoclient ScanInstallWait

Reference(s):
https://omgdebugging.com/2017/10/09/command-line-equivalent-of-wuauclt-in-windows-10-windows-server-2016/

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...