( 参考:http://www.geocities.jp/maru3128/ShellObject.html )

// shutdown
var objShell = new ActiveXObject("Shell.Application")
objShell.ShutdownWindows()
objShell = null