PDA

View Full Version : TIP: restart windows


mx00
10-30-2003, 12:23 AM
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