or just do a simple script to find if xxx script are running...## Not a script just a example, because if script find using something similar to var key = 'HKEY_CURRENT_USER\\SessionInformation\\ProgramCount', wsh = WScript.CreateObject('WScript.Shell'), val = wsh.RegRead(key); WScript.Echo ## will report ('You are currently running xxx ' + val + ' programs.'); ## end of game for Node.js obviously