If you need to tell when the last time your Windows machine was rebooted, you can use (from the command prompt)
systeminfo | find "System Boot Time"
For XP era versions, not sure about Vista, use
systeminfo | find "System Up Time"
If you need to tell when the last time your Windows machine was rebooted, you can use (from the command prompt)
systeminfo | find "System Boot Time"
For XP era versions, not sure about Vista, use
systeminfo | find "System Up Time"