RequestReboot Method

Sends a request to reboot the local computer.

Syntax

obj.RequestReboot()
Where obj is an OpScrUtil.SystemManager object.

Parameters

None.

Return Type

Boolean.

Example

To send a request to reboot the local computer, enter:

Set obj = CreateObject("OpScrUtil.SystemManager")
bOK = obj.RequestReboot()