This trick can be use to prevent auto shutdown caused by malware infection.
Run -> cmb -> shutdown -a
This prevent the shutdown.
create a new shortcut and write;
shutdown -s -t 0 = this is for shut down in 0 seconds (t = time s=shutdown)
shutdown -r -t 0 = same but this is for restart complete in 0 seconds..
No comments:
Post a Comment