We have a Visual Basic application that needs to be updated for compatibility with Windows 11. Currently, the startup process is slow because the program attempts to load all connected devices and associated programs at once. These devices include serial and COM port connections. We're looking to optimize the initialization process to improve load times—ideally by selectively or asynchronously loading only the necessary components.
... Show more