SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, 0, nil, 0);

or

SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, 1, nil, 0);

to set it actives.

:lol: