0

I have a question about Windows Management Interface data (WMI).

I know this data gets populated at the boot time. When OS keeps running without powering cycle the machine, does this WMI data ever get refreshed?

Thanks!

CodingFanSteve
  • 713
  • 2
  • 6
  • 17

1 Answers1

0

It does get refreshed by the OS automatically. But if you are in doubt and looking for high precision. Use WbemScripting.SWbemRefresher if you are using VB. This will refresh the data and provide you latest results.

Please refer Refresh for more information.

Amit Shakya
  • 1,396
  • 12
  • 27