Solution
LabVIEW and TestStand can both access the .NET interface, which will start with the application. .NET will try to access the network and check for certificate revocation which will increase the time for the startup.
You can deactivate this by following the steps below to get a quicker startup.
Go to
Internet Options -> Advanced and scroll all the way down to
Security.
Uncheck the following:
- Check for Publisher's certificate revocation
- Check for Server certificate revocation
- Enable Integrated Windows Authentication
Restart your PC afterwards. The application will now start right away.