RAVINDRA'S BLOG

Friday, 6 April 2018

Command Prompt Commands

System Info:

  • To get system information we use this command.
  • We will get details of
    • System Name
    • Process Name
    • Time and Date
    • Location
    • RAM Memory
    • System Model, Manufacturer

Files Names Copying:

  • To list the files in a specific folder or in a volume to a text file we use this command
  • This usefull to check what are the folders available in the directory.

IP Address and DNS Search:

  • ipconfig/all gives the details of PC:
    • IP Address
    • DNS Server
    • DHCP Server (if DHCP Enabled)
    • Lease Start Time and End Time (if DHCP Enabled)
    • Subnet Mask
    • Default Gateway
    • MAC Address

Trace Route:

  • It is usefull check trace the route of how the our browser is moving to reach destination dns server.
  • To Trace the route of the connection to the particular server.

MAC Address of all network devices:

  • By this command we can find all the devices mac addresses and status of connection in on e network.

Changing IP Address:

  • We can change the IP Address of Device by using Network Shell Commands

Copying Files to a Flash Drive or CD:

  • We can copy specific folder files of the PC to the flash drive using the below command.

Encryption and Decryption:

  • cipher /e encrypt the file.
  • cipher /d decrypt the file.
  • To check just enter cipher