sebhildebrandt / systeminformation

System Information Library for Node.JS
MIT License
2.7k stars 306 forks source link

Slow WMIC queries #600

Open OmgImAlexis opened 2 years ago

OmgImAlexis commented 2 years ago

@sebhildebrandt have you looked into WBEM_FLAG_RETURN_IMMEDIATE and WBEM_FLAG_FORWARD_ONLY for speeding up WMIC commands?

https://docs.microsoft.com/en-us/windows/win32/wmisdk/improving-enumeration-performance?redirectedfrom=MSDN

sebhildebrandt commented 2 years ago

@OmgImAlexis thank you for pointing me to this! First research about that:

So as I am kind of offline for the next few days I will start working on it next weekend. Then I also can share TS refactoring, ...