Code
This will make the computer Shutdown
This will make the computer Restart
This will make the computer Log Off
Link : http://www.nullskull.com/a/840/shutdown-restart-or-log-off-your-computer-using-vbnet.aspx
This will make the computer Shutdown
- System.Diagnostics.Process.Start("shutdown", "-s -t 00")
This will make the computer Restart
- System.Diagnostics.Process.Start("shutdown", "-r -t 00")
This will make the computer Log Off
- System.Diagnostics.Process.Start("shutdown", "-l -t 00")
Link : http://www.nullskull.com/a/840/shutdown-restart-or-log-off-your-computer-using-vbnet.aspx
ไม่มีความคิดเห็น:
แสดงความคิดเห็น