Window - CMD

Extend the Windows Activation Timer

C:\Users\USER-PC>slmgr.vbs /rearm

Find Windows Product Key

C:\Users\USER-PC>wmic path SoftwareLicensingService get OA3xOriginalProductKey

Folder Encryption

C:\Users\USER-PC>cd "Your Folder Path"
C:\Folder Path>Cipher /E

Generate a Battery Health Report on Windows

Window 7

C:\Users\USER-PC>powercfg -energy


Window 8 or Window 10

C:\Users\USER-PC>powercfg /batteryreport

Generate wireless adapter report

C:\Users\USER-PC>netsh wlan show WLANreport

Get computer model

C:\Users\USER-PC>wmic csproduct get vendor, version

Get computer name

C:\Users\USER-PC>hostname

Get computer system model information

C:\Users\USER-PC>wmic computersystem get model,name,manufacturer,systemtype

Get current user name

C:\Users\USER-PC>whoami

Get IP address of any website

C:\Users\USER-PC>ping WebsiteURL

Get MAC address on local computer

mac address with device type

C:\Users\USER-PC>ipconfig /all


mac address without device type

C:\Users\USER-PC>getmac

Get names of network adapters

C:\Users\USER-PC>wmic nic get NetConnectionID