Command Prompt Tricks
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.
- first you find start menu in your desktop and open that or press win key button
- type 'cmd' in search box
- then open cmd prompt
how to change cmd colour;
- open cmd prompt
- type 'help color'
- and press Enter
- you found colour's unic codes(nums&letters)
- you can use codes to select colours
- type 'color 0a'
- press Enter
- o-black (first code for backround colour)
- a-light green (second code for font colour)
how to hide folder by using cmd prompt;
- open cmd prompt
- type 'attrib +s +h <path of file>'
- and press Enter
- now your file or folder is hide
- if you want unhide your file type 'attrib -s -h <path of file>'
- then your file or folder was unhide
how to use file directory in cmd prompt;
- open cmd prompt
- if you want see 'D' drives directory
- type 'd:'
- and press Enter
- then type 'dir'
- and press Enter
- 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 .
- open cmd prompt
- type 'cd\' and press Enter
- type 'cd users' and press Enter
- type 'cd ELCOT' and press Enter(there ELCOT is user name)
- type 'cd desktop' and press enter
- then type 'Examble.jpg' and press Enter (there you want to type your file name with format type)
- 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
- open cmd prompt
- if you want see 'C' drives tree view type 'cd\'
- and press Enter
- type 'tree'
- now you found total directory of 'C' drives folders and sub folders
wlan hotspot is used for share internet. we able to use hotspot using with command prompt
- open cmd prompt
- type 'netsh wlan set hostednetwork mode=allow ssid=[name of hotspot] password=[nothing is impossible]'
- and press Enter
- type 'netsh wlan start hostednetwork' and press Enter for turn on your hotspot network
- now you able to share your internet with your friends
- 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
- open cmd prompt
- type 'exit'
- and press Enter
- now your cmd prompt is closed
Like-Command-Share
Friends please place your commands its help to clear your doubts