Changes between Version 1 and Version 2 of DetectingDotNet
- Timestamp:
- 01/19/14 02:47:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetectingDotNet
v1 v2 1 1 == Detecting .NET from the Command Line == 2 2 3 This command can take nanywhere from 10 seconds to 3 minutes to run, so be patient:3 This command can take anywhere from 10 seconds to 3 minutes to run, so be patient: 4 4 {{{ 5 5 > wmic product where "Name like 'Microsoft .Net%'" get Name, Version