If you need to get installed windows version and service pack name from command line use following command.
C:\>systeminfo | findstr /B /C:”OS Name” /C:”OS Version”
Then you will see output as follows
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
I hope to share my knowledge with the others in software and networking industry
Subscribe to:
Post Comments (Atom)
Empowering the Future of API Management: Unveiling the Journey of WSO2 API Platform for Kubernetes (APK) Project and the Anticipated Alpha Release
Introduction In the ever-evolving realm of API management, our journey embarked on the APK project eight months ago, and now, with great a...
-
When we increase timeout value in API Manager we have to set 3 properties. 1) Global timeout defined in synapse.properties (\repository\...
-
No matching resource found error or authentication failure can happen due to few reasons. Here we will discuss about errors can happen d...
-
Sometimes you may see following behavior when we have very high load on token API. 1. Call https://localhost:8243/token 2. Get constrain...
No comments:
Post a Comment