Windows Basic Recon
Get Basic System Information
Get information about current windows version
systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"
Get information about architecture.
wmic os get osarchitecture
Last updated
Get Basic System Information
Get information about current windows version
systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"
Get information about architecture.
wmic os get osarchitecture
Last updated