I want to run a cmd command as admin. How would i do that?
var run=new ActiveXObject('WSCRIPT.Shell').Run("npm install "+response.filePaths[0] + "\Workroom\", 0);
question from:https://stackoverflow.com/questions/65874464/run-cmd-as-admin-with-activexobject-javascript