Shutdown your machine
Shutdown your machine
Rate Shutdown your machine
(1(1 Vote))
'Declare the function below in a standard module
Public Declare Function ExitWindowsEx Lib "User32" Alias "ExitWindowsEx"(ByVal uFlags as Long,ByVal dwReserved as Long) as Long
Public sub Form_Load()
Call ExitWindowsEx(EWX_SHUTDOWN,0)
End Sub
'This program shutdown your system
Shutdown your machine Comments
No comments yet — be the first to post one!
Post a Comment