# | Line 491 | Line 491 | Private Sub Timer1_Timer() | |
---|---|---|
491 | "<name>" & osName & "</name>" & _ | |
492 | "<version>" & osVersionMajor & "." & osVersionMinor & "</version>" & _ | |
493 | "<release>" & osBuild & "</release>" & _ | |
494 | < | "<platform>" & osName & "</platform>" & _ |
495 | < | "<architecture>" & processorType & "</architecture>" & _ |
494 | > | "<platform>" & processorType & "</platform>" & _ |
495 | "<uptime>" & uptime & "</uptime>" & _ | |
496 | "</os>" & _ | |
497 | "<users><count>" & userCount & "</count></users>" & _ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |