I have to Wait atleast 15 mins after the PC Boots and then start with the test.
with the "/r wmic os get lastbootuptime" command line Argument I do get the Result [String]
LastBootUpTime
20160203072206.610798+060
but the formatting is the Issue
Is there any elegant way to get the same in a Numeric format else I have to Parse the result or Script better...
regards
Akshay