Skip to main content
Commonmark migration
Source Link

#JScript, 53 bytes

JScript, 53 bytes

new ActiveXObject('WScript.Shell').Run("shutdown /s") 

JScript is Microsoft's implementation of JavaScript. Run with wscript scriptname.js.

#JScript, 53 bytes

new ActiveXObject('WScript.Shell').Run("shutdown /s") 

JScript is Microsoft's implementation of JavaScript. Run with wscript scriptname.js.

JScript, 53 bytes

new ActiveXObject('WScript.Shell').Run("shutdown /s") 

JScript is Microsoft's implementation of JavaScript. Run with wscript scriptname.js.

Source Link
user2428118
  • 2.1k
  • 1
  • 20
  • 36

#JScript, 53 bytes

new ActiveXObject('WScript.Shell').Run("shutdown /s") 

JScript is Microsoft's implementation of JavaScript. Run with wscript scriptname.js.