CMD commands list
Cmd commands For Window 10
- mkdir create a new directory
- rmdir delete directory
- xcopy copy files xcopy test.file "to location"
- del delete one or more files del test.file or *.files
- move move/rename files move test.file "tolocation"
- ren rename file ren test.file change.file
- dir show all directory
- cls clear screen
- time display time
- shutdown shutdown the computer
- hostname Display hostname
- tasklist display applications
- taskkill terminate a process or a application taskkill \p 9987
- wmic cpu Get details about computer
- wmic bios get serialnumber Get bios serial number
- net user Manju Manju@123 /add Add new user in system
- net user to list all user
- net user username space * To change password if you not make any password then double enter
- type nul> test.anyextension to create new file
- attrib +h +r +s hide all files in any directory attrib +h +r +s filename to hide one file
- attrib -h -r -s show all files in any directory attrib -h -r -s filename to show one file
Comments
Post a Comment