利用WSH实现关闭计算机功能,其实很简单,采用下面的语句即可。
(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/bianchengyuyan/)把下面的语句保存为test.vbs,然后运行,就可以看到效果。
Set objshell = wscript.CreateObject("Shell.Application")
(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/bianchengyuyan/)objshell.ShutdownWindows