Saturday, January 16, 2021

Install .Net 3.5 from the command line

Install .Net 3.5 from the command line
c:\> dism.exe /online /enable-feature /all /featurename:NetFX3 /Source:E:\sources\sxs

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... ...