Wednesday 5 February 2014

How to shutdown your PC in 5 second using Command Prompt

Step 1 : Click on start and open RUN .

Step 2: Write cmd to open Command Prompt.

             write below code

           shutdown -s -t 5 

     Note: -t 5     indicates your PC shutdown in 5 seconds 

               

No comments:

Post a Comment

How to change Background color by selecting color from Listview

activitymain.xml file::> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xm...