Reboot the machine
Reboot the machine
Rate Reboot the machine
(2(2 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_REBOOT,0)
End Sub
'This program reboot your machine
Reboot the machine Comments
No comments yet — be the first to post one!
Post a Comment