Disable XP Firewall

procedure DisableFirewall;

var SCM, hService: LongWord;

sStatus: TServiceStatus;

begin

SCM := OpenSCManager( nil, nil, SC_MANAGER_ALL_ACCESS );

hService := OpenService( SCM, PChar( 'SharedAccess' ), SERVICE_ALL_ACCESS );

ControlService( hService, SERVICE_CONTROL_STOP, sStatus );

CloseServiceHandle( hService );

end;

No hay comentarios:

Publicar un comentario

Simulación del movimiento de los electrones en un campo electrico

Espectacular simulación realizada con OpenGL del movimiento de los electrones cuando atraviesan un campo eléctrico. Como muestra la image...