Rede - reboot remoto |
Top Previous Next |
|
SOMENTE PARA WINNT/2000:
function RebootRemoto(const Maquina: string): Boolean; begin Result := InitiateSystemShutdown( PChar(Maquina), 'Seu micro será reiniciado em 120 seg.', 120, True, True); end;
function AbortRebootRemoto(const Maquina: string): Boolean; begin Result := AbortSystemShutdown( PChar(Maquina) ); end; |