Top 7 (CMD)-Command prompt tricks For - Win 7/8/8.1/10 LATEST - 2020

    Command Prompt Tricks

command prompt tricks - nothing is impossible
                    hiii friends , today i'll show you how to use cmd prompt. command prompt is the one of the specality in windows cmd prompt have all rights of your computer.


how to open cmd prompt;


  1. first you find start menu in your desktop and open that or press win key button 
  2. type 'cmd' in search box
  3. then open cmd prompt 
if you want administator command prompt  right click on command prompt and select run as administator






how to change cmd colour;

  1. open cmd prompt 
  2. type 'help color'
  3. and press Enter
  4. you found colour's unic codes(nums&letters)
  5. you can use codes to select colours
  6. type 'color 0a'
  7. press Enter
  8. o-black (first code for backround colour)
  9. a-light green (second code for font colour)








how to hide folder by using cmd prompt;

  1. open cmd prompt
  2. type 'attrib +s +h <path of file>' 
  3. and press Enter
  4. now your file or folder is hide 
  5. if you want unhide your file type 'attrib -s -h <path of file>' 
  6. then your file or folder was unhide






how to use file directory in cmd prompt;

  1. open cmd prompt 
  2. if you want see 'D' drives directory
  3. type 'd:'
  4. and press Enter
  5. then type 'dir'
  6. and press Enter
  7. now you'll see 'D' drive's directory



 
how to open files by using cmd prompt;
        
          for examble now i'll show you how to open picture by using cmd prompt .
  1. open cmd prompt
  2. type 'cd\' and press Enter
  3. type 'cd users' and press Enter
  4. type 'cd ELCOT' and press Enter(there ELCOT is user name)
  5. type 'cd desktop' and press enter
  6. then type 'Examble.jpg' and press Enter (there you want to type your file name with format type)
  7. now your picture is opened by only using cmd prompt


                              








how to use files with tree view;

             tree used for view directory of folders and sub folders . it is usefull command for file browsing
  1. open cmd prompt
  2. if you want see 'C' drives tree view type 'cd\'
  3. and press Enter
  4. type 'tree'
  5. now you found total directory of 'C' drives folders and sub folders





how to create a hotspot network with cmd;

                wlan hotspot is used for share internet. we able to use hotspot using with command prompt

  1. open cmd prompt
  2. type 'netsh wlan set hostednetwork mode=allow ssid=[name of hotspot] password=[nothing is impossible]'
  3. and press Enter
  4. type 'netsh wlan start hostednetwork' and press Enter for turn on your hotspot network
  5. now you able to share your internet with your friends
  6. if u want turn off hotspot network type 'netsh wlan stop hostednetwork'  and press Enter







exit cmd prompt by using cmd;

      
           this cmd use for exit command prompt 
  1. open cmd prompt
  2. type 'exit' 
  3. and press Enter
  4. now your cmd prompt is closed


Like-Command-Share


Friends please place your commands its help to clear your doubts   


Related Posts