Friday, 22 August 2014

CMD Tricks & Facts

               -Everyone will be aware of the CMD in a computer.Commonly known as Command Prompt.It is a Command Line interpreter used in the Windows Operating System.An executable file called cmd.exe is used to open the command prompt.

               -A command prompt has various hidden facts that someone may not know,even they are techies.
Now,some of the tricks that can be used in the CMD is explained here.



1. COLOR :
   
              The text that are typed in the command prompt has a default color (white).It can be changed according to the mood of the user.Lets try different colors,

       a) The command used is COLOR.
                      c:\Users\matt > color 2
           Above command will lead to a green color text and is the most popular color widely used.
                      c:\Users\matt > color 3
          This will lead to a color called Aqua.

     Likewise to have different colors,try
            
                 Hexadecimal Value            Color

                          0                              Black
                          1                              Blue 
                          2                              Green
                          3                              Aqua
                          4                              Red
                          5                              Purple
                          6                              Yellow
                          7                              White
                          8                              Grey
                          9                              Light Blue
                          A                             Light Green
                          B                             Light Aqua
                          C                             Light Red
                          D                             Light Purple
                          E                              Light Yellow
                          F                              Bright White  


2. USER DATA :
                 To know the User categories of the OS i.e on which user you have been logged in , the NET USER command is used.

     c:\Users\matt > net user
      User Accounts for   //SONY
  -----------------------------------------------------------------------------------------------------
     Administrator                                     Guest                                  Maheshkrishna Gopal
    The command   executed successfully.
    c:\Users\matt >

                You can HACK the Administrator Password using the command promt.
     c:\Users\matt > net user administrator *
     Type a password for the user : (* YOUR PASSWORD*)
     Retype the password : (* YOUR PASSWORD*)
     
To delete an User Type from your computer: 

    C:\Users\matt > net user administrator /del
The above command will delete the Administrator.

3. MOVIE ON A CMD.

    Dude you wont believe it,you can watch the Star Wars movie in the command prompt in B/W technology.

 Step 1: Open Windows -> Run 
 Step 2: Type the following . " telnet towel.blinkenlights.nl"
 Step 3: Press enter,you will be watching Stat Wars now.

4.CONTROLLING OTHER COMPUTERS FROM YOUR'S:

 Please watch the video below



Thank You !!!
Categories:

0 comments:

Post a Comment

Follow me on Twitter!