About 50 results
Open links in new tab
  1. wmic is not recognized as an internal or external command, operable ...

    Aug 1, 2019 · I'm trying to get my motherboard's serial number through the following command in windows 10 cmd: wmic baseboard get serialnumber but I receive this Error: wmic is not recognized …

  2. vba - get HP Printer Serial Number via CMD - Stack Overflow

    0 Is there any way to gather Serial Number info for HP Printers on Windows using only the CMD? I don't need a third party tool. What I need is to be able to query them from CMD. For the workstations I use …

  3. WMIC commands to change computer name to BIOS serial number

    C:\Windows\system32>wmic bios get serialnumber SerialNumber BY3VF02 that is - SerialNumber string followed by actual serial number in new line and last one with just empty line. So (I hope) the final …

  4. How to get hardware device serial number with help of ip address?

    Jul 14, 2014 · Is there any method to get serial number of hardware device within the same network with the help of the ip address?

  5. windows - How can I get processor and hard disk manufacturing serial ...

    Hard disk manufacturing serial number And is there any function or class responsible for detecting attributes of other machine hardware components attributes? I know it can be done using system or …

  6. wmi - retrieve serialnumber remotely - Stack Overflow

    Jan 21, 2015 · Im trying to create a program or a script to remotely retrieve all the hardwares (computers, printers etc) serialnumbers and I was just wondering if WMI is necessary. I do know …

  7. Why do I get an 'Invalid namespace' error when attempting to use WMI?

    -1 I need to get the serial number of a hard drive to serve as a unique ID for user identification purposes, but however the program is crashing when I attempt to access the serial number: An unhandled …

  8. How can I get hardware ids/serial numbers through command prompt?

    Apr 20, 2015 · I'm searching for a line that will return the Processor ID, Serial number. Just these two are fine. I have used google and tried a few commands like "wmic bios get serialnumber" and it …

  9. How to send file over serial port in Windows Command Prompt

    Apr 6, 2016 · Thanks @Ben, let me clarify my question: Is it possible to transfer files into a linux file system (such as ext2) over COM port? If yes, how would the command look like from windows shell?

  10. PuTTY command line automate serial commands from file

    Feb 15, 2016 · 7 I am trying to connect to a serial port and send a series of commands from a file. Firstly I have mananged to connect via the following: PuTTY.exe -serial COM3 -sercfg 57600,8,n,1,N E.g. I …