1.0.0 • Published 2 years ago

shutdown_windows v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

''' npm install shutdown_windows

'''

导入

'''js const sh=require(shutdown_windows); '''

关机,重启,休眠

'''js sh.shut_down() sh.re_boot() sh.dormancy() '''

报错提示

new ActiveXObject("wscript.shell") 创建对象失败时: 【浏览器 - 工具】-【Internet选项】-【安全】-【自定义级别】-【对未标记可安全执行脚本的ActiveX控件初始化并执行脚本】-【启用(不安全)】

调用Activexobject("wscript.shell")对象Run时没有权限: 【浏览器 - 工具】-【Internet选项】-【安全】-【“取消勾选”启用保护模式(要求重新启动Internet Explorer)】

开源协议

ISC