Shutdown,Restart and Logoff WindowsXP
Shutdown,Restart and Logoff WindowsXP
Rate Shutdown,Restart and Logoff WindowsXP
(1(1 Vote))
'Email:[email protected]
'Location:Iran-Mazandaran-Tonekabon
'*********************************
'Add 3CommandButton to form
'********************************
Private Sub Command1_Click()
Shell ("shutdown.exe -s -t 0") '=> "Shutdown"
End Sub
Private Sub Command2_Click()
Shell ("shutdown.exe -r -t 0") '=> "Restart"
End Sub
Private Sub Command3_Click()
Shell ("shutdown.exe -y -t 0") '=> "Logoff"
End Sub
Shutdown,Restart and Logoff WindowsXP Comments
No comments yet — be the first to post one!
Post a Comment