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:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...