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:

QNX: Running a function at specific interval using timer interrupt

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