Question : Why won't "WMIC OS Where Primary=True Call Reboot" not force reboot when dialog box is open?

WMIC OS Where Primary=True Call Reboot will not force reboot when dialog box was open asking to save document. Are there parameter settings, another windows command or a software package that will force the reboot?

Answer : Why won't "WMIC OS Where Primary=True Call Reboot" not force reboot when dialog box is open?

Hi,

Just run the following...
SHUTDOWN -r -f -t 01

In English this is - Shutdown and restart forcing all running apps to close in one seconds time...
for a full list of options for the shutdown command...
SHUTDOWN /?

Hope that helps...

F.
Random Solutions  
 
programming4us programming4us