@@ -0,0 +1,6 @@
const {getInstalledApps} = require('get-installed-apps')
getInstalledApps().then(apps => {
apps.forEach(element => {
console.log(element["appName"] + "\t" + element["DisplayIcon"] )
});
})
The note is not visible to the blocked user.