-
Add or Remove Maximum Processor Frequency in Windows 10 Power Options | Tutorials
“powercfg -attributes SUB_PROCESSOR 75b0ae3f-bce0-45a7-8c89-c9611c25e100 -ATTRIB_HIDE
“ -
node.js – Adding timestamps to all console messages – Stack Overflow
“npm install console-stamp –save), and added this line to the top of app.js and childProcess.js:
// add timestamps in front of log messages
require(‘console-stamp’)(console, ‘[HH:MM:ss.l]’);”