COMMANDs OF WINDOWS for BEGINNERS
10 BASIC COMMAND OF WINDOWS
1. net user
display all users presnt of the device
2.cd (Change Directory):
The cd command is used to navigate through directories in the command prompt. For example, cd Desktop will take you to the Desktop directory, while cd.. will move you one directory up.
3. dir (Directory Listing):
Want to see what files and folders are in your current directory? The dir command comes in handy. Simply type dir and press Enter to get a list of files and folders.
4. mkdir (Make Directory):
Need to create a new folder? The mkdir command allows you to do just that. For instance, mkdir Documents will create a new folder named "Documents" in your current directory.
5. del (Delete):
To delete files from the command prompt, you can use the del command followed by the filename. For example, del example.txt will delete the file named "example.txt."
This command is used as a troubleshooting tool to resolve network issues. It sends a data packet to another system on the network and will await a reply - outputting the results.
Comments
Post a Comment