help-bubble100 { width: 100px; height: 18px; top: -100px; left: -120px; padding: 3px 3px 3px 3px; color: #fff ; background-color: #228B22 ; font-size: 10px; font-family: verdana ; border: 1px solid #228B22 ; overflow: hidden; display: block; position: absolute; /* important */ visibility: hidden; opacity: 0; transition: 0.3s ease-out; -webkit-transition: 0.3s ease-out; } .help-needed { position: relative; text-decoration:underline ; } .help-needed:hover .help-bubble100 { visibility: visible; opacity: 1; top: 0px; z-index: 50; transition: 0.8s ease-out; -webkit-transition: 0.8s ease-out; }

Sunday, 14 April 2013

SHUTDOWN ALL DETAIL AND COMMANDS


 Here is easiest way to shut down yuur pc is to type (shutdown –s) in to cmd “command” and that will give a message that “the computer will shutdown and you have 30 seconds”
   -But if yuu just type (shutdown -a) it will abort the shutdown but there are other commands. I will just start off doing the easiest ones-





shutdown –s
>This will shutdown yuur pc in 30 seconds and display a message<

shutdown –s –t 40
>This will shutdown in 40 seconds but you can only go up to 86400 (24 hours) but if you make it 0 it will show no message and just shutdown<

shutdown –s –c ”haha the computer is going to shutdown”
>This will shutdown with a message in a box under the time<

shutdown –l
>This will just log you of the pC<

shutdown -i
>This will display the GUI shutdown window<

shutdown –r
>This Will restart the pC<

shutdown –a
>This will abort the shutdown<

shutdown –f
>This will force all running applications to close<

Post By hammad

2 comments: