Old trick I forgot. Find the Computer OS / SP via CMD
Seems the older I get the more I forget.
Here's a simple command to find the OS / Service Pack
C:\Windows\system32>systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name: Microsoftr Windows Serverr 2008 Standard
OS Version: 6.0.6002 Service Pack 2 Build 6002
Here's a simple command to find the OS / Service Pack
C:\Windows\system32>systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name: Microsoftr Windows Serverr 2008 Standard
OS Version: 6.0.6002 Service Pack 2 Build 6002
Comments
Post a Comment