Windows Enumeration
Initial Windows System Enumeration
System Information
systeminfo # Show System Information
type C:\Windows\System32\eula.txt # OS Version
wmic qfe # OS ArchLocal Services
tasklist /svc # View processes and services
sc query
wmic service listInstalled Applications
dir /a C:\PROGRA~1\ # Check Program Files
dir /a C:\PROGRA~2\ # Check Program Files (x86)
reg query HKEY_LOCAL_MACHINE\SOFTWARE # Show Installed SoftwareUsers
Network
File System
Scheduled Tasks
Last updated