The Top 11 CMD Commands You Would Not Find Anywhere
by samueloppong in Circuits > Computers
6866 Views, 119 Favorites, 0 Comments
The Top 11 CMD Commands You Would Not Find Anywhere
If you need the top commands to get the info you need as a seasoned Tech Engineer then these 11 would help you.
Check Battery Time in CMD
C:\>wmic path win32_battery get estimatedchargeremaining
Check System Installation Date in CMD
C:\>systeminfo | find "Original"
Check Number of NICs in Computer by CMD
C:\>systeminfo | find "Network"
Check System Boot Time in CMD
C:\>systeminfo | find "System Boot Time"
Show Available Drives on Computer in CMD
C:\>fsutil fsinfo drives
See Users, Domain and SID in CMD
C:\>wmic useraccount list brief
Show Process List Every 1 Second
wmic process list brief /every:1
Show HotFixes in CMD
wmic qfe
See Programs Running on Startup in CMD
wmic startup list full
Show Connected Network Interfaces on IPV4
netsh interface ipv4 show interfaces