希米日志


主页 归档 留言 友人 关于


27 0

程序代码

Private Sub Command1_Click()
Shell "shutdown -l"                    ’-l 是注销
End Sub
Private Sub Command2_Click()
Shell "shutdown -R -t 0"               ’-r 是重启 等待时间为0秒
End Sub
Private Sub Command3_Click()
Shell "shutdown -S -t 0"               ’-s 是关闭系统 
End Sub

 2016-11-08 18:33:00

二维码

 评论: 0

正在加载验证码......

请先完成验证

目 录