Showing posts with label Windows Server. Show all posts
Showing posts with label Windows Server. Show all posts

Friday, August 19, 2016

How to get motherboard details in command prompt

type the following in the command prompt..

wmic baseboard get product,Manufacturer,version,serialnumber

Friday, June 17, 2016

USB Device Removal using Command Prompt

  1. Type diskpart and wait for the diskpart prompt (DISKPART>)
  2. Type list volume
  3. Note the volume number of the USB drive carefully (use listed properties such as drive letter, label, type and size for help)
  4. Type select volume , where  is the volume number noted above
    Diskpart
  5. Type remove all dismount
  6. Type exit to quit Diskpart