Skip to main content

Featured

WIN ALL ACTEVETED LIFETIME

  Search for: Recent Posts Simple trick to install Windows 11 on an old PC Easy ways to activate Windows 11 for FREE without a product key Remove “You may be a victim of software counterfeiting” notification Windows Defender detects my scripts as “HackTool:BAT/AutoKMS” Quickly convert Windows Server Evaluation edition to the retail one Easiest way to remove the Windows watermark from your screen Categories Computer Tips Microsoft Software Products 2 ways to activate Windows 10 for FREE without additional software Posted by  Always Smile   in  Microsoft Software Products  /  Last updated on  August 26, 2021 As you know, Microsoft notified Windows 10 is “the last version of Windows” and explained that they will be focused on the development of powerful and new features under the guise of software updates instead of building a new version. This means there will be no Windows 11 or 12 in the future(*). So if you are thinking about an upgrade, this is the b...

 If you need the top commands to get the info you need as a seasoned Tech Engineer then these 11 would help you.

Step 1: Check Battery Time in CMD

C:\>wmic path win32_battery get estimatedchargeremaining

Step 2: Check System Installation Date in CMD

C:\>systeminfo | find "Original"

Step 3: Check Number of NICs in Computer by CMD

C:\>systeminfo | find "Network"

Step 4: Check System Boot Time in CMD

C:\>systeminfo | find "System Boot Time"

Step 5: Show Available Drives on Computer in CMD

C:\>fsutil fsinfo drives

Step 6: See Users, Domain and SID in CMD

C:\>wmic useraccount list brief

Step 7: Show Process List Every 1 Second

wmic process list brief /every:1

Step 8: Show HotFixes in CMD

wmic qfe

Step 9: See Programs Running on Startup in CMD

wmic startup list full

Step 10: Show Connected Network Interfaces on IPV4

netsh interface ipv4 show interfaces

Comments

Popular Posts