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