Tag Archives: windows commands

WMIC – a little known command in Windows

So what if you needed to find out information about your computer that is otherwise available in third party programs or all over Windows?  You can use WMIC to find out a lot of information about your computer.   I’ve been using … Continue reading

Rate this:

Posted in Microsoft, Microsoft Windows, Microsoft Windows 10, Technology | Tagged , | 1 Comment

Netstat -s Well what about net statistics workstation or net statistics server?

Netstat -s returns statistics on your connections – IPv4 Statistics Packets Received = 1910633 Received Header Errors = 0 Received Address Errors = 1 Datagrams Forwarded = 0 Unknown Protocols Received = 0 Received Packets Discarded = 2989 Received Packets … Continue reading

Rate this:

Posted in Technology | Tagged , , , | Leave a comment

WMIC – Something else you didn’t know about Windows

How powerful is Windows? The command line?  Windows has hidden features that only power users or the ones who really know Windows , how to use.   You see the WMIC  and WMI can be used to make vbs files … Continue reading

Rate this:

Posted in Computers, Information Technology, network, Networking | Tagged , , , , , , , | Leave a comment

Using Netstat

Netstat displays protocol statistics and current TCP/IP network connections. If you go to a command prompt. Start – Run – CMD use: netstat  -a All connections and listening ports netstat-b Displays the executable involved in creating each connection or listening … Continue reading

Rate this:

Posted in Technology | Tagged , , , , , , | Leave a comment