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-