What you will type in CMD is Down here
// This below will shutdown the computer and restart in 30 seconds // and give the message “You Got Hacked” before it shuts down.
shutdown -r -f -t -t 30 -c “You Got Hacked”
// -i will give you an interface to configure shutdown options
shutdown -i
// This will stop or abort the shutdown so your computer doesn’t //shut down
shutdown -a
//This will tell you your computers IP address
ipconfig