cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
elmtree111
Level 5

how to force restart the computer automatically(without asking user)?

I'm now working on a in InstallScript project.
I wanna force the automatic reboot without asking user want to restart now or later.
is SYS_BOOTMACHINE ok for this? i try it but doesn't work.

thanks in advance for any ideas and helps
Labels (1)
0 Kudos
(2) Replies
cnpitroda
Level 5

use

System ( nOp );
nop=SYS_BOOTMACHINE

it will forcefully restart the system.
0 Kudos
elmtree111
Level 5

works! thanks a lot
0 Kudos