ExitWindowesEx(EWX_SHUTDOWN | EWX_POWEROFF | EWX_FORCE, 0); // Shutting down Windows ExitWindowsEx(EWX_REBOOT | EWX_FORCE, 0); // Restarting Windows