wmi not available for some time after reboot
- by Alex Okrushko
I'm having the problem with the WMI availability on logon.
Right after reboot I open cmd and with python interpreter:
>>> import wmi
>>> c = wmi.WMI()
>>> c.Win32_OperatingSystem()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\wmi.py", line…