application will be quit when idle

derek chan 1 Reputation point
2020-08-13T14:53:49.767+00:00

I have a legacy application , which is VB client application that running on windows 10 .

We used it for many years , it works fine .

We found that this application this application will be quit ( terminated ) when idle for over 15 minutes , only 5 computer in my office have this problem , other computer is normal .

I wonder if it is because the network is unable , I just would like to know how to know if the network is stable or not ( ping response seems normal ) , is any way to make the application not disconnect ?

thanks

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-08-14T09:10:27.22+00:00

    Hi Derek,

    Welcome to Microsoft Q&A.

    Please help check below questions so we can narrow down the issue
    1) Is there any difference between the problematic machines and other machines? For example, what changes had been made before the issue started? (Patch, hardware, application update and so on. )
    2) Does “idle for over 15 minutes” mean not using the app for 15 minutes or your machine sleeps for 15 min?
    3) Have the machines joined domain?

    Troubleshooting tips are as follow:

    1. Check network stability using following command
      ping <IP address> -t
      stop ping by closing the window or press ctrl+c
    2. Try Clean Boot to see if the issue still happens, steps are as follow
      Force the machine to reboot --> keep pressing F8 --> into Advanced Boot Options --> select Safe Mode --> refer to the link below to do clean boot in safe mode
      https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows
    3. Open Windows Defender Firewall in control panel, find the problematic app and check permissions.
    4. Check if there is any application error message in event log, especially at the time when the issue happens.
    5. Try log in with both administrator account and other user accounts on problematic machines, see if there’s a difference.

    Please remember to mark the reply as answer if it helps.

    Best regards,
    Molly


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.