Useful Windows Command Prompt Tricks and Commands:
The Command prompt opens like this:
->To clear the screen
cls
->To change from one directory to another
cd <Folder name>
->To get back to drive
cd\
->To get back from one folder
cd..
->To make a directory
md <folder name>
->To display all the directories present in the drive
dir
->To display all the folders and files present in the drive
dir/s
->To format the USB drive from command prompt
format /q /u <drive name>
/q is for quick format
/u resemble unconditional format
->To change color of the font of command prompt
color fc
For more colors "color y"
Select desired from the list displayed.For color black "color 1".Similarly
color <space> choice.
choice means the required color.
->How to copy a file from one directory to another.
Navigate to the directory in which the file is present.
Then "copy filename.extension path"
Here path refers to the place where the file is to be copied.
For example F:\ROMs\Çlock Work Mode
The file copies Successfully.
->To change password of the username
Type "net user" and hit enter.It will display all the user accounts available.
To get the details of any user account
net user user_name
To change the user account password
net user user_name *
Hit enter
It will ask to enter the password.Enter the password and hit enter.It will ask the password for another time.The password changes successfully.
Note:The password entered will not be visible.But enter the password to change.
Feel free to comment your doubts,queries,complaints,...
ThankYou(Bugsbin)
follow us here (for more information) AMan khan , Anon
The Command prompt opens like this:
->To clear the screen
cls
->To change from one directory to another
cd <Folder name>
->To get back to drive
cd\
->To get back from one folder
cd..
->To make a directory
md <folder name>
->To display all the directories present in the drive
dir
->To display all the folders and files present in the drive
dir/s
->To format the USB drive from command prompt
format /q /u <drive name>
/q is for quick format
/u resemble unconditional format
->To change color of the font of command prompt
color fc
For more colors "color y"
Select desired from the list displayed.For color black "color 1".Similarly
color <space> choice.
choice means the required color.
->How to copy a file from one directory to another.
Navigate to the directory in which the file is present.
Then "copy filename.extension path"
Here path refers to the place where the file is to be copied.
For example F:\ROMs\Çlock Work Mode
The file copies Successfully.
->To change password of the username
Type "net user" and hit enter.It will display all the user accounts available.
To get the details of any user account
net user user_name
To change the user account password
net user user_name *
Hit enter
It will ask to enter the password.Enter the password and hit enter.It will ask the password for another time.The password changes successfully.
Note:The password entered will not be visible.But enter the password to change.
Feel free to comment your doubts,queries,complaints,...
ThankYou(Bugsbin)
follow us here (for more information) AMan khan , Anon
Blogger Comment
Facebook Comment