Optimizing WMI query performances - avoid the nasty ‘select *’

These days I’m working to improve the startup time of an application my company develop, using some profiling tool you can easily isolate that functions that are eating up more time during the application startup. Aside the database connection...