论坛: 菜鸟乐园 标题: 关机脚本(转) 复制本贴地址    
作者: xiaoxingchi [xiaoxingchi]    论坛用户   登录
发信人:shotgun(shotgun),信区:网络安全精华区
标��题:回复:关机脚本(by M$)
发信站:安全焦点(2001年12月7日14时48分14秒) 原始链接:http://www.xfocus.net/bbs/view.php?id=16543 
一、本地关机 
' Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved 
'*************************************************************************** 

' WMI Sample Script - System shutdown (VBScript) 

' Invokes the Shutdown method of the Win32_OperatingSystem class 
' NOTE:  You must have the Shutdown privilege to successfully invoke the Shutdown method 

'*************************************************************************** 
Set OpSysSet = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true") 

for each OpSys in OpSysSet 
OpSys.Shutdown() 
next 

二、远程关机 

' Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved 
'*************************************************************************** 

' WMI Sample Script - REMOTE system shutdown (VBScript) 

' Invokes the Shutdown method of the Win32_OperatingSystem class 
' Fill in REMOTE_SYSTEM_NAME with the name of the remote system to shutdown 
' NOTE:  You must have the RemoteShutdown privilege to successfully invoke the Shutdown method 

'*************************************************************************** 
Set OpSysSet = GetObject("winmgmts:{(Debug,RemoteShutdown)}//REMOTE_SYSTEM_NAME/root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true") 

for each OpSys in OpSysSet 
OpSys.Shutdown() 
next 


如果重起的话把.ShutDown换成.Reboot 

--
猎枪工作室  http://shotgun.xici.net
※ 来源:・安全焦点讨论区 www.xfocus.net・ 

地主 发表时间: 04/28 08:04

回复: stone [stone]   论坛用户   登录
是.vbs文件的吗?!

B1层 发表时间: 04/28 09:26

回复: coolcall [coolcall]   论坛用户   登录
怎么用?放在网上?

B2层 发表时间: 04/28 15:32

回复: xiaoxingchi [xiaoxingchi]   论坛用户   登录
VBScript脚本,可以是.vbs,也可以是.html

B3层 发表时间: 04/29 08:18

回复: liubin [liubin]   论坛用户   登录
  但是 我是菜  知道代码但是怎么使用

B4层 发表时间: 04/30 11:35

回复: xiaoxingchi [xiaoxingchi]   论坛用户   登录
<script language="VBscript">
把脚本放在这里
</script>
保存为*.html

记得不叫你保存为*。HTML

*表示可是任何文件啦!


B5层 发表时间: 04/30 16:11

回复: ssw [ssw]   论坛用户   登录
本地关机和远程关机油什莫区别?

B6层 发表时间: 04/30 23:32

回复: fxl_ok [fxl_ok]   论坛用户   登录
点这里



[此贴被 小龙(fxl_ok) 在 5月1日0时44分 编辑过]

B7层 发表时间: 5/1 0:25

回复: zwj [zwj]   论坛用户   登录
是不是把这段Set OpSysSet = GetObject("winmgmts:{(Debug,RemoteShutdown)}//REMOTE_SYSTEM_NAME/root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true") 

for each OpSys in OpSysSet 
OpSys.Shutdown() 
next 
放在文本里在保存为HTML?

B8层 发表时间: 05/02 21:20

回复: xiaoxingchi [xiaoxingchi]   论坛用户   登录
<script language="VBscript">
Set OpSysSet = GetObject("winmgmts:{(Shutdown)}//./root/cimv2").ExecQuery("select * from Win32_OperatingSystem where Primary=true") 

for each OpSys in OpSysSet 
OpSys.Shutdown() 
next 
</script>


B9层 发表时间: 05/04 09:38

回复: wuhuan [wuhuan]   论坛用户   登录
  不错不错,不过我还是喜欢JS

B10层 发表时间: 05/05 15:17

回复: id18953560 [id18953560]   论坛用户   登录
没用啊!

我拿自己试了的!
无法关机!

     ====---祖国尚未富强,同志仍需努力---====

B11层 发表时间: 05/06 10:12

回复: sunrain [sunrain]   论坛用户   登录
嘿嘿!1

B12层 发表时间: 03/08 21:12

论坛: 菜鸟乐园

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号