for many users asking


to restart windows dont need any dll ou application just this, use the action file execute and put this.

for reboot:

%SysDir%\shutdown.exe -r -t 00

for shutdown:

%SysDir%\shutdown.exe -s -t 00



bye