This will reboot your computer:

Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long


ExitWindowsEx 2, 1

'If you wish turn off
'ExitWindowsEx 1, 0

Jefferson
Jefferson