ContributionsMost RecentMost LikesSolutionsError activexobject is not defined Why do I get the error "activexobject is not defined"? (javascript) function KillAllIntegralProcesses () { const objShell = new ActiveXObject ("shell.приложение"); objShell.ShellExecute ('cmd.exe', 'taskkill /F /T / IM" Integral*"'); } Solved