Skip to content

Commit

Permalink
Commented Activex object
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Nov 27, 2023
1 parent c2a73bb commit 39618c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loadApp.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
document.addEventListener('DOMContentLoaded', loadUWPApp);
function loadUWPApp() {
console.log("loadUWPApp function called.");
var win_app = new ActiveXObject("WScript.shell");
win_app.run("notepad.exe", 1, True);
//var win_app = new ActiveXObject("WScript.shell");
//win_app.run("notepad.exe", 1, True);
}
</script>
</body>
Expand Down

0 comments on commit 39618c9

Please sign in to comment.