Saturday, February 24, 2018

Display most used applications in Windows 10

To show most used applications in Windows 10 (version 1709), do:

  1. Click on Windows button(mouse) or Windows key, then select Settings ()
  2. Then click on Personalization ()
  3. Then click on Start and turn on Show most used apps ( )


Note: Tested on Windows 10 version 1709

No comments:

QNX: Running a function at specific interval using timer interrupt

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